codeapp
codeapp copied to clipboard
Problems running C++ files with a header
I tried to run a simple C++ file that uses class and object. So, I created a simple "Car.h", "Car.cpp" and "CarMain.cpp". I have attached the images below. I run into errors when I try to execute "CarMain.cpp"