Thread: Console Programming

  1. #1
    Registered User CAP's Avatar
    Join Date
    May 2002
    Posts
    179

    Console Programming

    I am new to this whole programming thing so I want to know.
    When programming for a console instead of a PC do you still use C/C++ or languages like that to make console games or what. I know it is somewhat different cause of memory and stuff but do you still use the same languages??
    -Microsofts Visual C++ Introductory Kit-
    Current Projects: Learning Everything C.

    Everyone has a photographic memory, some people just don't have any film.
    ______________________________

    When was the last time you went for a colon cleansing? Because quite frankly, you're so backed up with crap that it's spilling out your mouth

  2. #2
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Yes, you still use C/C++ for console games. You just use the specific console's API. For instance, check out www.gbadev.org for info on developing for the Game Boy Advance.

  3. #3
    Registered User Zeeshan's Avatar
    Join Date
    Oct 2001
    Location
    London, United Kingdom
    Posts
    226
    It depends upon the console manufacturer. The actual language inside any machine in machine language, which is based on direct signaling to the processor of the system in binary codes. The manufacturer may design a built-in C/C++ compiler into the system if he wants to. But, it is only upto the designers of the system. They can put C or C++ or Java or Basic or whatever they want so that programmers can then easily create games for the system. Hence, the choice of C/C++ is at the top, mostly.

  4. #4
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    Good luck writing programs for consoles, I hear the dev kits are really expensive, and hard to get.

  5. #5
    Registered User smokeybear's Avatar
    Join Date
    Jun 2002
    Posts
    31
    I wouldn't bother with console programming if I were you at least not until you were very good at writing computer games in C++. Besides you have to be rich to make console games.
    -Compiler
    --Dev-C++
    -Projects
    --Adventures of Lakod(0%)
    -----------------------------------------
    Site - www.cplusprogsm.cjb.net
    Forums - http://pub92.ezboard.com/faeiforumsfrm1

  6. #6
    Registered User CAP's Avatar
    Join Date
    May 2002
    Posts
    179
    I am new to this whole programming thing so whatever but from what I have heard programming on either consoles or PC both have advantages.
    Consoles: They have fixed hardware but not nearly as powerful as a PC(althought they are getting better i.e. XBOX )

    PC: Way more powerful but you have to program and make graphics for a linear gradient system line and test for many different systems.

    (what I am trying to say is I am torn about which is easier and I don't know what coding changes would have to be made)

    By the way I have a book that says console DEV kits can cost upwards of 20 000 to 25 000 just so you know Josh.

    Also Smokeybear, did you just start your site??
    I downloaded some of your programs(the robot is funny) and they were cool but that was the only link that worked so I was just wondering.
    Last edited by CAP; 06-08-2002 at 12:57 PM.
    -Microsofts Visual C++ Introductory Kit-
    Current Projects: Learning Everything C.

    Everyone has a photographic memory, some people just don't have any film.
    ______________________________

    When was the last time you went for a colon cleansing? Because quite frankly, you're so backed up with crap that it's spilling out your mouth

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Console, Terminal and Terminal Emulator
    By lehe in forum C Programming
    Replies: 4
    Last Post: 02-15-2009, 09:59 PM
  2. Full Screen Console
    By St0rmTroop3er in forum C++ Programming
    Replies: 1
    Last Post: 09-26-2005, 09:59 PM
  3. Problems with a simple console game
    By DZeek in forum C++ Programming
    Replies: 9
    Last Post: 03-06-2005, 02:02 PM
  4. Console Functions Help
    By Artist_of_dream in forum C++ Programming
    Replies: 9
    Last Post: 12-04-2004, 03:44 AM
  5. Just one Question?
    By Irish-Slasher in forum C++ Programming
    Replies: 6
    Last Post: 02-12-2002, 10:19 AM