Important
If you find something wrong or you want to contribute, Please contact me.
This section is for the c++ syntax with resources for Struct & Class
- Osama Elzero #Arabic
- Adel Nesim #Arabic
- Adel Nasim STL #Arabic
- The cherno #English - The best tutorial in my opinion. the chrono has great tutorials for anything you can think about.
- Learn cpp A complete learning guide.
- Learn C++ Reference manual for the C++ Standard Library and language features.
-
QT Widgets #Has simple projects and apllications
-
QT Widgets #Fast and Simple illustration for each component
-
Qt Widgets #Arabic
-
QT C++ GUI Tutorial For Beginners #This Playlist is old, but good and popular
Important
In QT creator, you may face some problems with the internal terminal. To disable it go to:
Tools → External → Configure... → Terminal → Uncheck use internal terminal
In Visual Studio you'll face errors if you have arabic literals in your source code. To solve this go to:
File → Save "your file name" As → ▼ (click arrow on Save button) → Save with Encoding → Choose: Unicode (UTF-8 with signature) - Codepage 65001 → Save
- Git & GitHub
- Git Workflow
- Learn Git and Github (ELzero) #Arabic - fast and simple tutorial.
- Git and GitHub | Complete Guide #Arabic - learn how things work under the hood.