How Can I Tell If I’m Really Good at C++ or Just Familiar with It?

0
11
Asked By CuriousCoder99 On

I've been coding in C++ for a while now, mostly for personal projects, but I'm starting to question my actual skill level. Sometimes, I feel like I'm just getting by and don't really have a strong grasp of the language, even though I can still create functional programs. I know I'm missing some key skills, but I'm not sure how to identify what those are.

5 Answers

Answered By LogicLover88 On

It's actually more crucial to have a solid foundation in programming concepts and logic than just memorizing syntax. Focus on understanding the principles behind your code.

Answered By CodeExplorer77 On

Why not dive into some advanced C++ examples or open-source projects? Look for things you haven't used yet, like templates, smart pointers, or type conversions. Learning about constructs you're unfamiliar with can really help you grow.

Answered By CuriousCoder99 On
Answered By ProgrammerPal On

It can be tough to distinguish between being familiar with a language and being truly skilled at it. Are you maybe asking if you're good at programming in general?

Answered By SyntaxSeeker42 On

A good indicator is knowing the basics really well, like proper syntax and grammar in your code. Even just the simple stuff, like the difference between 'your' and 'you're', or proper punctuation, can show how comfortable you are with the language.

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.