RUNNING D PROGRAM...need help urgently...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tracethepath
    New Member
    • Jun 2007
    • 15

    RUNNING D PROGRAM...need help urgently...

    hello everybody,
    I am a beginner in C++. I got a CD with a C++ how to program,fifth edition book by Deitel which has the source codes included in the books. The source code for ATM case study is in parts i.e. user defined header files r dere which includes class definition, and class member function definition (cpp files) r dere 4 d same header file. Also there is one main cpp file to run the program. Now if i run the program by opening it in turbo C++ window from my CD, it doesnot includes the user defined header files. I have copied the user defined header file in include folder which contains all other pre defined header files and dont know where to include the class member fuction definition file...U can have a look at the program at
    http://www.safarix.com/0131857576/app07
    Please give me the steps which i shud follow 2 run that program and also tell me if there r any other errors in the source code...
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Have a look at this.

    How do you know it doesn't use the user defined headers? Have you included them in the path/place where all the other header files are?

    Comment

    Working...