DEV Community

Dimitri Merejkowsky
Dimitri Merejkowsky

Posted on • Originally published at dmerej.info on

3 1

Introducing the "Let's Build Chuck Norris!" Project

Originally published on my blog.

The Chuck Norris library

The Chuck Norris library is written in C++ and contains a class able to give you random Chuck Norris facts when the getFact() method is called:

Here’s how to use it:

#include <ChuckNorris.hpp>

ChuckNorris chuckNorris;
std::string fact = chuckNorris.getFact();
Enter fullscreen mode Exit fullscreen mode

You will find all the source code on GitHub.

Let's build Chuck Norris!

“Let’s Build Chuck Norris!” project is a series of blog posts aiming at exploring various topics about C++ and build systems:

Here are all of them, in chronological order. Enjoy!

  1. Using CMake and Ninja
  2. Managing third-party dependencies with conan
  3. Exposing a C API on top of C++ code
  4. Using Python with ctypes
  5. Using cffi to build a Python extension
  6. Cross compiling for Android
  7. Android and JNA
  8. Using C++ in an iOS application

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more