Copying this code is not the best way to progress unless you understand it by heart ! Dig your own way budd.
Codding is fun, so learn and enjoy the process of it, it is a much better alternative than cheating.
“It’s harder to read code than to write it.” — Joel Spolsky
-
Rigor .
-
The will to learn .
-
Simple manipulation of a mouse and a keyboard .
-
Link for music to relief you .
This project is a programming bootcamp concerning 1337 school, it lasts roughly 4 weeks, working 7 days a week, day and night. (error 404 sleep will never be found) This bootcamp covers the basics of programming so there's no need to have any experience at all before. just come as you are ;) People will try and will fail over and over again. This trial-and-error process is necessary in order to find solutions to different problems that once thought impossible. People learn in groups with other students, without teachers around. So yes it can be done, and it works as a charm.
If you're going through hell, keep going. ― Winston Churchill
Keep this in mind!
💾 How to compile?
We use gcc command with specific flags.
GCC = Gnu Compiler Collection.
Example:
$> gcc "filename.c" -Wall -Wextra -Werror -o "executable.exe"
Don't you dare to forget reading manuals, read them religiously. ;)
Take it easy and dont panic, this is not the end of the world.