Forum: C++ Jun 1st, 2009 |
| Replies: 5 Views: 590 Can anyone help me write the program to find the magic numbers in c/c++??I have looking for this solution for a long time so ill be grateful if sumone here can solve it.. |
Forum: C++ May 29th, 2009 |
| Replies: 16 Views: 683 1>C++ supports pointer whereas Java doesnt
2>Java doesnt supports operator overloading whereas c++ does.
3>Java doesnt have destructor like c++ but uses finalize() in place of it
4>In java objects... |