Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I am trying to create a make file for my c++ program. I have the following: In RoomDimensions.h i am including FeetInches.h, in RoomCarpet.h i
I am trying to create a make file for my c++ program. I have the following:
In RoomDimensions.h i am including FeetInches.h,
in RoomCarpet.h i am including Room.Dimensions.h
in RoomMain.cpp im including RoomCarpet.h.
I have individual .cpp files for all functions and .h for all classes.
I am getting this error from the server
default: myprog myprog: FeetInches.o RoomDimensions.o RoomCarpet.o RoomMain.o FeetInches.o: FeetInches.cpp FeetInches.h RoomDimensions.o: RoomDimensions.cpp RoomDimensions.h FeetInches.h RoomCarpet.o: RoomCarpet.cpp RoomDimensions.h RoomCarpet.h RoomMain.o: RoomMain.cpp RoomCarpet.h gtt FeetInches.o RoomDimensions.o RoomCarpet.o RoomMain.o -o myprog g++ FeetInches.cpp -c gtt RoomDimensions.cpp -c g++ RoomCarpet.cpp oc gtt RoomMain.cpp-c rm -rf *.o myprog clean default: myprog myprog: FeetInches.o RoomDimensions.o RoomCarpet.o RoomMain.o FeetInches.o: FeetInches.cpp FeetInches.h RoomDimensions.o: RoomDimensions.cpp RoomDimensions.h FeetInches.h RoomCarpet.o: RoomCarpet.cpp RoomDimensions.h RoomCarpet.h RoomMain.o: RoomMain.cpp RoomCarpet.h gtt FeetInches.o RoomDimensions.o RoomCarpet.o RoomMain.o -o myprog g++ FeetInches.cpp -c gtt RoomDimensions.cpp -c g++ RoomCarpet.cpp oc gtt RoomMain.cpp-c rm -rf *.o myprog cleanStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started