Page 1 of 4

Guides & resources

Posted: Sat Oct 30, 2004 10:31 pm
by MarauderIIC
Post your resources to get them added. Be sure to also check 'unsorted' at the bottom.

-Last updates-
Click here to see the hidden message (It might contain spoilers)
projecteuler.net


Recommendations by community member anothrguitarist can be found in his content-heavy post here. I highly recommend reading his post in addition to this one.

C++ E-books (Found by davidthefat) Complete AFAIK
Mastering C++ (1999)
Teach Yourself C++ in 21 Days (2nd ed)

Actual books
  • Programming Role Playing Games with DirectX 2nd ed. by Jim Adams
  • Tricks of the Windows Game Programming Gurus 2nd ed. by Andre LaMothe (out of print though...)
    Community member mllarson says that "both are full of wisdom on game programming."
  • Additionally, see anothrguitarist's post here.
Videos General Tutorials:
The more broad stuff. Practice Exercises Specific tutorials:
These deal with very specific questions, issues, or techniques. Documentation: Useful functions:
References to certain functions you might find useful. Miscellaneous links:
  • i++ vs ++i- Which is faster?
  • programmersheaven.com - Good forums w/ pretty quick responses about anything any-language related.
  • gamedev.net - Good forums, slower responses. Includes "Beginner forum".
  • Guru of the Week - I think it's dead, but it still has an archive of specific issues and nifty solutions.
  • thefreecountry.com - Free Programmers', Webmasters' and Security Resources
System-specific:

Posted: Tue Jul 15, 2008 9:52 pm
by Arce
Your "Dynamically allocating multi-dimensional arrays " link no longer works. =/

Posted: Wed Jul 16, 2008 11:11 am
by Falco Girgis
Arce wrote:Your "Dynamically allocating multi-dimensional arrays " link no longer works. =/
LOL!

C-style? You're better off vomiting into a scanner, using some sort of text detection software to make it into letters, and pasting it into your source code as a loader function than mucking with it in C.

j/k

Re: Guides & resources

Posted: Fri Sep 26, 2008 1:05 pm
by MarauderIIC
lolno, fix'd.
Hey did you know the difference between malloc and new is that new calls constructors? (And delete calls destructors?)

Re: Guides & resources

Posted: Sat Oct 11, 2008 8:45 am
by cypher1554R
Does anyone know any good NEWER win32 programming guide.. like a book, e-book, site, or something..?

I bumped into a book:
Programming Windows - 5th edition by Charles Petzold

October 5, 1998 .. :s

Re: Guides & resources

Posted: Thu Oct 30, 2008 2:23 pm
by M_D_K
If anyone is interested in the PSP

http://www.psp-programming.com/
Has an active forum and tutorials on setting up the psp toolchain in cygwin and linux, A few of the NeHe tutorials have been ported to psp as well

http://hitmen.c02.at/files/yapspd/psp_doc/frames.html
Something all PSP devs needs. Too many things to list, falls just short of everything :)

http://www.devsgen.com/index.php?option ... &Itemid=28
List of libraries and how to get them to compile for the PSP

Edit- Added to OP. --Mar

Re: Guides & resources

Posted: Thu Oct 30, 2008 5:15 pm
by MarauderIIC
cypher1554R wrote:Does anyone know any good NEWER win32 programming guide.. like a book, e-book, site, or something..?
Apparently not =)

Also, adding PSP stuff

Re: Guides & resources

Posted: Fri Oct 31, 2008 11:55 am
by cypher1554R
MarauderIIC wrote:
cypher1554R wrote:Does anyone know any good NEWER win32 programming guide.. like a book, e-book, site, or something..?
Apparently not =)
No problem. I guess I'm okay to just roll with msdn resources & reference.

Re: Guides & resources

Posted: Fri Oct 31, 2008 5:14 pm
by M_D_K
your welcome marauder. If i find anything else interesting I'll post links

Re: Guides & resources

Posted: Tue Nov 11, 2008 11:52 pm
by MarauderIIC
added books that davidthefat posted here http://elysianshadows.com/phpBB3/viewto ... art=999999

Re: Guides & resources

Posted: Wed Nov 12, 2008 11:27 am
by Falco Girgis
For Lua programming, add the official reference: http://www.lua.org/manual/5.1/manual.html

It covers every function in the entire Lua library and also explains the basic software integration process.

Edit: Added to OP -- Mar

Re: Guides & resources

Posted: Sun Nov 16, 2008 3:57 am
by Vortex
http://www.youtube.com/antiRTFM

antiRTFM´s tutorials from youtube he explains very well and goes through all so you understand.

but im new to programming so if hes videos teach bad habids etc please tell me.

Edit: Added to OP --Mar

Re: Guides & resources

Posted: Sun Nov 16, 2008 6:02 pm
by mllarson
Well, these aren't online resources, but a few dead tree resources I have are:
Programming Role Playing Games with DirectX 2nd ed. by Jim Adams
Tricks of the Windows Game Programming Gurus 2nd ed. by Andre LaMothe (out of print though...)

Both are full of wisdom on game programming.

-Matt

Edit: Added to OP --Mar

Re: Guides & resources

Posted: Mon Dec 15, 2008 6:06 pm
by MarauderIIC
Last edited by MarauderIIC on Mon Dec 15, 2008 7:06 pm, edited 26 times in total.
Reason: isometrics: nice hunting, andrew

Sorry I haven't added the videos or dead trees yet =p

Re: Guides & resources

Posted: Mon Dec 15, 2008 7:42 pm
by andrew
Stanford CS Education Library -- Lots of good documents on Pointers, Memory, Lists, Trees, Perl, and other stuff.

Eternally Confuzzled -- Advanced stuff on trees, sorting, hashing, lists, and more.

Edit: Added to OP --Mar