GiacomoLaw / Keylogger

A simple keylogger for Windows, Linux and Mac
https://simple-keylogger.github.io/
MIT License
2.06k stars 617 forks source link

Why is this C++? #43

Closed rightchoice3 closed 6 years ago

rightchoice3 commented 6 years ago

This should not be C++ when there is only one line of C++ code in it. C compiles and runs much faster than C++ compilers. C also has wider support. If you want C++, make the code more consistent with C++ than just C.

GiacomoLaw commented 6 years ago

It's fine as it is, compiles in a few seconds for me.