I have main.cc and test.h files,
main.cc includes test.h
Here is the Makefile, but it doesn't work. any clue?
Code:main : main.o g++ -g main.o -o main main.o : main.cc test.h g++ -o main.o -c -g test.h main.cc
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |