Skip to content

ourarash/cpp_tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tour of C++ constructs using Bazel build system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •