Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~282 People Reached
Favorite Forums
Favorite Tags
c++ x 4

2 Posted Topics

Member Avatar for winrawr

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 pointers .

Member Avatar for winrawr
0
117
Member Avatar for tom_jerry042

Hi [B]snprintf [/B]is working fine when i am not using [B]append [/B]function . But as soon as i use [B]append [/B]function [B]snprintf [/B]crashes . Please suggest why [B]snprintf [/B]is crashing after [B]append [/B]. What is special with [B]append [/B]function which is crashing this program Below is the program. #include<string> #include<iostream> …

Member Avatar for iDeveloper
0
165

The End.