No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: similar to how there are all the windows functions to work with files, there are ones to handle directories. [url]http://msdn2.microsoft.com/en-us/library/aa363950(VS.85).aspx[/url] unfortunately there is no direct way, first you must delete all the files within the directory. for this you need to find all the files in the folder. microsoft are … | |
hello, my head has been spinning around a way to do this. the best way to describe it would be with psudo code so... ReplaceLine (string file, string keyword, string str) { open file "file" search for first line containing keyword "keyword" replace that entire line with string "str" save … | |
Re: im pretty sure there is a C library that has all kinds of functions like that. alternatively you can just look at an ascii key code table and fidle with the numbers. its pretty simple A + 32 = a, B + 32 = b ascii was designed that way. … | |
heyya, sorry if this is the wrong forum for this... but i can hardly be blamed =p... anyway, my line of code that gives me problem is this str[0] =ffd.cFileName; where str is an array of strings, and ffd is of WIN32_FIND_DATA type. ffd.cFileName should be of type TCHAR. my … |
The End.