Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 5

4 Posted Topics

Member Avatar for cosmos22

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 …

Member Avatar for nicesiddeeq
0
217
Member Avatar for deadrabit

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 …

Member Avatar for Ancient Dragon
0
263
Member Avatar for k2k

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. …

Member Avatar for deadrabit
0
341
Member Avatar for deadrabit

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 …

Member Avatar for Nick Evan
0
210

The End.