Giter VIP home page Giter VIP logo

cpp-design-patterns's Introduction

Build Status

cpp-design-patterns

A collection of C++ design pattern demos with gmock and gtest. This repo also includes C++ idioms.

How To Run the Demos

  1. Demos are divided into folders with the pattern. Change directory to one of these folders.
  2. To build only, enter bazel build ...
  3. To build and execute the tests in the test folder, enter bazel run //test:tests

Notes

  • When running on systems where you need to specify the exact C++ compiler version, you can add --cxxopt='-std=c++14' e.g.

    • Build Only: bazel build ... --cxxopt='-std=c++14'
    • Build and Run Test: bazel test ... --cxxopt='-std=c++14' --test_output=all
  • If you're on *nix type system and want to run valgrind, you can do it against the test:
    valgrind bazel-bin/test/tests

Problem Running on Windows

I get this when running build Action failed to execute: java.io.IOException: ERROR: src/main/native/windows/process.cc(202):

To fix this, do: set BAZEL_VC=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC

See Bazel Github for details: bazelbuild/bazel#8589

cpp-design-patterns's People

Contributors

deanagan avatar

Watchers

 avatar  avatar

cpp-design-patterns's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.