Proposing use of C++ header files and functions (#4869)
authorkulswanand <swanand1987@gmail.com>
Mon, 13 Aug 2018 23:36:11 +0000 (05:06 +0530)
committerWouter van Oortmerssen <aardappel@gmail.com>
Mon, 13 Aug 2018 23:36:11 +0000 (16:36 -0700)
commitc721009491dc8275052cf33f7334e015ed737927
treee340cc76c6ff94bba70565e384728b290f4b1276
parent55289c55bf1b1a37d4598fdeb658d04c0c07af55
Proposing use of C++ header files and functions (#4869)

* Proposing use of C++ header files and functions

Proposing use of C++ header files and functions instead of C header file and functions.
Here are few examples for comparison :

C                            C++
<cstdio>                <iostream> & <fstream>
printf()                     cout
fopen()                    ifstream
etc ...

Please let me know if there are any comments.

* Updated diff based on review comments
docs/source/CppUsage.md