hindol / cpp-for-you

A series of C++ tutorials aimed at C experts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ for You

A series of C++ tutorials aimed at C experts.


How to Solve

Try to get the code to print "Correct!".

Of course you are not allowed to touch the main() function.

Look inside 00 References directory for an example.

Good luck and have fun! :)

How to Download

Either you can use git to clone this repository

OR

simply download everything as a zip file. Link is available at the top-left corner.

How to Compile

Using g++,

$ g++ main.cpp <other cpp files (if any)>

Why does this page have only 2/3 Exercises?

This page is still in the making.

I will periodically release new exercises.

About

A series of C++ tutorials aimed at C experts.


Languages

Language:C++ 92.5%Language:Objective-C 7.5%