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 #55.0K
3 Posted Topics
Re: i++ and ++i
It`s simple :) [CODE] int i; i++; //Postfix ++i; //Prefix [/CODE]
Mabye you should post the error too, easier to find the error then than going through the entire code.
[QUOTE=vivekgalatage]Hello Everyone can anyone please explain me about the concept of namespaces? Regards[/QUOTE] I`ll try. std is a namespace, and std::cout, refers to the object in std called cout. So you can define an object called cout, without breaking the one definition rule. For example: In a large program, many …
The End.
TITAN