Cross platform c++ compiler/library with standards

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Eyeinstyin
    New Member
    • Sep 2007
    • 20

    Cross platform c++ compiler/library with standards

    i basically want to work with standard library where the program can be compiled on different OS like windows,linux unix,mac etc

    plus different h/w platforms like intel ,amd, playstations etc


    I want to develop OS in c++ .Please Help me!!
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by Eyeinstyin
    i basically want to work with standard library where the program can be compiled on different OS like windows,linux unix,mac etc

    plus different h/w platforms like intel ,amd, playstations etc


    I want to develop OS in c++ .Please Help me!!
    There are standard libraries for Windows, and then there are standard libraries for Linux, and I'm betting that they do not work well with Playstations - I'm guessing they use their own proprietary libraries (depending on the version - I hear 3 is locked down pretty well). You're not going to be able to set a list of includes and be able to program across ALL platforms. If you want that, program in Java. (Which still has different versions of the JVM...)

    Comment

    Working...