C++ developer have to grok std and boost libraries.
List of other technologies largely depends on project type. For sure you will have some interaction with SO, so you will need to know API of your environment.
As for data-access and other stuffs there are tons for different solutions. C++ is much richer than some managed langs in that sense. 99% of old popular systems have C/C++ interface.
After you clarified your question a bit in the comment to my answer I can recommend:
- Good code browser (SourceInsight or Understand For C++ for example)
- Static analysis tools (Link, KlockWork Inforce, etc.)
- MySQL\SQLite (I encountered these DB in a huge number of C++ projects)
- UI technologies (OpenGL\GLUT, DirectX, GDI, Qt, etc)