페도라에서 gotoxy()함수 역활을 하는 함수를 있나요??

pcw1029의 이미지

안녕하세요 페도라에서 gotoxy()를 이용하려고 하는데
찾아보니 ncurses.h파일을 추가해서 사용하라고 한느데
/usr/include안에 파일이 없어서 yum install을 이용하여 설치를 해주었는데
undefined reference to 'stdscr' 등 오류메시지가 뜨더라고요
해결 방법이 없을까요??

cppig1995의 이미지

-lncurses를 붙여주셔야 하지 않을까요?



한말글 프로그래밍 언어 "열정" http://me-lang.wo.tc

Real programmers /* don't */ comment their code.
If it was hard to write, it should be /* hard to */ read.