Thread: can you create games with c++

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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?

  2. #2
    Banned
    Join Date
    May 2004
    Posts
    129
    Oh I definitely agree with what M said because although your binary instructions are read in from the executable file, and then stored in memory, there is no 'interpreting' that needs to be done at runtime, because everything is already at the lowest level.

    I was just saying there are some interesting parallels . Not only is a script something that must be read in at runtime and then interpreted, a script is also a bunch of pre-defined commands, just strung together in a sequence in order to do something. In that light, you *are* scripting together binary instructions with a high level language, via the more literal use of the word 'script'. But I think we understand each other anyway
    Last edited by vNvNation; 05-27-2004 at 03:44 PM.

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