Search:

Type: Posts; User: Boyrobber

Search: Search took 0.01 seconds.

  1. Wait sorry, I did that but I had it in a console...

    Wait sorry, I did that but I had it in a console application, thats why it went crazy, However I did it in an empty project and it worked thanks for the help it is working good. Thanks to ya'lls help...
  2. Ya, umm I used that code instead of what I had...

    Ya, umm I used that code instead of what I had and the whole computer went haywire and I had to unplug the computer so that didn't work, thx for trying to help though.
  3. Thank you sooo.... much, one more thing is it...

    Thank you sooo.... much, one more thing is it doesn't recognize the clear command how would I fix that? :)
  4. I do, don't you get the C++ source code when you...

    I do, don't you get the C++ source code when you buy the indie liscence for Torque Game Engine? if so doesn't that mean you can use C++ with it? :)
  5. OK thank you. Do you think that Torque is a good...

    OK thank you. Do you think that Torque is a good game engine to start with? :)
  6. Alright. do you have a sugestion for learning...

    Alright. do you have a sugestion for learning C++??? :)
  7. Another question about C programming for the absolute beginner

    Is C programming for the absolute beginner good for someone who say wants to learn C++ but wants to start off with C? :)
  8. I just read what you said and here is the code I...

    I just read what you said and here is the code I have for the defined function.
    int geographyQuestion(void)
    {
    int iAnswer = 0;

    system("clear");
    printf("\tGeography...
  9. it tells me to put while ( giResponse !=3); in...

    it tells me to put
    while ( giResponse !=3); in and I did but it still comes up with that error message.
  10. thanks for the help but I am new and confused so...

    thanks for the help but I am new and confused so forget I asked I will re-read the chapter to see what it says then if I still can't figure it out I will come back and post again but for now I am...
  11. Now I get a [link error] Undefined reference to...

    Now I get a [link error] Undefined reference to 'geographyQuestion'
  12. need help with game inC programming for the Absolute beginner

    The game is at the end of chapter 5 and it is the Trivia Game. I am using Dev-C++ and I have a problem. When I put in all the code I get an error message at the end of this code.
    #include <stdio.h>...
Results 1 to 12 of 12