Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 26 declined, 5 accepted (31 total, 16.13% accepted)

×
Windows

Submission + - Microsoft Won't Offer SP1 of Vista to Everyone (apcmag.com) 1

wandazulu writes: If Vista detects that your system might have a problem with SP1, it won't offer to install it through Windows Update — but it won't tell you that the patch has been blocked either. APC Magazine asked Microsoft why the service couldn't be more informative, and the answer wasn't pretty
Programming

Submission + - Where are the C++ frameworks?

wandazulu writes: Objective C has Cocoa, C# has .NET, Java has its packages, and every scripting language has an extensive library of functionality for handling things like XML, HTTP, encryption, regular expressions, etc. So why is there no likewise unified library of functionality for C++? At this point I can pretty much count on having a standard template library for any C++ compiler I use on any platform, but that provides basic functionality, like containers and strings. Why is it that I have to write my own socket-based routines for getting a web page, or hashing a string, etc.? So why is there no unified framework for C++? Is it because it's not "owned" by a particular organization or person? Has anyone even attempted to create a library to rival Java's or Ruby's or Perl's or Python's....

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...