I want thoughts on a starter project for learning the fundamentals and rules of C++ programming [closed]

17 hours ago 1
ARTICLE AD BOX

Take classes, read books, follow decent tutorials. And start small. One small step at a time. For a larger app, split it into smaller parts, then split those into even smaller parts, and so on. Then just solve one little part at as time. Again, small steps, one at a time.

2026-03-19 05:40:54 +00:00

Commented 2 hours ago

Read Entire Article