how can i convert from LPCTSTR to string?
i'm trying enum window properties, but i need print the properties names with cout, but the LPCTSTR type don't works with cout :(
using a WriteConsole(), i get what i need, the property name. but i don't know what the string is by head. but seems that the windows ATOM's can get that results :(