Setting up Initial Project
- Start Eclipse and create a new workspace. I’ll usec:\workspaces\firstexample for my workspace.
- Close the welcome screen.
- Create a new C++ project (File:New:C++ Project).
- Enter a name, I’ll useCppUTestHasItsSmoke
- UnderExecutable, selectHello World C++ Project
- ClickFinish.
- Right-click on your project (CppUTestHasItsSmoke), selectRun As:Local C++ Application
- Notice the output in the console:
Comments