Search:

Type: Posts; User: Elysia

Search: Search took 0.18 seconds.

  1. Replies
    7
    Views
    2,182

    Comparing a char to 'xyz'?

    Comparing a char to 'xyz'?
  2. Replies
    7
    Views
    2,182

    Your code is invalid C++. ...

    Your code is invalid C++.


    #include<iostream.h> // Deprecated header.
    main() // ERROR: Missing explicit return type (should be int).
    {
    int a;
    char c, // ERROR: Declaration does not end with ;...
Results 1 to 2 of 2