-
Notifications
You must be signed in to change notification settings - Fork 12
Building Programs
cpd67 edited this page Aug 20, 2015
·
18 revisions
Linux/Mac:
- Single file programs: https://www.youtube.com/watch?v=DHSMKTXII8k
- Multi-file/class programs: https://www.youtube.com/watch?v=-nR9kCeEAR0
NOTE: Type "make clean" after you have made a change to a .cpp or .h file. Then type "make" to remake the project.
2D
- Using Background
- Using Canvas
- Using Shapes
- Using Text and Images
- Using Colors
- Animation Loops
- Using Functions
- Using Keyboard And Mouse
- Command-line arguments
- Bringing It All Together
3D