Login Page - Create Account

Support Board


Date/Time: Thu, 28 Nov 2024 00:25:09 +0000



Post From: Read & parse CSV

[2023-06-27 08:07:08]
User462086 - Posts: 196
I couldn't work it out either, so started using the various forms of 'fstream' instead.

Referencing the code in the first post, replacing

char* Buffer;

with

char Buffer[BytesToRead];

results in 'Buffer' being filled with the contents of a file.