matching a string to struct value in an array of structsCurrently I have a working heartbeat client that will echo a key to the server. The issue i'm runni...
Error assigning struct value from getlineThank you so much lastchance that solved it. Updated code for anyone else who has had this issue: [c...
Error assigning struct value from getlineCurrently I have a text file that consists of multiple names and keys deliminated by ";" like so: ...
Reading from a text file into stringsThanks Jonin!!! that worked awesome :)
Reading from a text file into stringsI'm pretty new to c++ and come from a bash background, I am writing a chat bot that on the first tim...