Search:

Type: Posts; User: PublicAutopsy

Search: Search took 0.00 seconds.

  1. Replies
    28
    Views
    2,026

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {
    int a;

    cout<< "Password:";
    cin>> a;
  2. Replies
    28
    Views
    2,026

    It says expected primary-expresion before...

    It says
    expected primary-expresion before "eleS"
    expected `;' before "else"
    [line 23]expected `}' at end of input (times 2)

    What do all those mean?
  3. Replies
    28
    Views
    2,026

    Can someone patch up the program abocve for me? ...

    Can someone patch up the program abocve for me?

    There seems to be a few things wrong with it.
  4. Replies
    28
    Views
    2,026

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {
    int a;
    int ( a == 159753 );
    do{
    cout<< "Password:";
  5. Replies
    28
    Views
    2,026

    "expected `;' before "do"" That is the error I...

    "expected `;' before "do""

    That is the error I get on the do line.
    what does that mean exactly?
  6. Replies
    28
    Views
    2,026

    #inclide

    #inclide <iostream

    using namespace std;

    int main()
    {
    int a;
    int ( a == 159753 )
    do {
    cout<< "Password:";
  7. Replies
    28
    Views
    2,026

    Sorry its 2 am here, I have a headache and I...

    Sorry its 2 am here, I have a headache and I havnt lept isn over 24 hours.
    What im doing seems logical at the time lol guess not though.

    Im not going to bed until I get this.

    Do you think I...
  8. Replies
    28
    Views
    2,026

    #include int main() { ...

    #include <iostream>


    int main()
    {
    int a;
    ( a == 159753 )

    do
    {
  9. Replies
    28
    Views
    2,026

    Alright I re-read the tutorial part and this is...

    Alright I re-read the tutorial part and this is what I came up with


    #include <iostream>


    int main()
    {
    int a;
  10. Replies
    28
    Views
    2,026

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {
    int a;

    cout<< "Password please: ";
    cin>> a;
  11. Replies
    28
    Views
    2,026

    How do I get it to repeat from the incorrect...

    How do I get it to repeat from the incorrect password to asking for a password again?
  12. Replies
    28
    Views
    2,026

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {
    int a;

    cout<< "Password please: ";
    cin>> a;
  13. Replies
    28
    Views
    2,026

    I need an example

    Im kind of new to C++ and can some one give me an example of a password program?
    I know its probably really simple but yeah i could use an example.
  14. Replies
    27
    Views
    5,274

    What 5hould I learn?

    Ye55 the keyboard im u5ing doe5 have a broken key.

    But anyway5, Im wondering what language I 5hould learn.
    Not for any 5pecific purpo5e5 but what do you think i5 the be5t programing language ju5t...
Results 1 to 14 of 14