Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C++ and Visual C++ > BOOK: Professional C++
|
BOOK: Professional C++
This is the forum to discuss the Wrox book Professional C++ by Nicholas A. Solter, Scott J. Kleper; ISBN: 9780764574849
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional 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 July 28th, 2006, 04:25 AM
Registered User
 
Join Date: May 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to SeemaChivate
Default about the professional c++ book download code

i have down loaded the code for the "professional c++ " book.
now when i test the code i come to prob:

there are some .h files written with 1 .cpp file.
as .cpp has the statement of #include <XXXX.h> ,
where should i copy paste the .h file to run successfully.????






Seema
 
Old September 3rd, 2006, 02:15 AM
Authorized User
 
Join Date: Oct 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm not sure that I understand your question. In general, files that are #included with double quotes (#include "foo.h") should be in the same directory as the source file. Files that are included with angle brackets (#include <iostream>") are standard headers that are installed by your compiler.

----
Scott J. Kleper
Author, "Professional C++"
(Wrox, 2005)





Similar Threads
Thread Thread Starter Forum Replies Last Post
source code download for Professional C# Design pa Ganewh N. Tiwari C# 0 July 13th, 2006 04:52 AM
how to download code for Professional ADO.NET....? bobcow Wrox Book Feedback 1 July 19th, 2005 12:54 PM
Professional ASP.NET Server Controls Download Code nfuids Wrox Book Feedback 1 June 13th, 2005 02:10 PM
Professional ASP XML code download link Banana Classic ASP XML 0 April 1st, 2005 05:14 AM
find professional xml source code download breezy All Other Wrox Books 1 August 13th, 2003 02:36 PM





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