reading a .txt file and storing in a structHello! I'm trying to read a .txt file and store it's data in a structure so it shows the value if th...
c++ tutorHello, I'm in my third semester of c++. I switched from a community college to a university and the...
Reading data from two text fileswhat if i did a [code] #include <iostream> #include <fstream> #include <string> using namespace std...
Reading data from two text filesHello! To start off with I am trying to pass a argument through the command line and look through t...
converting Char with ASCIIso i converted a letter to int using ASCII via (int=char) my example is in my menu() [code]void L...