Search:

Type: Posts; User: Gallaton

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    15,674

    If all you are wanting to do is to assign the...

    If all you are wanting to do is to assign the value "-50" to "t" using a signed char variable then this will work just fine:



    signed char t[3];
    cin>> t;


    For a variable of type "char" you...
  2. Replies
    10
    Views
    2,234

    Thank you both for your input. JVene, I am not...

    Thank you both for your input. JVene, I am not sure why, but it will not allow me to click on your name and send you a message. It might be because I have just recently signed up here. Either way, my...
  3. Replies
    10
    Views
    2,234

    Ok...Lets say for the sake of argument that my...

    Ok...Lets say for the sake of argument that my goal is to work for a large firm that does major releases to console or PC whether it be Sony PS, or Xbox 360 (and obviously anything next gen.) Also,...
  4. Replies
    10
    Views
    2,234

    Thanks allot...I started in C++ and the first few...

    Thanks allot...I started in C++ and the first few chapters were fairly straight forward and simple. Sometimes it seems that the guide goes in a "random" order and one lesson doesn't really lead to...
  5. Replies
    10
    Views
    2,234

    I appreciate the opinion and the links. I know...

    I appreciate the opinion and the links. I know that C/C++ and C# are all pretty large languages used for gaming, but is there a better place to start to ease my way into it? I am on a limited budget...
  6. Replies
    10
    Views
    2,234

    Quick Game Programming Question

    I am looking for the best place to start working towards being able to program and my initial interest, like so many others, is in game creation and development. I started working with C++ but have...
  7. Replies
    3
    Views
    1,546

    Believe me I appreciate your advice and opinion....

    Believe me I appreciate your advice and opinion. Its hard when using google as your main deciding factor to determine exactly what is the best choice. There are so many new languages, specifically...
  8. Replies
    3
    Views
    1,546

    Introduction and Thanks in Advance!

    Well, after years (I say years but I can't really remember how long) of telling myself I should take the time to learn to code, I have finally made myself take the time to do it. I am doing this all...
Results 1 to 8 of 8