Getting the filename in c++
the _splitpath function is used to extract the drive,directory,filename and extension from a filepath. Here’s a snippet of how to use it:
the _splitpath function is used to extract the drive,directory,filename and extension from a filepath. Here’s a snippet of how to use it:
I know there are many out there who have problems starting game dev in c++ (or other languages) because of the amount of work it takes. One monster of a […]
I wrote a keylogger a while back so that when my cousin used my computer and he enters a certain keyword my keylogger would shut it down. It was password […]