Search:

Type: Posts; User: XenoForce

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    2,269

    If I knew what that meant, I would be like this...

    If I knew what that meant, I would be like this guy :D but since I don't I am like both of these smilies. :confused: :mad:
  2. Replies
    9
    Views
    2,043

    This your book? Sam's Teach Yourself C++ In 21...

    This your book?
    Sam's Teach Yourself C++ In 21 Days

    I read some of it. It's actually pretty helpful. Don't worry that is a legal copy, I think...

    What I advise you to do is to look for books...
  3. Replies
    15
    Views
    2,269

    Nevermind what I said.I got a better way of...

    Nevermind what I said.I got a better way of explaining it now.
    Sorry :rolleyes:
    What I really meant to say was that if the user typed in the name of the variable, the program would display the...
  4. Replies
    15
    Views
    2,269

    Cool. Here's another idea I got. You could...

    Cool.

    Here's another idea I got.
    You could declare all the variable in the beginning like.

    int a=1
    int b=2
    int c=3
    //etc.
  5. Replies
    15
    Views
    2,269

    Could you do this with a sequence of numbers?...

    Could you do this with a sequence of numbers?
    For example, if you typed in 1,2,3 separated by commas it would spit out a,b,c. Think this is possible?
  6. Thread: allegro

    by XenoForce
    Replies
    3
    Views
    1,069

    This is a newb question but what is Allegro?

    This is a newb question but what is Allegro?
  7. Replies
    15
    Views
    2,269

    Very Inefficient translator.

    I am trying to make a code translator where you would type in a certain number and it would spit out a certain letter. I'm a total newb so I'm guessing this is the most inefficient way of doing this....
  8. Replies
    23
    Views
    3,436

    Thanks a bunch!!! By the way, how do you make...

    Thanks a bunch!!! By the way, how do you make pauses at the end so the user can see the end product?
  9. Replies
    23
    Views
    3,436

    My Qbasic skills are horrible too so I can't send...

    My Qbasic skills are horrible too so I can't send anything. :( The description would be a program that would give you three chances to guess a certain number, and after three guess's it would say...
  10. Replies
    23
    Views
    3,436

    Then I have to make 3 while commands?

    Then I have to make 3 while commands?
  11. Replies
    23
    Views
    3,436

    Could you give me an example? I'm just a newb :D

    Could you give me an example?
    I'm just a newb :D
  12. Replies
    23
    Views
    3,436

    How would you go back to a section of code?

    I'm just a newb so this is very hard for me.
    I'm trying to make a guess what number this is game and I want to go back to a section of code like I would in Qbasic. The problem is that C++ doesn't...
Results 1 to 12 of 12