Build a new system

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • my love ++

    #1

    Build a new system

    I want to build a new computer system with c++!

    How can I ???

  • Malcolm McLean

    #2
    Re: Build a new system

    "my love ++" <games2007_1985 @yahoo.comwrote in message
    >
    I want to build a new computer system with c++!
    >
    How can I ???
    >
    Start by implementing an OS on top of Windows / Linux. So have a large file
    which represents your "disk". Then write a program to store data and
    programs into this big file, and display them. Then write code to run the
    programs in your virtual environment.

    It's quite hard, but fun to do, and it might just make you billions if you
    can come up with something better than Bill Gates.
    (Really this belongs on comp.programmin g).

    --
    Free games and programming goodies.


    Comment

    • Joachim Schmitz

      #3
      Re: Build a new system

      "my love ++" <games2007_1985 @yahoo.comschri eb im Newsbeitrag
      news:1190449933 .564640.153420@ r29g2000hsg.goo glegroups.com.. .
      I want to build a new computer system with c++!
      >
      How can I ???
      Definitly not by posting to comp.lang.c

      Bye, Jojo


      Comment

      • borophyll@gmail.com

        #4
        Re: Build a new system

        On Sep 22, 7:54 pm, "Malcolm McLean" <regniz...@btin ternet.comwrote :
        "my love ++" <games2007_1... @yahoo.comwrote in message
        >
        I want to build a new computer system with c++!
        >
        How can I ???
        >
        Start by implementing an OS on top of Windows / Linux. So have a large file
        which represents your "disk". Then write a program to store data and
        programs into this big file, and display them. Then write code to run the
        programs in your virtual environment.
        >
        It's quite hard, but fun to do, and it might just make you billions if you
        can come up with something better than Bill Gates.
        (Really this belongs on comp.programmin g).
        You can't "build a computer system" using C++. C++ is simply a
        programming language, it has no tangible, physical presence. It's
        like asking someone to construct a building out of words. If you want
        to write software in C++ to *control* a computer system, then visit
        alt.os.developm ent for more info, as well as platform specific
        newsgroups

        Comment

        Working...