hi,
Have the following scenario can you see why this crashes when calling this function check below ?
enum operatortypes oper;
check_op(oper);
void check(enum operatortype op){
}
Have the following scenario can you see why this crashes when calling this function check below ?
enum operatortypes oper;
check_op(oper);
void check(enum operatortype op){
}
Comment