Using C++ in Borland C++ 3.0
Using C++ in Borland C++ 3.0
(OP)
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"
RE: Using C++ in Borland C++ 3.0
Hope that Helps.
Regards,
SwapSawe.