Search:

Type: Posts; User: laserlight

Search: Search took 0.18 seconds.

  1. What your compiler is trying to tell you is that...

    What your compiler is trying to tell you is that the expression used in a case must be a constant, i.e., you should write:

    #include <iostream>

    using namespace std;

    int main()
    {
    for...
  2. What are you trying to do?

    What are you trying to do?
Results 1 to 2 of 2