Forum: C++ Jul 5th, 2007 |
| Replies: 4 Views: 7,598 Must be something to do with the way you're using them.. parameters etc.. see which object file or .so or .a file contains teh required symbols and add that on link cmd.. |
Forum: C++ Jun 26th, 2007 |
| Replies: 18 Views: 2,194 See now we know what you don't know.. :)
See this link (http://www.cplusplus.com/doc/tutorial/arrays.html) to learn teh abt arrays in C++. It tells you:
- What is an array?
- How create an array ?... |
Forum: Java Mar 30th, 2007 |
| Replies: 8 Views: 9,764 From what I know j2ee.jar is the one that contains these classes.
Can you run echo %CLASSPATH% in the same cmd window where you are able to reproduce the error and see it?
Also see this thread... |
Forum: Java Mar 26th, 2007 |
| Replies: 22 Views: 5,437 True but I feel that would be easier ! :)
As someone quoted earlier you've deceptively missed a few other things:
1. Installation of DB?
2. Creation of DB table?
3. Code to create the DB... |
Forum: C++ Feb 28th, 2007 |
| Replies: 16 Views: 3,677 I really don't have words. How to put it...??? If your petty brain can't think of a usecase for this ASK. Don't profess there is no such usecase. Have you heard of things like "real world... |