Thread
:
C calc problem
View Single Post
fsakalos
Go4Expert Member
14May2007,23:34
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.