Search:

Type: Posts; User: skyruler54

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,486

    Okay, I think I get it so its like this ...

    Okay, I think I get it so its like this


    #include <iostream.h>
    #include <stdlib.h>

    int main()
    {
    int age;
    char name[50];
  2. Replies
    9
    Views
    1,486

    I forgot about that...havn't coded in c++ in a...

    I forgot about that...havn't coded in c++ in a long time...but can someone tell me how the char thing works?
  3. Replies
    9
    Views
    1,486

    Odd coding problems....

    I am currently using Dev-C++ 4. But I am getting some odd coding errors when using cout and cin, here is a example


    #include <iostream.h>
    #include <stdlib.h>

    int main()
    {
    int name;
    ...
  4. Replies
    5
    Views
    1,149

    Assuming I have no idea how to do it. Just tell...

    Assuming I have no idea how to do it. Just tell me please. And what header files I need...
  5. Replies
    5
    Views
    1,149

    Yeah

    Yeah
  6. Replies
    5
    Views
    1,149

    Text that types out in front of you....

    I saw this in a few games. Like the title of a game types out infront of you and doesn't just appear all of the sudden. How do I do this?
  7. Replies
    3
    Views
    1,903

    And where exactly could I find how to do this?

    And where exactly could I find how to do this?
  8. Replies
    3
    Views
    1,903

    Multiple Windows, One Program?

    Is there a way in a DOS game to have 2 windows open at the same time? Like one showing your items and one showing a map? I was thinking for diffrent programs but how would I call the other program?
  9. I am in..not sure how to do this yet...but should...

    I am in..not sure how to do this yet...but should be fun..
  10. Nothing now...Thanks for your help people

    Nothing now...Thanks for your help people
  11. There #include #include...

    There


    #include <iostream.h>
    #include <stdlib.h>
    int main()
    {
    cout<<"Welcome to Tic-Tac-Toe\n";
    cout<<"What do you wish to do?\n";
    cout<<"1.New Game\n";
  12. Sebastiani is a friendly person.. Thanks for...

    Sebastiani is a friendly person..
    Thanks for your help Stoned_Coder
  13. Okay, I compiler the code. The complier says...

    Okay, I compiler the code. The complier says there is a error at the end of input. On line uh...like one line after the last '}'.
  14. I changed it to CLS but I am still getting a...

    I changed it to CLS but I am still getting a error at the end of input...
  15. Okay I fixed it #include ...

    Okay I fixed it


    #include <iostream.h>
    #include <stdlib.h>
    int main()
    {
    cout<<"Welcome to Tic-Tac-Toe\n";
    cout<<"What do you wish to do?\n";
    cout<<"1.New Game\n";
  16. Replies
    12
    Views
    1,414

    I replied to you PM maloy

    I replied to you PM maloy
  17. Thread: system("")

    by skyruler54
    Replies
    9
    Views
    3,196

    system("")

    This is dos specific I think. Could someone list the most useful system commands and what they do?
  18. Replies
    8
    Views
    2,560

    I sense a mood swing :D

    I sense a mood swing
    :D
  19. So no one knows?

    So no one knows?
  20. Replies
    5
    Views
    1,463

    Poll: How did you change the text color? I didn't...

    How did you change the text color? I didn't understand your code
  21. Replies
    38
    Views
    6,249

    Oh and I didn't post a poll because I didn't know...

    Oh and I didn't post a poll because I didn't know the most popular editors :-)
  22. Replies
    38
    Views
    6,249

    EDXOR isn't really a C++ editor but I have had it...

    EDXOR isn't really a C++ editor but I have had it for a long time so it is a favorite of mine. I just add .cpp to the end and it works nicely...EDXOR can be found at:

    EDXOR
  23. 1 parse error before `--' 31 In file included...

    1 parse error before `--'

    31 In file included from C:/DEV-CPP/include/g++-3/iostream.h

    2 from Source.cpp

    37 parse error before `}'

    [Warning] In function `int main()':
  24. Replies
    38
    Views
    6,249

    Poll: What text editor do you use?

    I use EDXOR. I like it. How about you?
  25. I tried to compiler this in Dev-C++ v5.0 but it won't work. Help please

    #include <iostream.h>
    #include <stdlib.h>
    int main()
    {
    cout<<"Welcome to Tic-Tac-Toe\n";
    cout<<"What do you wish to do?\n";
    cout<<"1.New Game\n";
    cout<<"2.Options\n";
    cout<<"3.Quit\n";
    int...
Results 1 to 25 of 67
Page 1 of 3 1 2 3