I am starting a project after trying to study up more on C++. I can’t really find how to utilize the string directive. I have to use the data input below (Except for – I added that directive because I thought that’s what I was supposed to do)?
How do I get this to work? I keep seeing a red error saying expected unqualified id
I have a lot more to do and have moved on. Just kind of wanted help with this part please
<string>
const string studentData[] =
{"A1,John,Smith,John1989@gm ail.com,20,30,35,40,SECURITY", "A2,Suzan,Erickson,Erickson_1990@gmailcom,19,50,30,40,NETWORK", "A3,Jack,Napoli,The_lawyer99yahoo.com,19,20,40,33,SOFTWARE", "A4,Erin,Black,[email protected],22,50,58,40,SECURITY", "A5,[firstname],[lastname],[emailaddress],[age], [numberofdaystocomplete3courses],SOFTWARE" );