0
Is it good for student to study C++ first?
i'm a college student but i don't have any experience in coding, i really want to learn coding.
4 ответов
+ 1
Hmm… that's really your choice but if I can suggest you, maybe not.
I'm not demotivating you but you know, C++ is one of the hardest languages (So are all without knowledge)
I would suggest you to master languages like Python and Java first. Python is the easiest with the most readable syntax, it will help you to learn basics easily. Java is a structured language with some strict rules, it can help to make your understanding better about coding in other languages. Then you might consider learning C++.
If you really wanna learn C++, you are free to. My job was to suggest you and I did, now it's your choice.
Happy Coding
0
If you are considering C++, I would suggest you learn C first. Its a lot simpler and easier to understand. Its one of the languages that are actually suggested as first as well. You will find C++ a lot easier after that as well.
0
It depends on your way
0
Python seems more beginner-friendly in terms of syntax, but C++ is like the foundation regarding the programming fundamentals.