Problem compiler Qt 4 Designer in linux
-
Hi
today, I've start the programming in linux I've a problem, I find not the compiler and for create a new scrips in my project such as (*.cpp).
thank you -
Please grab a book on C++ and read it, then. Or some book on Qt.
The most popular compiler on Linux is GCC (or, for compiling C++ it's called g++). An alternative is clang, which is much more modern, faster and full of awesomeness.
-
Hi and welcome to devnet,
You have to install the development tools for your distribution