Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Boost and sqlite (Score 3, Interesting) 310

For most cross-platform stuff, boost will do what you need. boost::thread will handle all of your threading needs.

boost::filesystem for manipulating pathnames; boost::datetime for date and time operations; boost::format for typesafe printf style I/O.

It also has boost::asio for sockets and boost::interprocess for IPC. I know nothing about them, but to judge from the quality of the rest of the boost library, they are probably very good.

For database, use Sqlite. It's a solid relational database stored in a single file, and you can even access the database from the command line for ad-hoc queries/debugging/whatever.

Comment Re:Love it! (Score 1) 809

Group coverage plans (i.e: the kind you get from your employer) aren't allowed to exclude pre-existing conditions if you already had coverage

Isn't this because of laws, i.e., "governmental intervention". Which you claim is eroding our freedom. It's a bit hypocritical for you to be holding this up as a good thing only one paragraph away from deriding the government.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...