Recent Comments
Archives
Category Archives: Programming
A short note on arrays and ncurses with a bit of a git.
So ncurses operates on a y,x co-ordinate system. All of it’s functions expect y first, for example: getyx(y,x); which gets the location of the cursor putting the values into y and x. This sounds a bit counter intuitive to us, … Continue reading
Posted in Programming
Tagged C, git, ncurses, Programming, Puzzles
Comments Off on A short note on arrays and ncurses with a bit of a git.
I’m getting there.
Update on progress for the sudoku C ncurses programming I’m putting together for self education. Continue reading