Posts by deku • 41 points
2 posts
-
1
votes0
answers42
viewsQ: Why can’t I read that file with fstream?
I am studying the input and output C++ files part, but I find myself with a small problem. I’m trying to get the program to read a file called "name.txt" with 10 names inside it, but for some reason…
-
3
votes1
answer73
viewsQ: Identify accented letters and print a warning
I need to make a program that accepts only letters without accent, and for that I’m trying to do something that identifies a letter with accent and then print a warning about the error, but when I…