Search:

Type: Posts; User: PatoAqp

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    3,907

    It is a project, containing those 3 files. It is...

    It is a project, containing those 3 files. It is a project and then I added a class, and then I used include statement in order to use it.
  2. Replies
    13
    Views
    3,907

    Ok. main.cpp #include ...

    Ok.

    main.cpp


    #include <iostream>
    #include "Matriz.h"
    using namespace std;

    int main(int argc, char *argv[])
  3. Replies
    13
    Views
    3,907

    I ve tried all of them..unfortunately the problem...

    I ve tried all of them..unfortunately the problem is not fixed.
  4. Replies
    13
    Views
    3,907

    Haha, I' ve been looking for a solution for a...

    Haha, I' ve been looking for a solution for a while now, that 's why I'm looking for help :).
  5. Replies
    13
    Views
    3,907

    I pretty sure it is a CodeBlocks problem, any...

    I pretty sure it is a CodeBlocks problem, any idea of how to fix it?
  6. Replies
    13
    Views
    3,907

    Thanks for answering. Ok, the error appears for...

    Thanks for answering. Ok, the error appears for some strange reason, everything seems to be working fine I change some lines and then the error appears, so I change it back to its original state and...
  7. Replies
    13
    Views
    3,907

    Undefined Reference to..

    Hi,

    I'm trying to compile a simple program using CodeBlocks 8.02, mainly 3 files: main.cpp, matriz.h and matriz.cpp. However, I keep getting an "undefined reference error". I ve been looking for...
Results 1 to 7 of 7