+ 7

Is it better to learn C++ before C#??

I don't know any C language but would like to learn because, hey, why not! But what would you all think is the better one to start with?

11th Sep 2017, 5:19 AM
Son Goku
Son Goku - avatar
5 Antworten
+ 10
Although both C++ and C# carries C in their names they are different, imo C# was somewhat more similar to Java rather than it is to C++, also C# is a managed language but C++ is not. Many of the things a C++ coder has to do manually are handled internally in C# like resource cleanup, thread safety etc. Finally if wish to learn C++ prior to C# it's okay, go for the basics like loops, branching, operators, data types, structures,functions, and OOP. You may or may not opt to learn about pointers as they are not used in C# anyway. Best of luck on your journey :)
11th Sep 2017, 6:11 AM
Ipang
+ 9
It's different and It's for what you want. personnally learn C++ before ;)
11th Sep 2017, 5:23 AM
NoxFly
NoxFly - avatar
+ 5
@Son Goku. You're welcome, glad to help :)
11th Sep 2017, 6:23 AM
Ipang
+ 4
@Ipang thanks for the advice
11th Sep 2017, 6:19 AM
Son Goku
Son Goku - avatar
0
always bttr as c---cpp---c# but cpp---c# is also fine.....
11th Sep 2017, 5:22 AM
sayan chandra
sayan chandra - avatar