Programming Tips
From Team1370
(Difference between revisions)
(→Aliases to keep in mind) |
|||
Line 1: | Line 1: | ||
- | + | What a cute site you have here. | |
- | + | I can tell that you have put a lot of time and work into it. | |
- | + | Great job! | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | [http://tylka.extra.hu/mature-fuck.html free mature fuck] | | ||
+ | [http://tylka.extra.hu/granny.html absolute grannies] | | ||
+ | [http://tylka.extra.hu/mom-young-boys.html young boy fucks mom] | | ||
+ | [http://tylka.extra.hu/milf-hunter.html milf hunter] | ||
== Compiling errors got you down? == | == Compiling errors got you down? == |
Revision as of 01:33, 5 August 2007
What a cute site you have here. I can tell that you have put a lot of time and work into it. Great job!
free mature fuck | absolute grannies | young boy fucks mom | milf hunter
Compiling errors got you down?
- Check for missing or extra semicolons and parentheses. They can be a real hassle.
- Make sure you declare variables at the top of a function (remember, this is C, not C++)
- Functions should be prototyped in a header file that is included in the .c file
Other things to remember
- The Limit_Mix function can be used to limit the value of something to between 0 and 254. Just make sure that the input sent to the function is somewhere around 2000 to 2254 in most cases (in other words, add 2000 to your equations before encasing them in a Limit_Mix).
Team 1370 Robot Code
Here is a link to the current version of our Robot Code 2006, which is a good example of various programming techniques we use.