r/cpp_questions • u/Ganesh10LM • 6d 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?
63
Upvotes
10
u/kingguru 5d 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?