cannot convert from "void" to "int"
Posted
by user320950
on Stack Overflow
See other posts from Stack Overflow
or by user320950
Published on 2010-04-30T20:21:17Z
Indexed on
2010/04/30
20:47 UTC
Read the original article
Hit count: 379
Cannot convert from "void" to "int" in C++ - anyone know why? is there a function i have to use?
int calc_tot,go2;
go2=calculate_total(exam1,exam2,exam3);
calc_tot=read_file_in_array(exam);
© Stack Overflow or respective owner