[C] Reusing pointer for new stringI was curious to know a good method to reuse a [code]char[/code] pointer: [code] char* strfunc (cha...
Redrawing portions of ncurses window borderActually figured this out using [code]mvwvline (win, line, winWidth- 1, ACS_VLINE, 1);[/code] Worked...
Redrawing portions of ncurses window borderHey guys, trying to figure out the best way to redraw a window border once a portion of it has b...
Getting your bearings in a large c++ project you didn't write.Hey guys, so I'm trying to read through the source code of an old game I'd like to port to the w...
This user does not accept Private Messages