Coder Social home page Coder Social logo

lianzeng / cplusplus11.examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lostjared/cplusplus11.examples

0.0 1.0 1.0 5.87 MB

A lot of C++11 Examples

Home Page: https://www.youtube.com/playlist?list=PLUgo--lX2kmqPQ5C8jRfy6RZVKHFqN7Zz

License: Other

Makefile 1.44% C++ 77.26% GLSL 0.02% C 0.04% HTML 21.13% Roff 0.11%

cplusplus11.examples's Introduction

Jared Bruni's C++11 Examples 

I have created a series of C++ Tutorials in video form on YouTube
You can find them here: https://www.youtube.com/playlist?list=PLUgo--lX2kmqPQ5C8jRfy6RZVKHFqN7Zz

I am just going through and writing stuff to help me remember and practice
some of the new features of C++11. I will create a new repo for C++14.

Most of the examples do not do anything 
useful except to demonstrate those specific features. Some of the examples solve problems
like generating m3u playlist or outputting html for a cgi program.

There is also a calculator for parsing expressions that is similar to
the one from "The C++ Programming Language" 4th Edition. 

To build from Makefiles use 

on MacOS X:

$ make

on Linux:

$ make -f Makefile.linux

Note:
To compile make sure your compiler supports C++11 with clang I use:
say for sourcefile.cc

clang++ -std=c++11 sourcefile.cc -o sourcefile 

For Linux use libstdc++ instead of libc++ and g++ 4.8 or greater
Each program only requires one line to compile it. 

g++ -std=c++11 sourcefile.cc -o sourcefile 

- Jared Bruni

cplusplus11.examples's People

Contributors

lostjared avatar

Watchers

 avatar

Forkers

fanxiaohui

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.