my awesome wife just gave birth to an awesome baby. i'm thinking about starting here early on the computer.
are there any PL written for toddlers?
Name:
Anonymous2011-10-30 17:28
I learned C when I was pretty young. My dad showed my the magical
#include<stdio.h>
void main()
{
...
}
template, printf with only strings, scanf for reading numbers, if and goto. I then programmed with those techniques alone, never using any functions for several years, and I ended up making a couple primitive dos graphics game stuff that used lots of global arrays later on. I remember trying to make a monopoly game that would handle every single possible state of the game with hard coded gotos. I gave up after a month I think.