だから私はこれらのコード行を持っています:
int maxY, maxX;
getmaxyx(stdscr, &maxY, &maxX);
次のエラーが表示されます。
error C2440: '=' : cannot convert from 'int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
使うたびに2回。= 演算子すら使用していません。curses.h ファイルが含まれています。私は何を間違っていますか?