New Window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CyBerFirEZ
    New Member
    • Aug 2007
    • 48

    #1

    New Window

    Hi, I'm trying to design a simple game, using g++ - that is visual c++ 2005 express edition.

    I want to know how to open a window for the game!
    Anyone help?
  • xoinki
    New Member
    • Apr 2007
    • 110

    #2
    hi,
    In Visual studio,
    File-> new-> project -> win32 -> give project name ->ok -> another window pops up -> see application settings -> there windows app must have been selected by default -> finish;
    after that Code can be seen in VS generated by VS, then compile (ctrl + F7) and run (ctrl + F5), a window appears on the screen, start working on u r game

    Regards,
    Xoinki

    Comment

    Working...