Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C++ and Visual C++ > Visual C++
|
Visual C++ Questions specific to Microsoft's Visual C++. For questions not specific to this Microsoft version, use the C++ Programming forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual C++ section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 7th, 2007, 10:13 AM
Registered User
 
Join Date: Jun 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default about iostream in VS2003

I used VS2003 to compile php4.4.7, I just opened the dsw and converted it to VS2003 format.
When I compiling the solution, it said that could not find iostream.h, and i used google to see what's wrong, it seems that vs2003 did not contain the iostream.h header and recommend to use
 #include <iostream>
 using namespace std;

So i try to modify it to iostream but it didn't work either, it seems another problem in cstdio header. What should i do to get back iostream.h to build the solution?






Similar Threads
Thread Thread Starter Forum Replies Last Post
Standard library and "iostream" liorm C++ Programming 1 December 21st, 2007 04:59 PM
asp.net 1.1 with vs2003 ganeshnilgris ASP.NET 1.0 and 1.1 Professional 4 August 24th, 2007 06:54 AM
another migration to vs2003 websurfermann BOOK: ASP.NET Website Programming Problem-Design-Solution 5 August 17th, 2007 12:16 AM
VS2003 hanging gbrown VS.NET 2002/2003 3 October 9th, 2006 01:50 PM
Stdio to Iostream josuegomes C++ Programming 1 June 23rd, 2003 07:37 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.