Should I Learn More C/C++ First or Start Building Projects?

0
5
Asked By MellowCedar42 On

Hey everyone! I'm a beginner learning C and C++. I've covered the basics, arrays, pointers, and object-oriented programming, although I'm still working on fully understanding them. Should I focus on tutorials and exercises until I'm more confident, or start building small projects now and learn new concepts as they become necessary before gradually taking on larger projects? I'd appreciate practical advice from experienced programmers.

4 Answers

Answered By QuietFalcon6 On

Mix both approaches. Use short exercises to strengthen logic and fundamentals, then apply those skills to projects related to your interests. You don’t need to master every concept before starting—projects will show you what to study next.

Answered By BrightMango7 On

Start with something that genuinely interests you and build it in small pieces. Large projects are usually just several smaller problems connected by one overall goal, so don’t worry about choosing something impressive right away.

Answered By NimbleOtter_58 On

As long as you’re regularly writing code, you’re moving forward. Make a few small projects using what you know, then let each one introduce you to the next concepts you need before attempting something larger.

Answered By CopperLynx31 On

A hands-on route can be useful if you like physical projects. An Arduino starter kit paired with a structured beginner tutorial series can give you practical C experience while keeping the learning process engaging.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.