C++ COMPILER NID BADLY!!

compiler that can read include <string> <iostream>. my compiler need to add .h in order to read the sytax. plz help
If you are working on windows, I would suggest get VC++ (Visual C++ Express) from Microsoft.
Standard include files that use .h are pre-C++ standardisation. Newer C++ environments consider these outdated. There is one important fix, and it's the introduction of stringstream, which allows you to avoid the problematic strstream derivatives.
Topic archived. No new replies allowed.