Results 1 to 3 of 3

Thread: Tutorials for C# AND C++

  1. #1

    Thread Starter
    Addicted Member NewGen's Avatar
    Join Date
    Nov 2002
    Location
    olathe, ks
    Posts
    152

    Tutorials for C# AND C++

    I need some tutorials for c# and c++. I know just enough ASM to make a boot file and a couple of other things. I am trying to make a kernel in c++. I know it is possible, redhat linux was made that way but i need some major tutorials and some links for some good IDEs

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    check out planet source code....they have a cool thiing about operating systems....quick and easy

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Making a kernel in C++ is not a good idea. The language is far too large and "bloated" to be usable like that, most people have found.

    Linux was written in C, the GNU HURD is in C, in fact most of the userspace tools in GNU/Linux, BSD, or whatever, are in C, because it's just so much simpler and more portable.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width