Search:

Type: Posts; User: Moron Slayer

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,070

    Why doesn't this script work?

    Something is wrong with it.....
    It gives me the following error:



    c:\c__~1\island.cpp: In function `int main()':
    c:\c__~1\island.cpp:31: `yes' undeclared (first use this function)...
  2. Replies
    14
    Views
    3,245

    thanks...it helped... 1) I changed my compiler...

    thanks...it helped...

    1) I changed my compiler to Dev C++ 4 from 4.something
    2) I fixed the


    cout<<"1. "slot1 <<endl;
    cout<<"2. "slot2 <<endl;
    cout<<"3. "slot3 <<endl;
    cout<<"4. "slot4...
  3. Replies
    14
    Views
    3,245

    WinXP Pro, Dev-C++

    WinXP Pro, Dev-C++
  4. Replies
    14
    Views
    3,245

    none of them work :(

    none of them work :(
  5. Replies
    14
    Views
    3,245

    Why doesn't "new line" work?

    \n or <endl doesn't work......here's 2 test programs in which it doesn't work, but for others, it does....why?


    #include <iostream.h>
    int main()
    {
    int slot1
    int slot2
    int slot3
    int...
  6. Replies
    2
    Views
    1,250

    How do I make new lines? by MEGA N00b

    I just started C++ today.....but what I wanted to know is how to make new lines after cout<<. The only time it makes new lines is after 'cin>>'.

    In other words.....what is the code for making new...
Results 1 to 6 of 6