I'm running my program in linux v. 2.6.20 and gcc v. 4.1.2...i got a problem here...when i compile my source code .cpp using gcc there's no error... but when i compile using g++ there's an error "undefined reference".
sample:
File.cpp: (.text+0xc50): Undefined reference to 'ClassB::Close'
what's the problem with this?
thanks