User profile: foxxthegreat

User info
User name:foxxthegreat
History
Joined:
Number of posts:5
Latest posts:

matching a string to struct value in an array of structs
Currently I have a working heartbeat client that will echo a key to the server. The issue i'm runni...

Error assigning struct value from getline
Thank you so much lastchance that solved it. Updated code for anyone else who has had this issue: [c...

Error assigning struct value from getline
Currently I have a text file that consists of multiple names and keys deliminated by ";" like so: ...

Reading from a text file into strings
Thanks Jonin!!! that worked awesome :)

Reading from a text file into strings
I'm pretty new to c++ and come from a bash background, I am writing a chat bot that on the first tim...