Thread: layout

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    5

    layout

    hi, this might sound really thick, but I'm learnin C++ and want to write games / programs. Everytime i RUN a mini project it opens a black window. When you open normal EXE it has a layout... buttons, background, graphics, sound etc... how can i learn to put this in it? i use DEV-C++ compiler. Also I'm going to try to make an online Trading Card Game where you can battle each other with cards and I'm wondering if there are any other good sites to teach me more C++ that i will need to know.

    also could you just tell me what i need to know to code CARDS that do different things when played, make a card deck to fight with, health, stamina, random card draws from deck, ONLINE and an auto updater so when i add stuff and they open the EXE it updates to theres... this might be alot to ask but im just wondering and really need help.

    Also, if theres anyone here nice and clever enough to Help teach me stuff and help make and even run the game if they want, i will pay them out the profit the game makes as i know it will be a good seller cuz other ones have been.

    please let me know ASAP, the more relpys the better :-)

    Thanks alot people, Reece.

  2. #2
    Rabite SirCrono6's Avatar
    Join Date
    Nov 2003
    Location
    California, US
    Posts
    269
    You need to learn something such as the Win32 API to create a window, and probably OpenGL or DirectX to do the graphics.

    » also could you just tell me what i need to know to code CARDS that do different things when played, make a card deck to fight with, health, stamina, random card draws from deck, ONLINE and an auto updater so when i add stuff and they open the EXE it updates to theres... this might be alot to ask but im just wondering and really need help.

    Most of that just comes from learning basic C++ concepts. You'll probably go with WinSock for sockets (online).

    That said, don't go learning Win32 API or WinSock right now. "Basic C++ concepts"
    From C to shining C++!

    Great graphics, sounds, algorithms, AI, pathfinding, visual effects, cutscenes, etc., etc. do NOT make a good game.
    - Bubba

    IDE and Compiler - Code::Blocks with MinGW
    Operating System - Windows XP Professional x64 Edition

  3. #3
    Registered User
    Join Date
    Sep 2005
    Posts
    5

    ty

    Ok, thanks alot mate.

    Could you recommend any really good sites that cover most i would need to know? I'll do the winsock thing later one once i'm a bit better at C++.

    I am now using Visual Basics Visual Studios 2005 Express Edition and also the DirectX SDK thing for the graphics. I am just learnin to code an old game at the min and it's gooing quite well.

    Let me know whenever ya can bud, thanks again.

    Ree.

  4. #4
    The Right Honourable psychopath's Avatar
    Join Date
    Mar 2004
    Location
    Where circles begin.
    Posts
    1,071
    www.cprogramming.com

    -psychopath
    M.Eng Computer Engineering Candidate
    B.Sc Computer Science

    Robotics and graphics enthusiast.

  5. #5
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034
    Sticky: Game Programming Links ( Multi-page thread 1 2 3 )
    Warning: Have doubt in anything I post.

    GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Forum Thread layout changed?
    By vart in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 05-04-2008, 11:17 AM
  2. class layout guarantees
    By drrngrvy in forum C++ Programming
    Replies: 14
    Last Post: 10-19-2007, 03:41 AM
  3. Get windows Keyboard layout
    By PVoronin in forum Windows Programming
    Replies: 2
    Last Post: 09-19-2007, 04:27 AM
  4. Game layout..
    By JJFMJR in forum Game Programming
    Replies: 1
    Last Post: 08-26-2007, 12:14 PM
  5. Need comments on site layout
    By BMJ in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-19-2002, 06:27 PM