Forum: C++ Jan 15th, 2009 |
| Replies: 12 Views: 685 Pointers are very much in practical use . Since you have mentioned about C++ so i hope this small eg. will help you to realize the power of pointer . For implementing run time polymorphism you use... |
Forum: C++ Jan 2nd, 2009 |
| Replies: 6 Views: 395 Thanks yes now it is working fine . |
Forum: C++ Jan 2nd, 2009 |
| Replies: 6 Views: 395 hi
I know that it is awkward that i am jumbling C++ string snprintf But my point here is that this same code is working fine when i am not calling append function of std::String and it crashes when... |
Forum: C++ Jan 1st, 2009 |
| Replies: 6 Views: 395 Hi
snprintf is working fine when i am not using append function . But as soon as i use append function snprintf crashes . Please suggest
why snprintf is crashing after append . What is special... |