Thread: C++ only goes so far...

  1. #1
    Registered User Aalmaron's Avatar
    Join Date
    Jan 2004
    Location
    In front of a monitor
    Posts
    48

    C++ only goes so far...

    Ok so i didn't know where to make this thread, and this looked like an ok place for it.

    so lets say that i have a bunch of C++ code, but i'm sick and tired of command promt, and want some graphics. now i don't want a windows window like you can get with a template in sudio.net, but like a full screen app. i don't want it to be platform specific repsonce, or a responce for linux and windows would be nice.

    i know that to a certain extent i can do most things in C++, but what should i use to make menues and the such? should i pick up a basic or visual basic book or something?

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    I think what C++ lacks is the ability to make me a cup of coffee.

    A library like wxWidgets enables you to create GUI applications that aren't platform specific.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    You could also, to some extent, use OpenGL and GLUT. Or why not implement your own GUI system in OpenGL (this is very advanced though if your going trying to make it good).
    STL Util a small headers-only library with various utility functions. Mainly for fun but feedback is welcome.

  4. #4

    Join Date
    May 2005
    Posts
    1,042
    I believe OpenGUI is the cross platform mechanism for creating useful GUIs
    I'm not immature, I'm refined in the opposite direction.

Popular pages Recent additions subscribe to a feed