Giter Site home page Giter Site logo

my-cplusplus-playground's Introduction

my-cplusplus-playground

This is my C++ playground.

Some code here are just examples or exercises for C++ features and some code are really useful and serious.

Most of this code was developed and compiled with GCC on Linux and Cygwin. For the samples without a Makefile, compile with the command:

 g++ -Wall -std=c++1y <INPUT.cpp> -o <OUTPUT>
  • curry/ - Currying of functions and function-like types.
  • nosj-cpp/ - A JSON library that works with UTF-8-encoded strings.
  • SI/ - Types and operations on physical units - A toy-project to practice meta-programming with C++ templates. (You should not use this in serious applications! I recommend using Boost.Units library instead.)
  • static-strings/ - Implementation of compile-time strings with some operations like concatenation, substrings, etc. Based on an idea found at Stack Overflow.
  • typedecl/ - Exercises template specialization to detect every kind of type and generate a string representation of them.
  • unified-assignment.cpp - An example for the unified assignment that acts as both copy and move assignment. For pre-C++11 code, it allows copy elision if used instead of a regular copy assignment that takes a const reference. See copy-and-swap idiom.
  • user-defined-literals.cpp - Includes the definition of a compile-time binary number literal.

References

my-cplusplus-playground's People

Contributors

erdavila avatar

Watchers

 avatar James Cloos 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.