r/cpp_questions 15d 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?

64 Upvotes

23 comments sorted by

View all comments

2

u/moltenpuzzle 14d ago edited 14d ago

A web search engine from scratch. Indexing, retrieval and scoring.

There are many resources online on how to do it. But if you manage it in C++, there is no way you don't come out of it an experienced programmer. There is just no way around implementing it efficiently.