I am trying to make my .exe file as small as possible and someone suggested using C instead of C++. In one part of my program I need to get input from the keyboard and use it in a Windows API function (FindWindow()). How acn I accomplish the same thing in C? I attached what I have so far.




Reply With Quote