[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: KDE2 helloworld.cpp



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.



Reply to: