Showing results 1 to 3 of 3
Search took 0.01 seconds.
Posts Made By: bitforce
Forum: C++ Dec 29th, 2005
Replies: 42
Views: 42,427
Posted By bitforce
Re: C++ Performance Tips

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: 42
Views: 42,427
Posted By bitforce
Re: C++ Performance Tips

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: 57,075
Posted By bitforce
Re: C++ Books

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

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:07 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC