Posts by gabriel • 39 points
4 posts
-
1
votes2
answers387
viewsQ: Save file data to a c++ map
I am not able to read a txt file correctly and transfer to a map in c++. The code I developed works only if you don’t have spaces " " in txt, if you loop and it doesn’t work. Here’s the code: void…
-
1
votes2
answers57
views -
-1
votes1
answer55
viewsQ: Program with 3 files
I made a code in c++ that works if it’s all inside the main.cpp. When I create other files, like a header it from the indefinite reference error. I have done everything and only managed to make it…
-
1
votes1
answer8780
views