Essential session storage is required to sign in. Optional analytics remain off unless you allow them.
Turn the path into reviewable evidence with its scoped project milestones and explicit grading criteria.
Build a command-line program in MODERN C++ (e.g. a CSV summarizer, a unit converter, or an inventory tracker). Model data with classes/structs, store...
Build a small generic LIBRARY: a class TEMPLATE (e.g. a ring buffer, a small_vector, or a generic graph) parameterized over T, plus free functions...
Build a multithreaded C++ program (e.g. a parallel data processor, a thread-pool job runner, or a producer/consumer pipeline). Use std::thread (or...