Thread: Playing C++ games

  1. #1
    Registered User
    Join Date
    Jun 2009
    Posts
    3

    Question Playing C++ games

    Hi,
    How would you open and play a C++ game? I'm new to this programming and I'd like to make games.

  2. #2
    Registered User
    Join Date
    Feb 2009
    Posts
    42
    You just compile the program, creating an executable you can run, just like any c++ console application. Start reading a book and you'll understand it.

  3. #3
    Registered User
    Join Date
    Apr 2008
    Posts
    890
    Quote Originally Posted by gord360 View Post
    Hi,
    How would you open and play a C++ game? I'm new to this programming and I'd like to make games.
    You have almost no chance of success until you learn the basics of programming. Your question is analogous to a college freshman walking into an operating room and saying "I'm new to medicine and I'd like to perform open heart surgery."

    Just because playing games is fun and easy doesn't mean making them is.

  4. #4
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    Quote Originally Posted by gord360 View Post
    How would you open and play a C++ game?
    I'd usually double click the icon and just play it as intended. Same way I'd play a game written in any other language.
    Of course to be asking a question on this forum we'd expect you to be more interested i making a game than playing it. For that you'd have to show us what your current programming ability level is.

  5. #5
    Banned ಠ_ಠ's Avatar
    Join Date
    Mar 2009
    Posts
    687
    Quote Originally Posted by iMalc View Post
    I'd usually double click the icon and just play it as intended. Same way I'd play a game written in any other language.
    Of course to be asking a question on this forum we'd expect you to be more interested i making a game than playing it. For that you'd have to show us what your current programming ability level is.
    Somewhere between "Hello" and "world" I would think
    ╔╗╔══╦╗
    ║║║╔╗║║
    ║╚╣╚╝║╚╗
    ╚═╩══╩═╝

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. When done right, PC games are amazing
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 08-13-2008, 05:32 PM
  2. what games are you playing currently?
    By FloatingPoint in forum A Brief History of Cprogramming.com
    Replies: 55
    Last Post: 07-08-2003, 08:40 PM
  3. Playing C++ games online?
    By Stan100 in forum Game Programming
    Replies: 27
    Last Post: 06-16-2003, 03:26 PM
  4. Video Games Industry. 5 years left.
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 12-10-2002, 10:52 PM
  5. making money and playing games...
    By Aran in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 09-10-2001, 07:13 PM

Tags for this Thread