cpp_tour icon indicating copy to clipboard operation
cpp_tour copied to clipboard

A tour of C++ constructs using Bazel build system

A tour of C++ constructs using Bazel build system

Can be used in Visual Studio Code

Installation

You can copy this using this command:

git clone https://github.com/ourarash/cpp_tour.git

Run main:

You can run this using bazel:

bazel run src/main:main

Run Tests:

You can run unit tests using bazel:

bazel test tests:tests

Installing Bazel

This repo uses Bazel for building C++ files. You can install Bazel using this link.

Working with Bazel

Here is a video that explains more about how to use Google Test with Bazel in Visual Studio Code:

Bazel & Google Test in Visual Studio Code