Posts by vangodp • 16 points
2 posts
-
0
votes4
answers3044
viewsA: Problem using Setlocale in C
Prove: setlocale(LC_ALL, "English-Brazilian");
-
0
votes1
answer593
viewsA: Read from a txt file via fscanf using vector
I think you should use the fscanf function itself as a condition, because when reaching the end of the file it returns EOF. #include <iostream> #include <vector> using namespace std;…