I have to write a C++ program that will input a year then finds and reports the date of Easter. Each function has to be placed in a separate file and compiled individually. After each compiles correctly, I will have to link them together to create the executable program. Now I dont know how to link the easter.cpp function which is in a different file with the main.cpp file.
C++ help .......?
http://bytes.com/forum/thread636932.html
http://www.programmersheaven.com/mb/bcbu...
http://www.cprogramming.com/faq/cgi-bin/...
better search in google for more answers
Reply:its my pleasure Report It
Reply:you have forexample 2 files one.h and two.h, in which u have defined two functions, all u have to do is include dese files in easter.cpp;
#include "one.h"
#include "two.h"
create their objects and call their functions :)
Reply:If you are still stuck you may contact a C++ expert live at website like http://askexpert.info/ to help you code your project assignment.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment