User profile: tonismahonis

User info
User name:tonismahonis
History
Joined:
Number of posts:4
Latest posts:

string stream search
I am working on a project which is a fairly simply BAC calculator. I am attempting to grab data from...

data from txt file into array
I made the changes you suggested, as you can see below [code]string bac[50], penalty[50], searchStat...

data from txt file into array
I apologize for the formatting of my code. I changed the variable from double to string. [code]whi...

data from txt file into array
#include <iostream> #include <fstream> #include <string> #include <cmath> #include <stdio.h> ...