Guest_imported
New member
- Jan 1, 1970
- 0
- 0
- 0
hi..
i'm trying a simple C++ program in Turbo C++ 3.0
i have 3 files
accounts.h Class headder File for acc_cust
accfunc.cpp - classs implemntation for acc_cust has #include for accounts.h
accounts.cpp - main program has #include for accounts.h
when i try to run it spurts out "underined symbol cust_acc::setup and all the functions i use in the accounts.cpp file.
i tried openning a project and add all files there, but then it says "_main defined in module accounts.cpp"
i'm trying a simple C++ program in Turbo C++ 3.0
i have 3 files
accounts.h Class headder File for acc_cust
accfunc.cpp - classs implemntation for acc_cust has #include for accounts.h
accounts.cpp - main program has #include for accounts.h
when i try to run it spurts out "underined symbol cust_acc::setup and all the functions i use in the accounts.cpp file.
i tried openning a project and add all files there, but then it says "_main defined in module accounts.cpp"