Posts by Year

2020

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...

Back to Top ↑