Skip to content

Ready to use environment to write and test C++ code with googletest

Notifications You must be signed in to change notification settings

typeperfest/prototype-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prototype-cpp

This small repository has prepared and set up environment to write and test C++ code

Usage

  • Declare your classes and functions in lib/prototype.h
  • Implement your classes and functions in lib/prototype.cpp
  • Put main.cpp code in runPrototypeMainBody()
  • No need to change main.cpp

How to start

  1. Clone this repository
  2. Write your code according to rules above and use prepared scripts
cd scripts
./run_main.sh # to build and run main
./run_tests.sh # to build and run tests

About

Ready to use environment to write and test C++ code with googletest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published