Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want to start Qt development - what basic knowledge in C++ and OS do I have to own? [closed]

Tags:

c++

qt

I'm going to learn Qt and I just want to know what parts of C++, OO design and other things I must have background in? Templates, RAII, Patterns, ....?

like image 918
chester89 Avatar asked Jan 20 '09 08:01

chester89


People also ask

Is QT good for C++?

This is especially true for a language as powerful and nuanced as C++. We've found throughout our years of training developers from diverse backgrounds that Qt tends to tame the complexity of C++ and provides an excellent framework for programmers of many levels to be productive.

Is Qt worth learning?

If you like C++ and want to develop desktop applications, yes. Qt is the best C++ GUI framework. Something I like it particularly: written in C++.

What is Qt GUI programming?

Qt is used for developing graphical user interfaces (GUIs) and multi-platform applications that run on all major desktop platforms and most mobile or embedded platforms. Most GUI programs created with Qt have a native-looking interface, in which case Qt is classified as a widget toolkit.


1 Answers

QT is no different from any other platform or library you can use. To use it properly you only need to know the basics of C++ and how to compile and build your code.

This tutorial takes you through the basics of building a QT application.

Of course like any other programming endeavor, the more you know about the language and tools you're using, the better.

like image 102
shoosh Avatar answered Nov 05 '22 07:11

shoosh