Search:

Type: Posts; User: lil_plukyduck

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,293

    random numbers

    what would be an appropriate cose for recieving random numbers? is there away that the random number can be linked to obtained ine of three answers wih only the input of a single number? my ultimate...
  2. Replies
    1
    Views
    818

    Do You Need Help?

    Before you come here to ask everyone for answers to little problems, like i did, Look through the site for the answer. Before i would try to run a program and it would close before i had the chance...
  3. Replies
    4
    Views
    1,110

    i changed from doing a windows apllication to...

    i changed from doing a windows apllication to doing a consult app
    now it seems to work i still have to figure out how to get the display to stop closing so quickly.
  4. Replies
    4
    Views
    1,110

    here we go again

    #include <iostream.h>
    int main () {
    int thisisanumber;
    cout <<"please enter a number";
    cin >> thisisanumber;
    cout <<"you entered: " <<thisisanumber;
    return 0;
    }

    the file does not want to run
  5. Replies
    14
    Views
    1,199

    help again please

    c:\documents and settings\owner\my documents\lessons\untitled1.cpp: In function `int main()':
    c:\documents and settings\owner\my documents\lessons\untitled1.cpp:5: parse error before `<'...
  6. Replies
    2
    Views
    835

    Help Me Please

    i am a new member and i am using Dev 4.0. my problem is i am using the lessons of this site and have no idea how to use them can someone please help me out.
Results 1 to 6 of 6