Forum: C++ Jul 25th, 2009 |
| Replies: 2 Views: 272 Declare a character.
Then assign integer values(ASCII values) to it.
I am not sure about the exact ascii of the boxes
but thats how it's done |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 2 Views: 546 You are getting an error in the else line because
you are trying to use VB type if else in PHP.
But PHP is originally based on C language so that
if else will surely return an error
to... |
Forum: JavaScript / DHTML / AJAX Jun 21st, 2009 |
| Replies: 4 Views: 585 Most probably they both have the same id or class names. and they might even contain the same variable names which is another issue |
Forum: Website Reviews Jun 7th, 2009 |
| Replies: 6 Views: 565 The major problem with your site is that it is a professional site. But it lacks that professional look. Any first time visitor will get the wrong message just looking at your site.
Second thing... |
Forum: Java Jun 19th, 2008 |
| Replies: 8 Views: 993 I have also used NetBeans but that too isnt working for me. |
Forum: Java Jun 19th, 2008 |
| Replies: 8 Views: 993 I don't want to pass arguments to main method. You see I am also studying in university there we have Jcreator installed when you compile and run the java source code a new command prompt window... |
Forum: Java Jun 19th, 2008 |
| Replies: 8 Views: 993 The problem is not the GUI software. javac is working fine for me and in command prompt java.exe is also working for me but if you double click the class file the command prompt window that pops-up... |
Forum: Java Jun 16th, 2008 |
| Replies: 8 Views: 993 I am new at Java. I have used Microsoft's Visual J++ but I have heard that it doesnot follow the java standard. Can you please give me the name of a good standard compiler that will work fine in... |