Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: bitforce
Forum: C++ Dec 29th, 2005
Replies: 47
Views: 65,311
Posted By bitforce
An easy way to swap 2 variables without using another variable:

a=a+b;
b=a-b;
a=a-b;
Forum: C++ Dec 29th, 2005
Replies: 47
Views: 65,311
Posted By bitforce
Two guidelines from Thinking in C++ by Bruce Eckel:

Avoid the preprocessor. Always use const for value substitution and inlines for macros.
Avoid global variables. Always strive to put data...
Forum: C++ Dec 29th, 2005
Replies: 54
Read Me: C++ Books
Views: 82,190
Posted By bitforce
I totally agree with sunnypalsingh. I am reading this book now and its really a great deal. You can find this book for free at:
http://www.pythoncriticalmass.com/

It's in 2 volumes.
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC