Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
Programming

Simpler "Hello World" Demonstrated In C 582

An anonymous reader writes "Wondering where all that bloat comes from, causing even the classic 'Hello world' to weigh in at 11 KB? An MIT programmer decided to make a Linux C program so simple, she could explain every byte of the assembly. She found that gcc was including libc even when you don't ask for it. The blog shows how to compile a much simpler 'Hello world,' using no libraries at all. This takes me back to the days of programming bare-metal on DOS!"
Google

Building Left 4 Dead Maps With Google Sketchup 44

notthatwillsmith writes "If you're a fan of Left 4 Dead and you've ever wanted to build a zombie-filled map of your hometown, office or grocery store, Maximum PC just posted a how-to that shows you how to convert photos of real-world locations into ready-to-play L4D 1 or 2 maps. It's everything you need to know in order to kill zombies with your friends — in the comfort of your own backyard."

Comment Re:I can think of a few (Score 1) 603

It is sad how - almost lifesaving - skills become obsolete...

I miss all the great fun with config.sys and autoexec.bat.

Making the CD ROM drive work after booting into DOS from a floppy. Or the art of memory optimization. Fiddling with programs and upper, extended, and expanded memory, so you could free 620kB out of 640kB conventional memory to run your new game. Games which by the way had a completely superior gameplay, compared to the games of today :-)

Slashdot Top Deals

Things are not as simple as they seems at first. - Edward Thorp

Working...