Login Page - Create Account

Support Board


Date/Time: Mon, 11 May 2026 05:58:46 +0000



Post From: Read & parse CSV

[2023-06-27 08:07:08]
User462086 - Posts: 200
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.