ROFL.
but u'd must have run that for quite some time - CPUs usually can run for pretty long times on 100%.
btw, (a bit offtopic though) this is a very good way to test how loud the fans of a laptop are. they are usually regulated dynamically and the dudes in the stores tell you stories about how wonderfully quite they are.
just ask them to open calc.exe, enter 99999999999! and let it heat up a bit. enjoy how the fan becomes louder and watch the sales dude turn pale
(back on topic
some older programming laguages come into my mind now (from my university times):
Gofer - a purely functional language, nothing really useful but a cool way to learn VEEEERY complicated recursive algorithms. Also the 1st time i gave (recursive) funtions as paremeters for other functions, which were also recursive (or not?, lol, dont ask, it happened some time ago...). you can build really weirdo things with it that can give anyone a baaaad headache
also forgot Pascal - very nice and easy language, perfect for learning programming IMO. and Delphi, being a successor to pascal is also great.
I havent messed around with scripting languages like php, javascript and the like.
or formatting languages like html (i know that the views are different here, but html isnt really a programming language).
im no big code guru, but i can work with the stuff.
IMO being a good programmer means to know the basics, the structure how things work and to know from where u can reuse things. copy-paste.
Fjord