Coder Social home page Coder Social logo

cxx-modules-build2's Introduction

Example application with C++ Modules Technical Specification feature

Description

Project shows example application with C++ Modules TS feature (which will be introduced in C++20 standard). For building code it uses build2 - an open source (MIT), cross-platform build toolchain with C++ Modules TS building support.

In cxx-modules-build2 directory there are application files with C++ code:

  • main.cpp contains main function, module import statements and uses math, std.io and std.core modules
  • math.cpp contains math module implementation
  • math.mpp contains math module interface

Prerequisites

Prerequisites for running application using Docker

Prerequisites for running application without using Docker

Running application

Running application using Docker

Being in root directory of project run in terminal:

sudo ./build_and_run.sh

Running application without using Docker

Being in root directory of project run in terminal:

bdep init -C @clang cc config.cxx=clang++
b
cxx-modules-build2/main

cxx-modules-build2's People

Contributors

r-sitko avatar

Stargazers

 avatar

Watchers

 avatar

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.