0
votes
3answers
492 views
Read keyboard characters to determine shortcuts
I'm working on a document application and part of this application I've to add support to read the keyboard pressed events and replace the pre-defined characters set if that keyboard entry is match …
5
votes
7answers
629 views
How to print out dash or dot using fprintf/printf?
As of now I'm using below line to print with out dot's
fprintf( stdout, "%-40s[%d]", tag, data);
I'm expecting the output would be something like following,
…
