Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:alt-f4 (Score 3, Informative) 664

Except it's not easy to disable the updates. I've had to disable it 3 or 4 times at a minimum because they keep re-enabling it.

I go through the updates one by one making sure something isn't sneaking through, which is incredibly annoying to have to do. I've resorted to leaving my Windows 7 computer off until August.

Comment Re:Wrong setup (Score 1) 296

Absolutely positively do not use a lot of #ifdefs, you're asking for a lot of hurt.

Move the platform specific code into files, and then use abstractions in the main code, pull in the different implementations in the make file. You'll have just a few #ifdefs in the main code for the right header files.

Do frequent compilation across the platforms, because you will screw it up. Make sure to have plenty of tests for the different behavior between platforms.

Slashdot Top Deals

Saliva causes cancer, but only if swallowed in small amounts over a long period of time. -- George Carlin

Working...