Skip to content

jackshendrikov/c-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Simple

Basic C++ project (calculator)

Task:

  • Create a very small project with three source files: one header file and two source files.
  • Create a Makefile (don't forget clean section) and CMakeLists.txt to build your project. The build result should be the following: one library (static or shared) and one executable.
  • Generate from the CMakeLists.txt file a build script for Ninja build system.

About

Simpe C++ project with one header file and two source files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published