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
Comment