[Cs3] Regarding Lab_9 Compilation error

Md. Islam mislam4 at kent.edu
Sun Mar 31 23:54:21 EDT 2019


> I am not able to compile the existing files of Lab9( Abstract Car
> Dealership). When I am trying to compile CarBuyers.cpp, I am getting below
> errors:
>
> [image: image.png]
>
> Could you please help me out.
>

You need to provide all the cpp files to clang.

clang++ -std=c++11 CarBuyer.cpp CarFactory.cpp CarTest.cpp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://listmail.cs.kent.edu/pipermail/cs3/attachments/20190331/2b0e13fd/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 426176 bytes
Desc: not available
Url : https://listmail.cs.kent.edu/pipermail/cs3/attachments/20190331/2b0e13fd/attachment-0001.png 


More information about the cs3 mailing list