Thread: C++ for xbox 360

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    17

    C++ for xbox 360

    does anyone know how to make C++ games for the Xbox 360 console. If so can you tell me.

  2. #2
    Registered User
    Join Date
    Jan 2007
    Posts
    7
    If your programming skills are flawless, then I understand you. Else, you're wasting time. A good game takes a lot of time and a lot of programmers to build it...

  3. #3
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Strictly speaking, it's all a matter of getting the Xbox SDK from Microsoft. I estimate the price at a few thousand dollars.

    http://channel9.msdn.com/ShowPost.aspx?PostID=138002 (rather old, thread is from 2005)

    Google turns up more stuff, but I'm too lazy to look through it.
    Last edited by CornedBee; 04-30-2007 at 03:41 AM.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  4. #4
    "Why use dynamic memory?"
    Join Date
    Aug 2006
    Posts
    186
    the good news is that Xbox games are made with DirectX you should maybe email a gaming company or something, I bet they use Microsoft Visual Studio if it involves DX and C++
    "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg."-Bjarne Stroustrup
    Nearing the end of finishing my 2D card game! I have to work on its 'manifesto' though <_<

  5. #5
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    >the good news is that Xbox games are made with DirectX

    Actually, they are made with a variant of DX (called DirectX+, IIRC). So, writing straight up DX code doesn't guarantee cross compatability. Bottom line is you need the SDK CornedBee pointed out.

  6. #6
    For Narnia! Sentral's Avatar
    Join Date
    May 2005
    Location
    Narnia
    Posts
    719
    You could always use XNA. However, it uses C# and is somewhat limited.
    Videogame Memories!
    A site dedicated to keeping videogame memories alive!

    http://www.videogamememories.com/
    Share your experiences with us now!

    "We will game forever!"

  7. #7
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    Various games on the Xbox Live Arcade are made with XNA studio, and some of them are not made by a large bodied staff, so it's not a pipe dream to make a game on a smaller scale.

  8. #8
    Registered User
    Join Date
    Dec 2004
    Posts
    465
    Microsoft was going to release free xbox 360 development kits for anyone with a copy of Windows XP SP2 or so I heard, though it uses C#.
    My computer is awesome.

  9. #9
    Registered User
    Join Date
    Jul 2005
    Posts
    45
    You need XNA Game Studio Express and Visual C# 2005 Express.
    Then free your fantasy!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Xbox 360 Compatability
    By swgh in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 08-22-2008, 03:51 PM
  2. Calling all XBox 360 Oblivion players
    By cboard_member in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 04-23-2007, 09:34 AM