Calculate date and time from UNIX timeI need to calculate the date and time from UNIX time. And i need to do this without any extra librar...
Delete files with same sizeShould i try using some hash thing then? Like CRC32 or MD5 to check for duplicates? Because i know t...
Delete files with same sizeSo, i got a directory full of files. Some files are duplicate and i'd like to delete those duplicate...
DLL InjectionThank you for the useful links! They are exactly what i was looking for! Thanks! :D
DLL InjectionWhat is the best way to inject a DLL in C++? I have tested many source codes of injectors but none o...