+ 1

Is there Course or Articles about C/C++ build tools?

For many years I knew how to write code in C++ but struggled to develop software in C++ because of not understanding the build tools. I saw a recent question asking if you can make graphical programs here on sololearn in C++ (the answer is "no") and this highlights the fact that beginners interested in C++ really don't understand a big part of it: using 3rd party libraries to build more complex software, and the build tools that need to be in place for development in C++ to be possible. Are we able to create/submit articles on this type of topic for sharing through sololearn's platform? If not, can we suggest topics for courses or articles? I've found over the last 25 years that this topic is the most lacking when it comes to how important it is and needs to be stressed more to beginners, as it is a major blockage to them actually building something that is useful beyond a hello world or a tic tac toe (console) program.

21st Jul 2025, 3:25 AM
Nathan Stanley
Nathan Stanley - avatar
2 Answers
+ 1
Sololearn primarily focuses on introductory programming concepts within its interactive course format, and while it offers C++ courses, it doesn't appear to have dedicated content specifically on C/C++ build tools or advanced topics like linking with 3rd party libraries. You can suggest topics for courses or articles by providing feedback to Sololearn, as they encourage https://www.mykfcexperience.me user input to improve their offerings. Your observation about the importance of build tools for C++ beginners is indeed a common pain point and a valid area for more educational resources.
21st Jul 2025, 10:05 AM
Elvera Ford
0
These build tools have their own tutorials. You physically can not (and should not) try to make sololearn a tutorial for all things related to programming. Anyone who is interested in this sort of programming would find and learn these tools themselves quite easily. Breastfeeding beginners leads to nothing good. They should be able to do their own research and solve their own problems to learn and progress.
21st Jul 2025, 4:05 PM
Aleksei Radchenkov
Aleksei Radchenkov - avatar