G GoldenBear Banned Mar 2, 2000 6,843 2 0 Mar 9, 2001 #2 Instead of blahClass blah(5); It should be b.blahfunction(5); And preceded by: blahClass b; That defines 'b' as a Blahclass thing, and you use 'b' to call on the bool function.
Instead of blahClass blah(5); It should be b.blahfunction(5); And preceded by: blahClass b; That defines 'b' as a Blahclass thing, and you use 'b' to call on the bool function.
G GoldenBear Banned Mar 2, 2000 6,843 2 0 Mar 9, 2001 #3 And make sure your bool does SOMETHING like this.. return(blah > 5);
G GoldenBear Banned Mar 2, 2000 6,843 2 0 Mar 9, 2001 #5 Eh, I'm kind of confused, why don't you post your actual program here..
G GoldenBear Banned Mar 2, 2000 6,843 2 0 Mar 9, 2001 #7 void main() Should be int main() for starters.. So now, can you only manipulate the CLASS file? Is that where you're having trouble?
void main() Should be int main() for starters.. So now, can you only manipulate the CLASS file? Is that where you're having trouble?