how to read QT Documentation properly
-
wrote on 13 Mar 2020, 16:59 last edited byThis post is deleted!
-
wrote on 13 Mar 2020, 17:11 last edited by
@jellyv said in how to read QT Documentation properly:
what does the ampersand (&) mean
what does * meanthose are very basic C++ concepts.
It looks like you need to improve your C++ skills before jumping into Qt framework.
-
Hi,
What is your C++ level ?
I am asking this because your questions are about basic concepts of the language.
The ampersand means a reference and the star a pointer. If don't know either, you should first learn the basics before going any further.
1/3