New learner!

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
gmoney
Member
Member
Posts: 106
Joined: Mon Jan 03, 2005 12:00 am
Location: Texas, Usa

Re: New learner!

Post 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.
Just because your phone is "smart" doesn't mean the user is... ijs
ice-o
Posts: 1
Joined: Sun May 01, 2005 11:00 pm

Re: New learner!

Post 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]
Post Reply