They have a magnificent team. These people are always kind and willing to listen to your concerns or issues. Better yet, your assignment is always ready before the time, they usually send you a draft to double-check before they finalize your paper.
the question is
The code in project2
is for a program that plays a simple game called Chomp.
The programmers of this project have opted to package some of their code in a “module” called chomp.adt
, from which the related files cookie.h
and cookie.cpp
files can be generated.
The steps necessary to produce this program are:
csplit chomp.adt "/Split Here/"
xx00
to cookie.h
.csplit chomp.adt "/Split Here/"
xx01
to cookie.cpp
.cookie.cpp
to produce cookie.o
.mainProg.cpp
to produce mainProg.o
..o
files to produce an executable program named playChomp
Write a makefile that will carry out these steps. Your makefile should result in only the minimum required amount of steps when any input file to this process is changed. (Note: you will probably not be able to base this makefile upon my self-updating makefile as in the earlier part of the assignment. Instead, you will probably find it necessary to write this one from scratch.
_________________________________________________
I am currently having an issuewith the question above. I am meant to create a makefile that runsthe program like stated above, and currently this is mymakefile:
all: cookie.h cookie.cpp playChomp cookie.o mainProg.o
cookie.h: chomp.adt
csplit chomp.adt “/Split Here/”
cp xx00 cookie.h
cp xx01 cookie.cpp
playChomp: cookie.o mainProg.o
g++ -o playChomp cookie.o mainProg.o
cookie.o: cookie.cpp
g++ -c cookie.cpp
mainProg.o: mainProg.cpp
g++ -c mainProg.cpp
However, I am receiving this error code:
Your makefile does not build playChomp in 3 distinct g++ stepswhen chomp.adt has been changed:
csplit chomp.adt “/Split Here/”
1372
8632
cp xx00 cookie.h
cp xx01 cookie.cpp
g++ -c cookie.cpp
g++ -o playChomp cookie.o mainProg.o
is there anything that I can do to fix my makefile?
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more