OK so I noticed C++ even with boost lacks lots of essential libraries. What are the best libraries for:
- GUI
- Graphics/bitmap
- Networking
- Math and geometry
- 3D
- General stuff like file manipulation, container functions, strings, etc.
GUI/Graphics/bitmap - Don't really know, haven't really used one
Networking - Boost
Math/Geo - Boost probably? I saw a couple of math libs and stuff in there
3d- dunno
General - Boost/STL >_>
Networking with boost? You mean Asio? Dunno but it seems too complicated without adding anything or I'm wrong? I was thinking in something more straight like a socket class for TCP and UDP.
General: Boost, and SFML. I have heard SFML is EXTREMELY simple and allows things that are very rare. For example, SFML allows easy thread creation, audio i/o, VIDEO i/o.