
Originally Posted by
JohhnnyBoiii
Heyo guys, I'm just wondering what Programming Language I should learn next. I'm pretty sure C++ is the Programming Language that is used to write most of the Hacks & Game Mods, am I right or can you write them in both? I know jumping over C# and heading straight to C++ is a pretty big leap but I'm sure I can handle it.
Thanks guys,
JohhnnyBoiii
C++ Is made for hacking, C# Requires a lot more libraries. I would recommend going into C++ if you want to make hacks / game mods, but if you want to make front end applications (eg. Calculator, Web Scrapers, ETC) use C#.
C++ Is much better at desktop applications, hacks, etc
C# is more proficient at Web Based Applications, Minor Desktop Applications, etc (It's a lot quicker to code in)
So really, it's what you want to use it for.
In my opinion I would say learn C++ first as you will get experienced in correct layout, correct syntax, and learn good coding practises as its a bigger leap, then after you learn C++ you will have a much easier time learning C# as you have the layout, syntax and coding practises already.
(Keyword for C++, is if it gets hard for you, learn to break the program down into simple classes (Calculator for example, if you can't think of it in the big picture, think of it in the different processes, such as add, Multiply, division, etc. This is a great way to start off with a complex language)