+ 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? 🤔🤓
6 Antworten
+ 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/
+ 4
It's deceptive. Wait until you have to deal with pointers and references;)
+ 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
+ 1
thx for your replies. SoloLeaen is a very cool place 😎
+ 1
Personally I think Swift is easier