HOME > Development > Modern C++ development with bazel, googletest and googlemock

Modern C++ development with bazel, googletest and googlemock

  • Development
  • Feb 26, 2025
SynopsisModern C++ development with bazel, googletest and googlemock,...
Modern C++ development with bazel, googletest and googlemock  No.1

Modern C++ development with bazel, googletest and googlemock, available at $34.99, has an average rating of 3.9, with 16 lectures, based on 50 reviews, and has 247 subscribers.

You will learn about Learn the basics of using the modern build system that scales Understand how to import code from external sources Write tests to verify that your code matches the specification Write code to return dummy data using google mock. This course is ideal for individuals who are Anyone with a basic understanding of C++. or If youre an experienced programmer who doesnt know much of C++, thats OK too. Focus is on the these frameworks and not on C++ It is particularly useful for Anyone with a basic understanding of C++. or If youre an experienced programmer who doesnt know much of C++, thats OK too. Focus is on the these frameworks and not on C++.

Enroll now: Modern C++ development with bazel, googletest and googlemock

Summary

Title: Modern C++ development with bazel, googletest and googlemock

Price: $34.99

Average Rating: 3.9

Number of Lectures: 16

Number of Published Lectures: 16

Number of Curriculum Items: 16

Number of Published Curriculum Objects: 16

Original Price: ?1,199

Quality Status: approved

Status: Live

What You Will Learn

  • Learn the basics of using the modern build system that scales
  • Understand how to import code from external sources
  • Write tests to verify that your code matches the specification
  • Write code to return dummy data using google mock.
  • Who Should Attend

  • Anyone with a basic understanding of C++.
  • If youre an experienced programmer who doesnt know much of C++, thats OK too. Focus is on the these frameworks and not on C++
  • Target Audiences

  • Anyone with a basic understanding of C++.
  • If youre an experienced programmer who doesnt know much of C++, thats OK too. Focus is on the these frameworks and not on C++
  • Bazel is a build system from google. C++ is one of the languages that bazel supports.

    One of the nice things about bazel is, you specify the files and bazel figures out the dependency tree.

    Bazel is written in skylark (a subset of python) which makes it accessible to a wide audience.

    The ability to integrate with other libraries and the build performance makes bazel a great choice to use.

    Googletest is an industry wide accepted solution for unit testing. It’s battle tested across multiple projects at varying scales in the industry.

    This framework is built along lines of other popular frameworks like junit (following the xunit principles)

    Googlemock is a framework for stubbing external calls to make your unit tests repeatable in isolation.

    Looking forward to seeing you in the course.

    Cheers.

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Lecture 2: Setup

    Chapter 2: Bazel

    Lecture 1: Introduction

    Lecture 2: hello bazel – compiling a hello world program using bazel

    Lecture 3: compiling files including headers

    Lecture 4: creating and using a library

    Lecture 5: generating product flavors

    Chapter 3: Google test

    Lecture 1: Introduction

    Lecture 2: Demo part 1

    Lecture 3: Demo part 2

    Lecture 4: Deepdive into gtest part 1

    Lecture 5: Deepdive into gtest part 2

    Lecture 6: Deepdive into gtest part 3

    Chapter 4: Google mock

    Lecture 1: Introduction

    Lecture 2: Demo

    Lecture 3: Deepdive

    Instructors

  • Modern C++ development with bazel, googletest and googlemock  No.2
    Balaji Ambresh Rajkumar
    Independent software engineer
  • Rating Distribution

  • 1 stars: 2 votes
  • 2 stars: 6 votes
  • 3 stars: 10 votes
  • 4 stars: 19 votes
  • 5 stars: 13 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!