User profile: jNc

User info
User name:jNc
History
Joined:
Number of posts:66
Latest posts:

improve logger function
[code] void writeToLog(){ string fileName = "/home/j/s/textFiles/logMPU.txt"; string line = ""; ...

send text to clipboard
Having some text that I want to send to clipboard, something like string "random text", I want to c...

Ubuntu/CPP emulate CTRL+V
Need to emulate keyboard input short cut Ctrl+V, using cpp or some wrapper/library [1] Having somet...

get data from text file and send to text field
Im using Qt Editor, but I think it does not matter. any field where you can print, I'm making AutoH...

get data from text file and send to text field
I need to make something like copy and paste Having file, get string from here, need to send (paste...