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
~981 People Reached
Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for cosmos22

Hello, I have recently been able to delete files using this code(With the aid of others from the forum) And I was wondering how you can change this, to suit deleting a folder [code=cpp]#include <iostream> #include <windows.h> int main(int argc, const char * argv[]) { // Get a pointer to …

Member Avatar for nicesiddeeq
0
198
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
244
Member Avatar for k2k

Does anybody know what class function is for checking if a string has any letter in upper case? string FirstName_LastName any function return the idex of char[] that is upper case ? thank you

Member Avatar for deadrabit
0
333
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
206