That article is from 2003. And yeah, i'm wondering too, why?
M
Miroslav Bucko
@Miroslav Bucko
Posts
-
read & update using reader -
Has any programming language ever affected your thought process in real life?No, that was long time ago, before .NET
-
Has any programming language ever affected your thought process in real life?Not total copy :) printf != Console.Writeline. Although they do the same thing.
-
Has any programming language ever affected your thought process in real life?Teacher: Write "I will not make paper airplanes in the classroom" 50 times on the board. Student:
for(int counter = 0; counter <=50; counter++ )
{
Console.Writeline("I will not make paper airplanes in the classroom ");
}:) :)