First comic, first program.
For you perplexed non-coders out there, this is the first program that everyone learns when learning the program language C. The original prints "Hello World" on the screen.
I'm learning how to do this stuff, so please bear with me.
My day job is developer (currently I mostly use C#), but back in the 90's I started trying to learn C++.
What used to puzzle me (coming from a basic / vb background) was why you had to include these .h files all the time. And every time you added one, your executable jumped up in size.
I eventually moved to Java, then after a stint in Oracle I fell in with C# at the end of 2018, which I love.
author comments