Page 2 of 2

Re: New learner!

Posted: Thu Jun 02, 2005 11:00 pm
by gmoney
hey man the best site i found to learn c++ and c is www.cprogramming.com it also has alot of links, and learn a little bit of asm too.

Re: New learner!

Posted: Fri Jun 03, 2005 11:00 pm
by ice-o
If you're writting an OS, you should know about the underlying hardware. More to the point, you should understand interrupts, IO, IRQs, segmentation (possibly... not all platforms have it), paging, etc, etc, etc.
For this i would reccomend reading the intel manuals esspecially "Intel? Architecture Software Developer's Manual, Volume 3: System Programming Guide"

http://developer.intel.com/design/pentium/manuals/


Ice-o[/quote]