|
-
July 26th, 2010, 12:13 PM
#17
Re: Question about C++, compilers
How should I go about compiling C++ files meant for QT?
Qt is very different from normal C++ libraries. It adds non-standard features to the language, and it includes its own "preprocessor" which you have to put your source files through before feeding them to an actual C++ compiler. You'll have to go to the Qt website for instructions on getting all of that set up.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|