-
Taking the first step to become the Indie Game Developer
It was my first day at my university and I was late, I took the stairs and ran to the third floor, I was sweating everyone was looking at me for a brief moment. I got to the benches behind, took some deep breaths and I could see a set of questions on the projector,… Continue reading
-
How to add double quotes in the output of C
So usually the double quotes around the variable don’t print out in the onput. The output will be 1098A without the double quotes. To add in the double quotes we need \” to bring the double quotes in the output. This time the output will be “1098A” with the double quotes. Continue reading
-
The Variable Types in C
This is what the format looks like when unedited. When I started learning I was only allowed to edit on the line “printf(“Hello people”);” part. Otherwise it’d crash or not even run properly. I still don’t know what the function of #include <studio.h> and #include <stdlib.h> yet. int There are few of the variable types… Continue reading