User profile: shrimpy

User info
User name:shrimpy
History
Joined:
Number of posts:11
Latest posts:

reading a .txt file and storing in a struct
Hello! I'm trying to read a .txt file and store it's data in a structure so it shows the value if th...

c++ tutor
Hello, I'm in my third semester of c++. I switched from a community college to a university and the...

Reading data from two text files
what if i did a [code] #include <iostream> #include <fstream> #include <string> using namespace std...

Reading data from two text files
Hello! To start off with I am trying to pass a argument through the command line and look through t...

converting Char with ASCII
so i converted a letter to int using ASCII via (int=char) my example is in my menu() [code]void L...