Anonymous
11/4/2025, 3:23:04 AM
No.151798023
[Report]
>>151797963
good evening fellow wagie
Anonymous
9/11/2025, 9:19:20 PM
No.82472167
[Report]
Is that fucking mong being forced to work for his bennies?
Anonymous
7/20/2025, 11:42:11 PM
No.105971682
[Report]
Hello anons
I'd like to implement a plain-text file config for my current project, in C++. How should I approach parsing? I'm thinking about reading the file line by line, then storing these into a string array/vector, for further processing (e.g. substring search). But I'm mostly certain that it is not very practical. Any input is appreciated!