Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
in c++ you would normally use streams so you can output different data types in a unified fashion using streaming operators like >> and <<. in c you would normally use raw files using fread and fwrite finctions using void* memory buffers
18th Nov 2019, 12:54 AM
Dev Project
Dev Project - avatar