Total members 11890 |It is currently Sat Apr 20, 2024 5:50 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





Im currently looking for a (affordable :D) book about efficient C++ programming.
I googled and there are lots of options but I want to know which one you guys
are using and a review or two would be very helpful :D
I need a book that explain about how to make a performance-critical application
such as real time graphic programming and stuff.

Any recommendation?




Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time

"Stuff" is pretty generic. Basic steps of writing performance-friendly
code:

1) Get the program working first (inefficiently, but functional).
2) Run a line-level performance monitoring tool (the good ones cost
money - expect to spend at least $400 for a halfway decent tool).
3) Look at the results of #2 and modify code to optimize out the most
inefficient portions.
4) Repeat process until satisfied.

No need for a book.

But if you still feel the need, game programming is the most intensive
type of optimization environment out there. Most applications can
afford to waste a bazillion clock cycles. Drop the framerate in a game,
though, for any reason, and users will start screaming.
Code:
http://www.gamedev.net

is definitely worth checking out, but the principles are the same there.
They use the same tools and methodologies - just more aggressively.

_________________
Please recommend my post if you found it helpful


Author:
Proficient
User avatar Posts: 228
Have thanks: 0 time
Post new topic Reply to topic  [ 2 posts ] 

  Related Posts  to : Efficient Programming Book
 How to Write Small,Useful and Efficient Programs     -  
 JFC Book (IBM)     -  
 best book on java?     -  
 Phone Book     -  
 Phone Book     -  
 PHP Phone Book     -  
 Address Book in Java     -  
 Guest Book Application Using Servlets     -  
 I download the phone book coding from your site     -  
 Full Phone Book System php and mysql     -  



cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com