Posts: 14
	Threads: 3
	Joined: Jan 2017
	
Reputation: 
0
	 
 
	
	
		Where I can learn the PAWN language of coding and what kind of experience I should have? Should I lear first C++ or something or I can start with pawno?
	
	
	
	
		
	
 
 
	
	
		I went through c++ & c#, once I knew those 2 languages' basics, pawn was easy af
	
	
	
	
		
	
 
 
	
	
		Start off with c++, and continue with c#
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 10,066
	Threads: 38
	Joined: Sep 2007
	
Reputation: 
0
	 
 
	
	
		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.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,219
	Threads: 51
	Joined: Jul 2012
	
	
 
	
	
		
Quote:
					Originally Posted by  Vince
 
 
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. 
 | 
 I kind of agree about the c++ part, the pointers making everything annoying and if you are not careful you might do unwanted stuff 
@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)
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,939
	Threads: 11
	Joined: Oct 2015
	
Reputation: 
0
	 
 
	
	
		C++ is not that hard its fun if you get a grip on it.