0
Is c++ easy
Ak
4 Respostas
+ 3
No. c++ is one of the most complex programming languages.
c++ is complicated because it basically includes c, inline assembly support, both OOP and procedural support... Preprocessor directives for defining macros are like having another programming language within c++ that is only interpreted by the compiler.
You can make practical use of it with roughly as much effort as you would with c or Java by focusing on just a few features but the language supports far more features than you'll ever use or learn. Every 3 years, they also release a new version. c++ 20 was released this year and you can see some of its new features at: https://en.wikipedia.org/wiki/C%2B%2B20.
+ 2
It depends on the amount of effort and time you put in.
C++ is a bit hard but it's a good language to learn because helps to understand the logic structure of all programming
incase you want to learn c++ i suggest you watch simple snippets channel youtube ,
https://www.youtube.com/playlist?list=PLIY8eNdw5tW_o8gsLqNBu8gmScCAqKm2Q
he has very good tutorials on c++ begineers and also for c++ data structures and algorithm
+ 1
It depends on you.
If you are looking for something easy to get started then I'd recommend Python or maybe JavaScript.
If you already have some significant programming experience and eg. control structures, functions and OOP are familiar, then C++ may be easy to learn.
+ 1
Don't Think too much go ahead and face it