Answer the question
In order to leave comments, you need to log in
QT C++ Why is the code so different?
Why is C++ code different from qt code?
To output Hello world! in c++ you need : cout << "Hello world!" <<endl;
And in Qt (we will assume that this is written in the button function): qDebug() << "Hello world!";
And in general, is qt a separate programming language (If so, where is the best place to read about it)?
Answer the question
In order to leave comments, you need to log in
Why is C++ code different from qt code?
To output Hello world! in c++ you need : cout << "Hello world!" <<endl;
And in Qt (we will assume that this is written in the button function): qDebug() << "Hello world!";
And in general, is qt a separate programming language (If so, where is the best place to read about it)?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question