Well by asking this question i'm replying to an old topic in this forum, i hope no one minds.
When i was reading over an extremly helpfull post, i came accross this |quote|
I'm a newbie to c++ programming with a goal to in the end write an OS, because i'm starting to love c++ while reading the cplusplus.com tutorial. I am determined to make it a language i will know well and hopefully after more studying write an OS using it ( i know i have to assembly to in parts). But then i came accross this quote. How will i write an OS with out the libraries at hand?Problem #2 is that you don't have a standard library at hand. This not only means you don't have cin or cout, but you also don't have any new() you could use. (Somethign oft overlooked - you don't have to explicitly include anything to use new(), but it's still part of the library, not the language.)
Ice-o