new one

This is a discussion on new one within the C++ Programming forums, part of the General Programming Boards category; >at least cheer me up so i can continue.. "It's fine for a start" is me cheering you up. I ...

  1. #16
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,805
    >at least cheer me up so i can continue..
    "It's fine for a start" is me cheering you up. I refrained from doing my usual line by line dissertation about why the code is broken and how it should be rewritten to bring it up to my standards.
    My best code is written with the delete key.

  2. #17
    kevinawad
    Guest
    i need to know this question

    you know maple story,wow,etc..

    they use windows aplication and create a program to create games?
    or they create it with code only?like, they just write the game

  3. #18
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    880
    Both. Part is code and part is already written applications (aka Maya or internal tools).
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  4. #19
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,805
    >like, they just write the game
    Yes, what did you think they do?
    My best code is written with the delete key.

  5. #20
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    880
    I think he means they use tools to simplify their lives, which they do to an extent, but mostly it's just coding.
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  6. #21
    kevinawad
    Guest
    no thats not wath im saying

    im saying that first they create program with code
    than they create the game with the program they make to be more easy

  7. #22
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    880
    What? What are you trying to say? They compile their programs so they can be run?
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  8. #23
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,805
    >I think he means they use tools to simplify their lives, which they do to an extent, but mostly it's just coding.
    Yes, of course. Then again, a lot of those tools (barring compilers and such) tend to be custom written in-house as well. I got the impression that he was thinking about those lame drag and drop game builder applications.
    My best code is written with the delete key.

  9. #24
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    880
    Exactly, they use in house tools, but not any thing like RPG Builder or what not. kevinawad, try to frame your questions in actual English.
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  10. #25
    kevinawad
    Guest
    ya the drag and drop but they make it themself then it will be easy to create their game

    they dont use drag and drop from other they make it themself

    its like they create an engine
    like age of empire 2 i think they create an engine and they used it for age of empire 3

  11. #26
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    880
    Yes an engine, which != drag and drop. These are professionals who code for a living and if they use tools they are not drag and drop affairs.
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  12. #27
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,805
    >like age of empire 2 i think they create an engine and they used it for age of empire
    That's what we call reusing code. It's not as much a tool as a copy/paste/hack job most of the time.
    My best code is written with the delete key.

  13. #28
    kevinawad
    Guest
    ohh and how can i build my 3d thingy drag and drop
    to put some 3d thing in it i was just looking in devmaster.net they offer others drag and drop but i want to create mine is it easy or its for expert only

  14. #29
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    880
    1) Learn to speak English.
    2) Learn to program basic programs.
    3) Learn Windows programming.
    4) Learn OpenGL/DirectX.
    5) Create your project (once you're a C++ coding guru).
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  15. #30
    CSharpener vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    5,636
    Quote Originally Posted by manutd
    1) Learn to speak English.
    2) Learn to program basic programs.
    3) Learn Windows programming.
    4) Learn OpenGL/DirectX.
    5) Create your project (once you're a C++ coding guru).
    You forgot to add
    6) goto 1
    If I have eight hours for cutting wood, I spend six sharpening my axe.

Page 2 of 3 FirstFirst 123 LastLast
Popular pages Recent additions subscribe to a feed

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21