Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 image text in transcribedhelp

+ - /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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design

Authors: Marion Donnie Dutton Don F. Seaman

14th Edition Globel Edition

1292107634, 978-1292107639

More Books

Students also viewed these Databases questions

Question

What are the APPROACHES TO HRM?

Answered: 1 week ago

Question

1. Identify three approaches to culture.

Answered: 1 week ago

Question

2. Define communication.

Answered: 1 week ago

Question

4. Describe how cultural values influence communication.

Answered: 1 week ago