how to read QT Documentation properly
Unsolved
General and Desktop
-
@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.