Search:

Type: Posts; User: Nailogamer

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,342

    For Loops!!!

    I dont understand for loops, like this one:




    #include <iostream.h>
    int main()
    {
    for(int x=0;x<100;x++)
    { cout<<x<<endl;
  2. Replies
    5
    Views
    1,152

    Its ok

    I found it it was std::cin.get(); but now I need to know how to put charcters (More than one) into my program, like I ask someone to type there name and tell them the name they typed, and I looked...
  3. Replies
    5
    Views
    1,152

    Cout

    The screen displays Hello when I use cout<<"hello"; for only like one second (I think because I have virtual DOS) But I need it to stay untill I press enter or something what is the command for that?...
Results 1 to 3 of 3