12.04.2013, 13:14
I have some questions which I want to be answered IN DETAIL please (these questions will really help me) and thank you.
Q1: What is a data type? What kinds are used in Pawn?
Q2: What's the difference between local and global variables?
Q3: The variable szChoice, is an example of what kind of naming convention?
Q4: What is a pre-processor command?
Q5: In Pawn, create your own Hello World, outputting toward the console:
Q6: In Pawn, show how to loop through an array:
Q7: In Pawn, create your own function IsOdd, and have it return true if a odd integer was detected:
Q8: In Pawn, Create your own /flipcoin command using (zcmd):
Q9: What's the difference between naked, stock or public functions?
Q10: What is a switch statement, and why would you use it?
Q11: Explain the benefits of threading:
Q12: What is having unorganized, unstructured or bad program flow mean?
Q13: In Pawn, the compiler complains about variables being shadowed, what does this mean?
Q14: In Pawn, what is an .amx, from a detailed programmers preceptive?
Please if you know how to answer ANY one of these, please tell me, I appreciate this help guys and thank you.
Q1: What is a data type? What kinds are used in Pawn?
Q2: What's the difference between local and global variables?
Q3: The variable szChoice, is an example of what kind of naming convention?
Q4: What is a pre-processor command?
Q5: In Pawn, create your own Hello World, outputting toward the console:
Q6: In Pawn, show how to loop through an array:
Q7: In Pawn, create your own function IsOdd, and have it return true if a odd integer was detected:
Q8: In Pawn, Create your own /flipcoin command using (zcmd):
Q9: What's the difference between naked, stock or public functions?
Q10: What is a switch statement, and why would you use it?
Q11: Explain the benefits of threading:
Q12: What is having unorganized, unstructured or bad program flow mean?
Q13: In Pawn, the compiler complains about variables being shadowed, what does this mean?
Q14: In Pawn, what is an .amx, from a detailed programmers preceptive?
Please if you know how to answer ANY one of these, please tell me, I appreciate this help guys and thank you.