Question: Hi I'm having problem to run multiple C++ file including header I mean .hh file for C++. please Help. I'm not familiar with running multiple

Hi I'm having problem to run multiple C++ file including header I mean .hh file for C++. please Help. I'm not familiar with running multiple C++ file. Please give me instruction how to run all c++ file and header file to build a program. I am using MacBook and MacBook terminal to execute all file. Please Hi I'm having problem to run multiple C++ file including header Ihelp

+ - /Documents/3207/lab01 C++/Lab01C++/Lab01C++ --zsh Last login: Sun Feb 9 15:17:22 on ttys000 (tonmoy@Tonmoys-MacBook Air ~ % cd /Users/tonmoy/Documents/3207/lab01\ C++/Lab01C++/Lab01C++ tonmoy@Tonmoys-MacBook-Air Lab01C++ % ls CreateProcess.cpp EventHandlers.cpp RandomGen.hpp CreateProcess.hpp EventHandlers.hpp Stat.txt Des.cpp InitilizeConfig.cpp TestRun.dms Des.hpp InitilizeConfig.hpp config.txt DesDriver.cpp Makefile.rtf log.txt DesDriver.hpp RandomGen.cpp tonmoy@Tonmoys-MacBook-Air Labo1C++ % g++ .cpp* -o test [zsh: no matches found: .cpp* tonmoy@Tonmoys-MacBook Air Labo1C++ % g++ Des.cpp CreateProcess.cpp EventHandlers.cpp InitilizeConfig.cpp RandomGen.cpp DesDriver. Icpp -o test CreateProcess.cpp:2:10: fatal error: 'Des.h' file not found #include "Des.h" ANNNNNN 1 error generated. EventHandlers.cpp:20:10: fatal error: 'bits/stdc++.h' file not found #include ANNNNNNNNNNNNNN 1 error generated. InitilizeConfig.cpp:13:10: fatal error: 'Des.h' file not found #include "Des.h" ANNNNNN 1 error generated. RandomGen.cpp:11:10: fatal error: 'Des.h' file not found #include "Des.h" ANNNNNN 1 error generated. DesDriver.cpp:24:10: fatal error: 'bits/stdc++.h' file not found #include ANNNNNNNNNNNNNN 1 error generated. tonmoy@Tonmoys-MacBook Air Lab01C++ % ./test [zsh: no such file or directory: ./test tonmoy@Tonmoys-MacBook-Air Labo1C++ % + - /Documents/3207/lab01 C++/Lab01C++/Lab01C++ --zsh Last login: Sun Feb 9 15:17:22 on ttys000 (tonmoy@Tonmoys-MacBook Air ~ % cd /Users/tonmoy/Documents/3207/lab01\ C++/Lab01C++/Lab01C++ tonmoy@Tonmoys-MacBook-Air Lab01C++ % ls CreateProcess.cpp EventHandlers.cpp RandomGen.hpp CreateProcess.hpp EventHandlers.hpp Stat.txt Des.cpp InitilizeConfig.cpp TestRun.dms Des.hpp InitilizeConfig.hpp config.txt DesDriver.cpp Makefile.rtf log.txt DesDriver.hpp RandomGen.cpp tonmoy@Tonmoys-MacBook-Air Labo1C++ % g++ .cpp* -o test [zsh: no matches found: .cpp* tonmoy@Tonmoys-MacBook Air Labo1C++ % g++ Des.cpp CreateProcess.cpp EventHandlers.cpp InitilizeConfig.cpp RandomGen.cpp DesDriver. Icpp -o test CreateProcess.cpp:2:10: fatal error: 'Des.h' file not found #include "Des.h" ANNNNNN 1 error generated. EventHandlers.cpp:20:10: fatal error: 'bits/stdc++.h' file not found #include ANNNNNNNNNNNNNN 1 error generated. InitilizeConfig.cpp:13:10: fatal error: 'Des.h' file not found #include "Des.h" ANNNNNN 1 error generated. RandomGen.cpp:11:10: fatal error: 'Des.h' file not found #include "Des.h" ANNNNNN 1 error generated. DesDriver.cpp:24:10: fatal error: 'bits/stdc++.h' file not found #include ANNNNNNNNNNNNNN 1 error generated. tonmoy@Tonmoys-MacBook Air Lab01C++ % ./test [zsh: no such file or directory: ./test tonmoy@Tonmoys-MacBook-Air Labo1C++ %

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!