I’ve been learning C++ for a month, and prior to that, C, just elementary C. Can I jump right in and learn Qt or should I spend more time on C++?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would always recommend learning C++ before learning and using Qt. Because you already had a little experience (a little because 1 month is a little) you can slowly go for Qt.
Just make sure that you’re comfortable with using C++. The more confident you are in that language, the more you can concentrate on the Qt part of your application.
Also make sure that you understood the basics of object oriented programming.