Search:

Type: Posts; User: Wes

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    4,684

    Thanks a lot. It looks like some comapnys will...

    Thanks a lot. It looks like some comapnys will start an experianced programmer at $75,000 but they have to have had 5 years experiance in the industry.
  2. Replies
    8
    Views
    4,684

    Salary for C++ Programers?

    Hi Again.

    I was wondering what the average salary for C++ programers was in all the different fields (i.e. games, databases, applications, top secret, etc). I'm just doing some research and...
  3. Thread: 2D Rendering

    by Wes
    Replies
    20
    Views
    2,161

    I'm on chapter four of my book. Learning C++. ...

    I'm on chapter four of my book. Learning C++.

    Thanks, this is really one of the most newbie friendly board's I've ever seen.
  4. Thread: 2D Rendering

    by Wes
    Replies
    20
    Views
    2,161

    But how do I bridge the gap from drawing the...

    But how do I bridge the gap from drawing the character to putting them on the moniter?
  5. Thread: 2D Rendering

    by Wes
    Replies
    20
    Views
    2,161

    A game "like" it, yes, it's a project me and a...

    A game "like" it, yes, it's a project me and a friend are having. (not school)
  6. Thread: 2D Rendering

    by Wes
    Replies
    20
    Views
    2,161

    Say I was using an engine that could run Zelda: A...

    Say I was using an engine that could run Zelda: A link to the past, how would my artist go about making the sprites? We cant find anything on the topic.
  7. Thread: 2D Rendering

    by Wes
    Replies
    20
    Views
    2,161

    Ohh..alright Does anyone know a good sprite...

    Ohh..alright

    Does anyone know a good sprite program, what do you use to make them?
  8. Thread: 2D Rendering

    by Wes
    Replies
    20
    Views
    2,161

    I heard that since version 8 they've removed it.

    I heard that since version 8 they've removed it.
  9. Thread: 2D Rendering

    by Wes
    Replies
    20
    Views
    2,161

    Do I need the OpenGL library for SDL?

    Do I need the OpenGL library for SDL?
  10. Thread: 2D Rendering

    by Wes
    Replies
    20
    Views
    2,161

    2D Rendering

    For a 2D game, would it be smarter to use OpenGL for lack of DirectX's Directdraw?
  11. Replies
    2
    Views
    1,454

    3D models to in-game

    How exactly would I go about programing the models my artist friend makes in a 3d app (say 3d studio max) and transfer it into the game? How is the programing on running and jumping (character...
  12. Replies
    4
    Views
    2,385

    I'm such a newbie :p Thanks guys.

    I'm such a newbie :p

    Thanks guys.
  13. Replies
    4
    Views
    2,385

    :D I can't believe I missed that in the FAQ! ...

    :D I can't believe I missed that in the FAQ!

    Well, this does the same thing, and it exits early:



    #include <stdio.h>
    #include <iostream.h>

    int main(void)
  14. Replies
    4
    Views
    2,385

    Window Wont Stay Open

    I use the latest version of Dev C++, with the following code:



    #include <iostream.h>
    int main()
    {
    char response[25];
    cout << "Hello World";
    cin >> response;
Results 1 to 14 of 14