c programming

c programming

Die, You Gravy Sucking Pig Dog!

In the C programming language, you're regularly forced to deal with the painful, dangerous concepts of pointers and explicit memory allocation. b1 = (double *)malloc(m*sizeof(double)); In modern garbage collected programming languages, life is much simpler; you simply new up whatever object or variable you need. Double[

By Jeff Atwood ·
Comments

programming languages

The Story of SkiFree

Laurent Bourgeois sent in an amusing link to the story of SkiFree [http://ski.ihoc.net/] in the words of Chris Pirih, the original Microsoft programmer who wrote it: > I wrote SkiFree in C on my home computer, entirely for my own education and entertainment. One day while I

By Jeff Atwood ·
Comments