I am writing a program that will read lines from an infile using getline into strings, convert the strings to c-strings containing the first m nonwhitespace characters of the string, then concatenate
I\'m trying to collect user\'s input in a string variable that accepts whitespaces for a specified amount of time.
I am building a program which takes in a .csv file as input and stores all the data in a class. The class has names as columns of the .csv file. Basically, I am using the get line function to get the