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 #55.0K
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 2
c x 1

3 Posted Topics

Member Avatar for Dani

It`s simple :) [CODE] int i; i++; //Postfix ++i; //Prefix [/CODE]

Member Avatar for WaltP
0
661
Member Avatar for yingyuan

Mabye you should post the error too, easier to find the error then than going through the entire code.

Member Avatar for daniweb2013
0
433
Member Avatar for vivekgalatage

[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 …

Member Avatar for TITAN
0
200

The End.