int main()
{
char record_typec = 'c';
record_typec = toupper(record_ typec);
* rec->Newcrecord.rec ord_type = record_typec;
etc
etc
\************** *************** *************** *\
I've run a debug on the program and this is where I'm encountering the access
violation problem. I've tried the dot operator to access the structure but that
doesn't appear to work. How can change the syntax and avoid the access
violation error?
Comment