On Monday 30 September 2002 19:04, Tom Cook wrote:
> #include <qt/qapplication.h>
> #include <qt/qlabel.h>
> #include <qt/qstring.h>
>
> then you should be able to compile with:
>
> g++ -c -o helloworld.o helloworld.cpp
>
> Note also that the usual (proper?) way of naming C++ source is *.cc or
> *.cxx, not *.cpp like M$ do.
>
> Tom

actually cpp is a valid and common extension.  In fact both qt and kde use it 
for their own projects.  I happen to use .cc but no use getting into a naming 
scuffle.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to