Archives - Posts tagged as 'printf'
print text at any position without ncursesJanuary 21st / 3 Comments »
Move your cursors to any position and print, it does the way just like how to change the color and attributes of the font illustrated ... Continue
print color string without ncursesJanuary 20th / 4 Comments »
Printing color strings uses only printf, without any alternative libraries such as ncurses? Yes, we can do that in any unix based operating system that ... Continue
print line help for debugJanuary 18th / 1 Comment »
The simplest debug technique is to print out a line contains the required variables value. By printing out a line at a suspect bugs point, ... Continue
