Thread: C calc problem
View Single Post
Go4Expert Member
14May2007,23:34  
fsakalos's Avatar
I've solved the problem. Before hovno = getchar(); should be getchar(); so it should look like this:

getchar();
hovno = getchar();

But anyway thanks for help and sorry for duplication.