Wrox Programmer Forums
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming 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
  #1 (permalink)  
Old October 18th, 2009, 07:56 AM
Registered User
 
Join Date: Oct 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Beginner problem

Hi!

I Have a similar problem like the others:
I make the first template program:

// C++ kódsablon
#include <iostream>
#include <string>
void main()
{
// Ide jön a kód!
}

And I got the result:

E2209 Unable to open include file 'iostream'
E2209 Unable to open include file 'string'

I also tried it with iostream.h and string.h!
I made bcc32.cfg, ilink32.cfg and I made the changes in the path!
But it keep doesn't work!

Please, help!
Reply With Quote
  #2 (permalink)  
Old November 7th, 2009, 02:08 PM
Authorized User
 
Join Date: Nov 2009
Posts: 26
Thanks: 1
Thanked 1 Time in 1 Post
Default

May be some of .h files(I mean library files) are deleted from you directory.If Iwere you,I would have reinstalled the software(I use borland 5.02).

sorry.I just told what came to my mind.
Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginner to the book with problem Happy Tommy BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 July 9th, 2007 01:09 AM
Problem for a beginner antoneath Beginning PHP 1 January 29th, 2007 09:13 AM
Array beginner problem dboy Java Basics 1 February 9th, 2006 05:51 PM
Beginner problem PAZII Java Basics 4 February 1st, 2006 05:27 AM
A vb.net beginner problem kitsam VB.NET 2002/2003 Basics 0 August 23rd, 2004 03:41 AM





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