Search:

Type: Posts; User: TheJunkie

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,150

    What IDE and compiler are you using? This code...

    What IDE and compiler are you using? This code seems fine and works fine.
  2. Replies
    18
    Views
    2,617

    That is just a example. You said you want what...

    That is just a example. You said you want what they say to be put in the html file. So you need to make there input a string. So getline(cin, tmp) sets what they input to tmp. You could have it...
  3. Replies
    18
    Views
    2,617

    You must be talking about console program. I...

    You must be talking about console program. I should assume you are using std cout and cin. So i will help with this.

    If you have this kind of setup



    string answer;

    cout << "This is sample...
Results 1 to 3 of 3