November 26th, 2012 11:52 PM
Well like i said I am fairly new to programming, and what you said made little to no sense to me, luckily i figured it out on my own. Just because i do something wrong doesn't mean you have to be an...
November 26th, 2012 07:14 PM
So i changed makeArray to be:
void Student::makeArray()
{
int size = Student::num;
int *studentArray;
studentArray = new int[num];
Student::test = studentArray;
for (int i = 0; i <...
November 26th, 2012 06:32 PM
Well sorry if i did a rookie mistake i am extremely new to programming like maybe less than a year experience. I have no idea what half of these errors even mean, and so i have trouble problem...
November 26th, 2012 06:16 PM
I ran the program and now lines 38, 92, 105, 108, 129, 138-140, 156-160, and 183 have these lime green colored blocks next to them and the error opens this crtexe.cpp file and highlights line number...