cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
C++ COMPILER NID BADLY!!
C++ COMPILER NID BADLY!!
Jul 29, 2009 at 2:35am UTC
kentoinkz
(1)
compiler that can read include <string> <iostream>. my compiler need to add .h in order to read the sytax. plz help
Jul 29, 2009 at 3:07am UTC
firedraco
(6243)
If you are working on windows, I would suggest get VC++ (Visual C++ Express) from Microsoft.
Jul 30, 2009 at 9:40am UTC
kbw
(9488)
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.