Search:

Type: Posts; User: Matt51723

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,215

    #include int password; main()...

    #include <iostream.h>

    int password;

    main()
    {
    int name;
    char Y;
    char N;
    cout << " --------------------------------\n";
  2. Replies
    7
    Views
    1,215

    yes or no help

    Ok im making my new program and i have it set to prompt the user if they want to continue(Y) or no(N).
    Heres what I got.


    if(Y)
    {
    }
    else
    {
    ...
  3. Replies
    9
    Views
    1,422

    Thank you, im just a little angry because i went...

    Thank you, im just a little angry because i went to another support forum and got flammed to death, ill try not to be an .............. back.
  4. Replies
    9
    Views
    1,422

    In my c++ class our teacher said use int, wow...

    In my c++ class our teacher said use int, wow thanks for the jackass answer matsp. thanks for being an .............. to someone who literally just started learning a few days ago. [sarcasam]ur gonna...
  5. Replies
    9
    Views
    1,422

    Just started learning C++

    Ok, I just started learning C++ so please bear with me. Me and a friend are learning together and making a simple program where someone enters their name and have the program print their name.

    ...
Results 1 to 5 of 5