This is my first time asking the internetz for programming help, so bear with me. I have looked around for a while but cannot find a solution to my problem.
Problem: I cannot get past the following error: error C2059: syntax error : ']'
I was trying to check my faults as I went. The rest of the intended program is a breeze but I am stuck on the character array. I have made many many programs before but have never had to include a character array in a class. Help?
As far as using a string, that's what I would rather use but this project requires the use of a character array.
The way I have the code above was meant for "NULL" to be used within the default construct. But even though I gave it a size of 50, it will not let me put "NULL" or anything for that matter into the array, which is why I am confused.