Posts by Tovisck • 11 points
2 posts
-
0
votes1
answer37
viewsQ: How to add elements from a file to a dictionary?
Hello, I’m making a program that has to take all the elements of a file (which has several lines) and put in a dictionary like this: file (1st line) =>…
-
0
votes1
answer55
viewsQ: Error in binary vector search
Hello, I’m having problems in an exercise where I want to pursue a certain age in an ordered vector. The error you are giving is "Expression: result_pointer != nullptr" I did a search, and I saw…