June 12, 2010

Indexes are key!

Have you ever been programming had run into problem of not remembering what a function name is, it's parameters, or what is does? One good way to fix this problem is to have books or online indexes of functions and general programming practices. I own 2 books on C and C++ programming, a iPhone app that has references to various C functions, and book mark tab in my web browser full of C and C++ oriented web sites.

Some good online sites are:

Specific Function help:

C and C++ tutorials:

Text:

Video:
General/OpenGL/Win32:http://www.youtube.com/user/xoaxdotnet#p/p (make sure you check the play list)

If all else fails you can always Google your function or problem and usually find an answer.

No comments:

Post a Comment