User profile: loganc123

User info
User name:loganc123
History
Joined:
Number of posts:15
Latest posts:

Searching an array of structs for a string, then output struct data
if (student[s].courseCode[c] == theCourse) seems to be invalid, used to compare ints if I am not mis...

Searching an array of structs for a string, then output struct data
Still stuck on this if anyone could offer any help I would appreciate it greatly!

Searching an array of structs for a string, then output struct data
Hope everyone had a great Thanksgiving! I was hoping you guys could help, during my program, at the ...

getline isn't allowing input
Hello! In my statement, if (userChoice == 'S'), the getline statement should be prompting the user f...

Creating a dynamic array
Hello, the 12 is supposed to be there, it signifies the amount of entries in the text document. It i...