GitXplorerGitXplorer
p

cpp-testbed

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c5f22aff22190e753fc77247918a035a088c1df0

Add type-deduction subdirectory

ppriteshrnandgaonkar committed 6 years ago
Unverified
2f644c1f611d8e21365f89149f5a06019ebb5a7c

Add type deduction

ppriteshrnandgaonkar committed 6 years ago
Unverified
ac9f756fe47780060f8d26a65c2e43fa0019834d

Add readme

ppriteshrnandgaonkar committed 6 years ago
Unverified
3fba4a06204c80f506e0d501ed426347d7082ac4

Project set up

ppriteshrnandgaonkar committed 6 years ago

README

The README file for this repository.

cpp-testbed

This project acts as a testbed to test out cpp.

How to run the code.

cd build
cmake ..
make
./cpp-testbed

I plan to implement the ideas given in Modern Effective C++ book by Scott Meyers, in this repo.