##Control
This is our base class
int x
int y
int width
int height
int max_height // defaults to height
int max_width // defaults to height
##Control
This is our base class
int x
int y
int width
int height
int max_height // defaults to height
int max_width // defaults to height
| #include <stdio.h> | |
| #define to ; i <= | |
| #define DO(range) for(int i = range; i++) | |
| int main() | |
| { | |
| int arr[10]; | |
| DO(0 to 9) |