Wombat2112
Banned
A friend of mine who is an ATM programmer said she would help me accomplish something and I was just wondering in case I needed to tell her....is Open Bor a C based language? I have had some experience with C/C++ and basic...for instance when I first was introduced simple programs like this is how people generally began in computer science.
Also is anyone aware of a mod that was heavily commented for instance compilers typically ignore things notes like this they're mainly for keeping up with where you are at in a program. Whenever bugs occurred instance in college I remember by using comments it was much easier for me to understand where I was in the process of coding.
// sets or assigns the value of int
/* this is the output of a basic text
My point is that comments helped me when I was younger and before I got sick to understand what each piece of code actually did. As in the pic below.
Also whenever I have seen animation files in previous mods for instance
anim pain3
loop 0
offset 152 272
bbox 0 0 0 0
delay 1
frame data/chars/Dvader/fall3.gif
delay 3
frame data/chars/Dvader/fall3.gif
delay 4
frame data/chars/Dvader/fall3.gif
Does this type of code fall under functions?
I remember very well things like
Classes
References
Functions
Pointers
Expressions
Statements
Mathematical Operators
Also is anyone aware of a mod that was heavily commented for instance compilers typically ignore things notes like this they're mainly for keeping up with where you are at in a program. Whenever bugs occurred instance in college I remember by using comments it was much easier for me to understand where I was in the process of coding.
// sets or assigns the value of int
/* this is the output of a basic text
My point is that comments helped me when I was younger and before I got sick to understand what each piece of code actually did. As in the pic below.
Also whenever I have seen animation files in previous mods for instance
anim pain3
loop 0
offset 152 272
bbox 0 0 0 0
delay 1
frame data/chars/Dvader/fall3.gif
delay 3
frame data/chars/Dvader/fall3.gif
delay 4
frame data/chars/Dvader/fall3.gif
Does this type of code fall under functions?
I remember very well things like
Classes
References
Functions
Pointers
Expressions
Statements
Mathematical Operators