How to prevent caching of applets?147 (12/6/2008 5:23:03 AM) comp.lang.java.programmer I am a applet which I never want to be chached by the browser. Will putting below code in HTML Stop the applet from being Chached? Or do I need something else So that Old Applet is replaced by new versio... Sanny
Experts needed (Java/ C++/ Unix)554 (11/23/2008 3:50:28 PM) comp.lang.c++ Experts are needed who can work in part time. Tell about your Expertise, So that Clients can contact you and you work on their projects from home. Visit: http://www.GetClub.com/Experts.php for getting projec... Sanny
Who gets higher salary a Java Programmer or a C++ Programmer?444117 (11/22/2008 8:29:12 AM) comp.lang.c++ I have little experience in both Java and C++. I have designed a few programs in both languages. I get a lot confused as many times I use Java code in C++ and C++ code in Java. So I have descided to only work... Sanny
Is Visual C++ totally free?3650 (11/21/2008 10:53:06 AM) comp.lang.c++ I am newbie in VC++ I visited http://www.microsoft.com/express/download/ Here it says I can download VC++. Is it completely free to download? There are two downloads One in green other in yellow which one sh... Sanny
Whats difference between Mad & Normal person.18120 (9/26/2008 4:19:16 PM) comp.ai.philosophy Some people are Mad, Some are Normal and some are Intelligent. When a person becomes Mad does his eyes and ears give wrong information to the brain? Does a Mad man sees 2-3 things when only 1 thing is present... Sanny
Using processMouseEvent instead of mousedown?347 (7/15/2008 5:36:12 AM) comp.lang.java.programmer I was using mousedown() As Below. ----------------------------->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> public boolean mouseDown(Event evt, int x,int y){ ----- OLD CODE ----- OLD CODE return true; } -------------... Sanny
How much fast is C++ than Java?1146 (4/12/2008 11:10:19 AM) comp.lang.c I have an app in Java. It works fine. Some people say Java works as fast as C. Is that true? C can use assembly language programs. How much faster are they inplace of calling general routines. Can C++ directl... Sanny
How much efficient is Java 6 to Java 1.3?2040 (4/12/2008 11:05:08 AM) comp.lang.java.programmer I have an Applet designed using Java1.3 Since the people browsing the applets are using Java 6 / 7 (Latest version) They already getting advantage of higher version. Should I compile the code with Java 6 to g... Sanny
Are neural networks worth the pain.7291 (4/11/2008 3:43:00 PM) comp.ai.philosophy If I have a problem say I want to input 2 numbers and Result is say Addition. How will I teach neural network the Addition? 1. 5+5 -> 10 2. 99+5 -> 104 3. 15+5 -> 20 4. 15+15 -> 30 5. 52+16-> 68 6. 11+5 -> 16... Sanny
How to assign a variable to Threads744 (4/6/2008 3:32:35 PM) comp.lang.java.programmer I want to assign a unique integer value to each thread. That integer value is needed to keep track which thread is currently running. callfunction1() Called by Thread 1. callfunction1() Called by Thread 2. ca... Sanny
Experts needed (Java/ C++/ Unix)554 (11/23/2008 3:50:28 PM) comp.lang.c++ Experts are needed who can work in part time. Tell about your Expertise, So that Clients can contact you and you work on their projects from home. Visit: http://www.GetClub.com/Experts.php for getting projec... softtanks(48)
Is Visual C++ totally free?3650 (11/21/2008 10:53:06 AM) comp.lang.c++ I am newbie in VC++ I visited http://www.microsoft.com/express/download/ Here it says I can download VC++. Is it completely free to download? There are two downloads One in green other in yellow which one sh... softtanks(48)
Using processMouseEvent instead of mousedown?347 (7/15/2008 5:36:12 AM) comp.lang.java.programmer I was using mousedown() As Below. ----------------------------->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> public boolean mouseDown(Event evt, int x,int y){ ----- OLD CODE ----- OLD CODE return true; } -------------... softtanks(48)
How to assign a variable to Threads744 (4/6/2008 3:32:35 PM) comp.lang.java.programmer I want to assign a unique integer value to each thread. That integer value is needed to keep track which thread is currently running. callfunction1() Called by Thread 1. callfunction1() Called by Thread 2. ca... softtanks(48)
Sorting an array. Fastest way.1287 (2/16/2008 5:25:11 PM) comp.lang.java.programmer I have an array of int.It is already sorted.int[] car = new int[100];Now I sort it.After sorting The Value of 1st element is changed array So I need tosort it again.I find using binarydearch the position "pos" ... Sanny
Does Javac converts class into .h files1155 (12/11/2006 10:45:40 AM) comp.lang.java.programmer What does Javac does to a Java Class? I heard it generates .h files Does it convert Java Program into a C Program Any help will be expected. I am considering converting a Java Program into C Program to increas... softtanks(48)
How much fast is C program1038 (12/6/2006 1:17:47 PM) comp.programming I have a program in Java which runs on browser it uses computing intensive functions. If I convert it into a C Program how much fast will that program run. Will it be 10 times faster, 100 times faster or 2/3 ... softtanks(48)