+ 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 Respostas
+ 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