Search:

Type: Posts; User: manasij7479

Search: Search took 0.04 seconds.

  1. True..but they were different projects (which are...

    True..but they were different projects (which are to be combined after everything works)..and I thought that adding a single file would lead to complexities....and I had some experiences where it...
  2. because there isn't a way to add an external ...

    because there isn't a way to add an external *.cpp to the compilation from the IDE without #include 'ing it.
  3. O ...sorry.. I found the problem.. The token.cpp...

    O ...sorry.. I found the problem..
    The token.cpp file was not from the current active project(It was #include'd but not added with C::B's gui )..so autosave did not work on it..It only saved the...
  4. line 5 : is in another file(matrix.cpp)...which...

    line 5 : is in another file(matrix.cpp)...which has the current main() function....the commented portion was for testing the token.cpp file separately .
  5. Anyway..I removed the "extra" int main()..and it...

    Anyway..I removed the "extra" int main()..and it works as it should...
    But this has got to be the strangest error I've ever seen....and probably would ever see..
  6. No, I'm sure it saves automatically.. And the...

    No, I'm sure it saves automatically..
    And the screenshot shows that because I probed around a little..scouring for the source of the error..
  7. An Unusual Error (pointing at a commented out region !!)

    See the error messages and the corresponding region yourself :
    10485

    I thought the preprocessor eliminates the comments...Is there an exception for "int main()" ?
Results 1 to 7 of 7