Files
flatbuffers/docs/source
kulswanand c721009491 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
2018-08-13 16:36:11 -07:00
..
2018-05-18 11:06:15 -07:00
2017-09-07 11:52:58 -07:00
2016-01-19 14:31:17 -08:00
2016-07-20 22:58:22 +05:30
2018-03-23 09:01:39 -07:00
2016-01-19 14:31:17 -08:00
2017-11-17 08:57:01 -08:00
2016-01-19 14:31:17 -08:00
2018-03-23 09:01:39 -07:00