int patientstomemory(patientstruct (*patientstructpointer)[maxpatients])
{
patientstruct patientstruct1[maxpatients];
patientstruct1= (*patientstructpointer);
1>c:\documents and settings\patrick\my documents\hgkbklhb\hgkbklhb\hgkbklhb.cpp(88) : error C2106: '=' : left operand must be l-value
whats wrong? very important, working on semester project due monday