2

I have wrote a c program to solve sudokus, and i would like to know if i can draw the grid and fill it using ncurses library. i just would like to know how to control the lines and borders of boxes in ncurses

thank you very much

4

1 に答える 1

0

はい、できhlineます。一連の関数を使用してグリッドを描画します。

詳細については、 http://osr600doc.sco.com/en/man/html.CURSES/hline.CURSES.htmlを参照してください。

于 2012-04-13T22:48:36.360 に答える