Search:

Type: Posts; User: wwfarch

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    15,391

    Return is in for loop

    your problem is that your return is included in the for loop, also you don't want to output count. Don't you want to output each element in the array that's less than 10? how should you reference...
  2. Replies
    7
    Views
    2,401

    It's fixed

    MrWizard: I've added the semicolon at the end of each class in my project and it fixed the error.

    JaWib: Is there any particular reason that I shouldn't have an include directive in my header...
  3. Replies
    7
    Views
    2,401

    need ; before using namespace std

    I can't seem to figure out why but I get a compile time error with some of my files if I don't put a ; before using namespace std eg)
    ;using namespace std;
    If I place the semicolon at the end of...
Results 1 to 3 of 3