0
Compiler error.
write a program in code::blocks 17.12 the pc is working fine. when porting to the web in a sandbox, it generates a compiler error. what can be done?
4 Antworten
+ 3
I cleaned up the code a bit, and somehow it ended up compiling.
By the way, there is little benefit to using a class here, and isTrimorph() can be overloaded to separate the cases of single value and range.
https://code.sololearn.com/c8ZLpEe5rdQh/#cpp
0
Can you please share the code and give what compiler error you get?
0
Oh, great! I'm guessing it's some hidden symbols or spaces. Costs of the copy/paste method. And thanks for the code, I'm just learning to program using classes.