Sitemap
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Pages
Posts
Allegro 5 and Final Project Q&A
Leave a comment below if you have any questions. Before leaving a comment, please check if your question is in Frequently Asked Questions.
Standard Outputs of C
Review of common inputs: printf, putchar, puts. Comparing to Standard Inputs, Standard Outputs are much simpler.
Standard Inputs of C
Review of common inputs: scanf, getchar, gets (fgets). Remember that, when functions in the standard library, or some code snippets on the internet seems co...
Binary Representations
Review of binary representations.
Basic Syntaxes of C
Review of common syntaxes and concepts.
Basic Recursions with C
Review of basic recursions. This part is more conceptual than the previous sections.
Basic Array and Pointers in C
Review of array and pointers.