Computer Science Canada I NEED HELP... joking... what's compile time expression? |
Author: | JayLo [ Thu May 15, 2003 7:38 pm ] | ||
Post subject: | I NEED HELP... joking... what's compile time expression? | ||
compile time expression? what is it? i'm getting that error in this situation.
|
Author: | Catalyst [ Thu May 15, 2003 7:50 pm ] |
Post subject: | |
something that is defined before the program runs i.e. not a var(technically defined when compiling begins) is compile time |
Author: | Dan [ Thu May 15, 2003 8:54 pm ] |
Post subject: | |
it whould seems that you can not use varibles in case staments you should probley just uses an if |
Author: | JayLo [ Fri May 16, 2003 3:23 pm ] |
Post subject: | |
lol, the teacher wants a case construct |