Thread: can you create games with c++

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    15

    Angry can you create games with c++

    Only people with good progrmming skills please answer

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Yes.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    sockets mad
    Join Date
    Mar 2002
    Posts
    126
    Quote Originally Posted by smonk
    Only people with good progrmming skills please answer
    How rude.

    Only people with common sense please post.
    C/C++ Support IRC Channel

    Server: irc.dal.net Channel: #csupport

    Come along and help make it a great resource for the community.

  4. #4
    ---
    Join Date
    May 2004
    Posts
    1,379
    its possible to create a game in any language (that isnt a scripting language)

  5. #5
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Yes.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  6. #6
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    (that isnt a scripting language)
    What about Actionscript? JavaScript? Lua?

  7. #7
    ---
    Join Date
    May 2004
    Posts
    1,379
    Quote Originally Posted by Dante Shamest
    What about Actionscript? JavaScript? Lua?
    i dont know anything about scripting languages, but prove me wrong.

  8. #8
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    You haven't even described what you mean by a game. A game can be a simple stone/rock/scissors text game on your hand calculator...

    A more graphical game, written in C++:
    http://cboard.cprogramming.com/showthread.php?t=52893
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  9. #9
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by sand_man
    i dont know anything about scripting languages, but prove me wrong.
    JavaScript Games
    Flash Games

    still need proof?

  10. #10
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    You can create games in any language.

  11. #11
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    Can I use this thread to suggest something?

    I suggest we make a C++ Game Programming FAQ and sticky it on the top of this board. This would help in 2 ways:

    1. People who are tempted to ask such questions as "Can games be made in C++" will be able to simply refer to the FAQ and get their answer.
    2. For people who are not as smart and ask the question anyways, we can reply, "Look at the Game Programming FAQ stickied at the top of this board. It will answer all your questions."

    The C++ Game Programming FAQ can answer such questions as:

    "Can C++ be used to make games?"
    "Which API: OpenGL, DirectX, SDL, or Allegro should I start out with?"
    "I want to make games. Where do I start?"

    It can also answer any other questions deemed worthy by the regulars and moderators of these boards.
    My Website

    "Circular logic is good because it is."

  12. #12
    Most computer games, and many console games are written in either C or C++.

  13. #13
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    Quote Originally Posted by smonk
    Only people with good progrmming skills please answer
    I suggest you delete your post then.

    Seriously, you can. But in the future, think about what you say. No one wants inexpierienced people to help, but considering YOU ARE ON A C++ GAME DEVELOPMENT BOARD , you would/could imagine there being some possiblities.
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  14. #14
    Banned
    Join Date
    May 2004
    Posts
    129
    its possible to create a game in any language (that isnt a scripting language)
    to be super technical, you are doing scripting in c or C++ because they generate sets of assembly instructions, so you *could* theoretically say that c is just a scripting language which scripts assembly commands together. just like any other scripting language, what is *really going on* under the hood can be abstracted from the programmer.

    just thought id throw that out there

    obviously programming in c is more difficult than say flash, and flash is WAY more abstracted

  15. #15
    But isn't that really incorrect? Do we not define scripting languages as those that are intepreted at run-time ... And that assm and machine code are not by definition? In which case c/c++ aren't interpreted at run-time only compile time which wouldn't make them a scripting language even technically?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Programming opportunities! (Midway Games, Inc)
    By Midwayrecruiter in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 08-20-2008, 11:02 AM
  2. 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
  3. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  4. How to create a file association program?
    By eShain in forum Windows Programming
    Replies: 1
    Last Post: 03-06-2006, 12:15 PM
  5. Cannot create MDI Client Win
    By JaWiB in forum Windows Programming
    Replies: 1
    Last Post: 10-31-2005, 10:05 PM