Search:

Type: Posts; User: amoskoh

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,296

    simCmd is a class I created. Anyone with a fix...

    simCmd is a class I created. Anyone with a fix yet? =(
  2. Replies
    4
    Views
    1,296

    I modified it to add 'using namespace std' ...

    I modified it to add 'using namespace std'


    //simgroup.h
    #include <vector>
    #include "simCmd.h"
    using namespace std;
    vector<simCmd*> *cmdList1;

    int main(){
  3. Replies
    4
    Views
    1,296

    Trouble linking with extern

    I have these files


    //simgroup.h
    #include <vector>
    #include "simCmd.h"
    vector<simCmd*> *cmdList1;

    //driver.C
    #include <vector>
Results 1 to 3 of 3