Search:

Type: Posts; User: Black&White

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,514

    plz may u put that in english lol ?!?!i copy and...

    plz may u put that in english lol ?!?!i copy and pasted it and it said it had 9 errors!! all i want it to do is for it to stay open and deliver the final message
  2. Replies
    3
    Views
    2,514

    Switch case help ?

    Hi all this is my code
    #include <iostream.h>
    #include <string.h>

    void prompt1();
    int prompt2();
    void greeting();

    int
    main()
  3. Replies
    3
    Views
    1,006

    i know i've been trying it sounds like homework...

    i know i've been trying it sounds like homework but i've tried and looked around i can't seem to get it to compile like it is, it says

    14 switchcase.cpp
    implicit declaration of function `int...
  4. Replies
    3
    Views
    1,006

    Switch case, how are you?!

    #include <iostream.h>
    #include <conio.h>
    int main()
    {
    int input;
    cout<<"1. Play game";
    cout<<"2. Load game";
    cout<<"3. Play multiplayer";
    cout<<"4. Exit";
    cin>>input;
  5. Replies
    2
    Views
    1,154

    Thanks alot it works!!! You are truly a god :p:p

    Thanks alot it works!!! You are truly a god :p:p
  6. Replies
    2
    Views
    1,154

    Variables? Intergers.

    Hi, i've been wondering if i have this program
    #include <iostream.h>
    int
    main()
    {
    int you;
    cout<<"how are you?";
    cin>>you;
    cout<<"You are:"<<you;
    cin.get();
  7. Replies
    9
    Views
    2,154

    OMFG OMFG robert jacobs thats my name omfg omfg...

    OMFG OMFG robert jacobs thats my name omfg omfg omfg thats spooky spooky spooky!!!!!
  8. Replies
    9
    Views
    2,154

    Anyone know a gd tutorial online?

    Anyone know a gd tutorial online?
  9. Replies
    9
    Views
    2,154

    Were to learn.

    Hi could people tell me whats the best way to learn wether it's a good tutorial on the net or a good book? Any reccomendations on Tutorials on the net and/or a good book?
  10. Replies
    15
    Views
    2,027

    I've tried em all and i'm afraid no luck ...

    I've tried em all and i'm afraid no luck





    EDIT
    HOLD ON I GOT IT SORTED. None of that works for that piece but i made this
    #include <iostream.h>
    int
  11. Replies
    15
    Views
    2,027

    Sorry to sound noobish. It still doesn't work! ...

    Sorry to sound noobish. It still doesn't work!





    #include <iostream.h>
    int main() //Most important part of the program!
    {
    int age; //Need a variable...
  12. Replies
    15
    Views
    2,027

    Benny?!

    So my original question still asks, were do i put the cin.get(); 's or system("PAUSE")?


    #include <iostream.h>
    #include <concio.h> will that work at the top of my c++ code?

    omg...
  13. Replies
    15
    Views
    2,027

    eh

    if u go on the cprogramming.com site and then on tutorials it says to enter this in
    #include <iostream.h>
    int main() //Most important part of the program!
    {
    int age; //Need a...
  14. Replies
    15
    Views
    2,027

    were abouts do i put the 2 cin.get();s?

    were abouts do i put the 2 cin.get();s?
  15. Replies
    15
    Views
    2,027

    Basic stuff/ closing

    Hi when i make a simple c++ program: It closes too early it says please input your age, so i do then press enter and it closes itself i have used systempause("") and cin,get(); but it doesn't get...
Results 1 to 15 of 15