GithubHelp home page GithubHelp logo

fujiehuang / cppinaction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danielae/cppinaction

0.0 0.0 0.0 22.54 MB

Demo Code for presentation "C++ In Action"

License: Creative Commons Attribution Share Alike 4.0 International

C++ 100.00%

cppinaction's Introduction

CC BY-SA 4.0

CppInAction

Demo Code for presentation "Contemporary C++ In Action"

This code does not compile without the missing pieces (the precompiled modules mentioned in the code) because it is for educational purposes only. Besides that it is complete.

The missing pieces are:

  1. Asio, preferably non-Boost Asio
  2. libav FFmpeg
  3. SDL2 SDL
  4. Boost.Program_options Boost

I have forked

  1. Asio, branch 'module'
  2. SDL2, branch 'module'
  3. Microsoft's standard library, branch 'my-stl'

which contain the necessary changes to compile Asio and SDL as modules. My take on the STL adds Casey Carter's current implementation of <generator>, plus my implementation of <print> and partial implementation of C++26's explicit lifetime management P2590 on top of the latest work in Microsoft's open source standard library.

There is also a minimum set of sources from FFmpeg v5.0.1 to compile module libav. You need to provide the necessary link libraries yourself if you want to build the executable.

I will not provide the module implementation of Boost.Program_options. Please bring your own favourite command line processor and modify module the.whole.caboodle accordingly.

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

cppinaction's People

Contributors

danielae 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.