C++ easier than Swift | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C++ easier than Swift

I‘m new here. Started with learning Swift behause i‘m Interested in IOS. Now i Started The c++ course. Seems to be much easier for beginners? 🤔🤓

29th May 2018, 9:32 PM
Daniel
Daniel - avatar
6 Answers
+ 1
Swift is younger than C++ & more dinamic. You can compare the features of each one here: https://blog.michaelckennedy.net/2014/12/08/comparison-of-modern-c-and-apples-swift-programming-language-syntax/
29th May 2018, 10:24 PM
José Benaque
José Benaque - avatar
+ 4
It's deceptive. Wait until you have to deal with pointers and references;)
29th May 2018, 10:09 PM
Franz
Franz - avatar
+ 4
wait till you have to learn about lvalues, rvalues (stuff like the difference between const auto&, auto&&, auto, auto&& and const auto&&) and their interactions with generics, you will find c++ much harder
30th May 2018, 12:35 AM
Max
Max - avatar
+ 1
thx for your replies. SoloLeaen is a very cool place 😎
30th May 2018, 5:06 AM
Daniel
Daniel - avatar
+ 1
Personally I think Swift is easier
7th Jan 2021, 11:34 AM
Sonic
Sonic - avatar