Re: Question about how to compile multiple files with g++

2005-03-17 Thread Mike Stump
On Mar 16, 2005, at 11:05 PM, Yen wrote: I have a problem to compile multiple files together, so please everybody give me a help, thanks! Wrong list, try gcc-help instead.

Question about how to compile multiple files with g++

2005-03-16 Thread Yen
Hi, I have a problem to compile multiple files together, so please everybody give me a help, thanks! We assume there are five files: main.cpp : the main function a.h : the header file of class A a.cpp: the definition of class A b.h : the header file of class B b.cpp: the defin