STL/Boost cover all the low level stuff.
But what about the higer level concepts?
Windows: We have multiple windowing libs
- KDE(Qt)
- Gnome
- Motif(C but written in OO style)
- MS Windows
- etc
But is anybody working on a unified standard for windowing? Somthing that wrapped all the above would be acceptable. (even if it only accessed the common stuff it would be a starting point).
Networking:
There are a couple out ther (including the Boost low level stuff).
But is there anybody working on a Service based network layer?
All the other stuff that Java/C# have in their standard libraries.
The stuff that makes it simpler for a beginner to jump in and say Wow done and it works everywhere (nearly).
Anyway. Here hoping there are some cool projecs out there.
Edit
Maybe there is not one. But if there are a couple that could be bundled together as a starting point (and potentially modified over time (where is that depricated keyword)) into a nice consolidated whole.
Note: Windows is just a small part of what I am looking for. The Java/C# languages cosolodate a lot more under the hood than just the GUI. What would be a good set of libraries to get all the functionality in one place.