25.01.2017, 13:09
Quote:
C++ is fucking complex when compared with Pawn. I taught myself how to Pawn (pun intended) but I simply can't get a grasp on C++. All these things about pointers and addresses are making my head explode. C# by comparison is a walk in the park. Visual Studio more or less writes the code for you because the IntelliSense is so well done.
|

@OP If you want to learn, just start getting an idea of what you want to do, look at some basic tutorials and use the wiki , worked well for me. Just don't do C++ if you don't really plan on using it, but just learning it in case so you understand pawn. (ofc it is interessting though, since it is a low level language, i think)