maybe will put instead of 0 or 1 or null value for label and have more error handling; example bad code: line 108-115: if (outfilehandle !=0)
{
outfilehandle <<""<<labelsB<<"";
}
else
{
cout << "An error occurred while opening the file."<<endl; //error check in case the file is write-protected
}
maybe look into always fill variables with data....
Last edit: bubba 2026-03-31
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
leave labels or other fields blank may end program, will try to look into sometime.
maybe will put instead of 0 or 1 or null value for label and have more error handling; example bad code: line 108-115: if (outfilehandle !=0)
{
outfilehandle <<""<<labelsB<<"";
}
else
{
cout << "An error occurred while opening the file."<<endl; //error check in case the file is write-protected
}
maybe look into always fill variables with data....
Last edit: bubba 2026-03-31