|
Hello,
I need some info from all you game programmers out
there who prefer to program in C.
I learned the language from a host of on-line
guides and the book "The Absolute Beginner's Guide to C" and I am feeling
confident in the language. I am now reading "Expert C Programming", but I feel
like I have missed out a big chunk of the language.
What I am looking for is more info on adding,
extracting data from structures, pointers, graphics stuff and more on how to
take control of the computer, i.e. Interrupts, system addresses. For
example I was reading a piece of code the other day, it had had used some piece
of code to use the system timer to make rand() more random. I didn't know
you could do this never mind how to do it. All of a sudden I
felt like I knew nothing in the field of C programming.
ANY help would be appreciated!
Thanks.
|