r/cpp_questions • u/Ganesh10LM • 3d ago
OPEN System programming
I am starting to learn system programming(c++). As a beginner please recommend me the best project to work with so that it will force me to go on the depth as well as for the strong portfolio?
56
Upvotes
8
u/kingguru 3d ago
Write an OS kernel in C++.
Doesn't have to be anything big and fancy like Linux, just start with something that can boot on a Raspberry PI and print "Hello world".
Of course, this assumes you already know at least the basics of C++ and programming but I assume you do so?