Is c++ easy | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is c++ easy

Ak

30th Nov 2020, 8:29 PM
Abdulmumini
Abdulmumini - avatar
4 Answers
+ 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.
30th Nov 2020, 8:42 PM
Josh Greig
Josh Greig - avatar
+ 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
30th Nov 2020, 9:28 PM
😴😴😴
😴😴😴 - avatar
+ 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.
30th Nov 2020, 8:53 PM
Seb TheS
Seb TheS - avatar
+ 1
Don't Think too much go ahead and face it
1st Dec 2020, 4:08 AM
T.K.SANTHOSH
T.K.SANTHOSH - avatar