/cpp-for-you

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

Primary LanguageC++

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.