C: Low level language C++: C but harder C#: Java
C++ is ++ of C, and similarly, C# is ++ of C++ essentially creating C#...
1:37 C you in the next video 😂
you left out holy C
C is one of the most used programing languages and is definitely not the most secure. It is very interesting to hackers and has a wide userbase (basically all of Linux)
You used the wrong flag. The German instead of the Danish.
0:35 Danish?
i like how you got straight to the point
I can tell you with 100% certainty... C does not have a small user base, and does not offer any security benefits. Almost every software vulnerability is because of C's manual memory management 🤦♂
C/C++ is commonly the first programming language you learn in university in my country. My best guess is that it's assumed that if you can't deal with it - you shouldn't be a programmer
"c may offer security benefits" is WILD given the possibility of memory errors
C is the most widely used but also has the smallest user base?
C is major chord, C# is sharp chord and C++ is diminished chord.
C# is genuinely the most enjoyable programming language I’ve ever used besides Python. My only gripe is the lack of static local variables though, but everything else is just fine.
author forgot about Objective-C
0:35 thats the germen flag not danish flag
If you want to build things that contain a lot of logic, reaching higher levels of complexity, using C# is best. In C you have to care a lot about things of low relevancy which are prone to errors that cost time to fix. C# allows you to focus on what matters. However when you want to do something that is performance-critical but simple, C is ideal. If something is performance-critical but is a larger program, perhaps with UI, C++ it is. Remember though that even in C# you can maximize performance by doing things differently/better, it just takes more effort. C++ is with certainty one of the hardest languages to learn, so also consider that as a factor. And then there is sloppy coding, which affects every language and cannot be mitigated, like using too many recursions, using too many iterations, creating inefficient algorithms, not considering edge-cases, creating bugs. Just coding better can increase performance by factors of 10 to 1000+. Before a certain language matters, ensure that you actually reached a point where you did everything right and you face technical limitations you cannot overcome.
I'm waiting for the "No, C++ is slow because I don't know how to use it" crowd. 😄
In my school we learned C++ on CS class. It was very interesting although tough at times. But i think it's because of that experience i can learn almost every other language with not a big of a problem now
@ayanoaman3179