Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #55.0K
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 3

3 Posted Topics

Member Avatar for meabed

Hello, Thanks to share the tips of c++,you have taken these tips from the book Efficient c++,I think, Thinking in c++ is also a good book for c++,To Swap two variables, you use simple logic: a=a+b; b=a-b; a=a-b;

Member Avatar for Lisa1110
3
1K
Member Avatar for salman213

c++ is object oriented programming language,c++ use the concept of reusability,c++ is a good language for very big and complex projects which is needed to be worked by a team.

Member Avatar for Narue
0
574
Member Avatar for salman213

In order to request Dynamic memory we use the operator new.System dynamically assigns space to elements in case of array.

Member Avatar for Cait
0
103

The End.