0_0_28209082_1974.cpp: In function 'int main()':
0_0_28209082_1974.cpp:40:15: error: too many arguments to function 'int getchar()'
getchar(vstup);
^
In file included from 0_0_28209082_1974.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:488:15: note: declared here
int __cdecl getchar(void);
^
0_0_28209082_1974.cpp:47:16: error: too many arguments to function 'int getchar()'
getchar(vstup);
^
In file included from 0_0_28209082_1974.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:488:15: note: declared here
int __cdecl getchar(void);
^
0_0_28209082_1974.cpp:61:33: error: invalid conversion from 'void*' to '_slovo* {aka __slovo*}' [-fpermissive]
s=binsearch(&slovo,slova,bcomp);
^
0_0_28209082_1974.cpp:75:16: error: too many arguments to function 'int getchar()'
getchar(vstup);
^
In file included from 0_0_28209082_1974.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:488:15: note: declared here
int __cdecl getchar(void);
^
|