Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: DangerDev ; Forum: C++ and child forums
Forum: C++ Feb 18th, 2008
Replies: 21
Views: 2,717
Posted By DangerDev
Forum: C++ Feb 18th, 2008
Replies: 21
Views: 2,717
Posted By DangerDev
use header #include <windows.h> [edit]
and syntax example:
DeleteFile(TEXT("datafile.txt"));

its for vc++;
Forum: C++ Feb 18th, 2008
Replies: 17
Views: 1,410
Posted By DangerDev
see following example it may help you:

char chStr[10][10];

//populate array with strings
for(int i=0;i<10;i++)
{
strcpy(chStr[i],"hi");
}
//print the strings
Forum: C++ Feb 18th, 2008
Replies: 21
Views: 2,717
Posted By DangerDev
use
DeleteFile (http://msdn2.microsoft.com/en-us/library/aa363915.aspx)
Forum: C++ Feb 15th, 2008
Replies: 4
Solved: Text.txt
Views: 783
Posted By DangerDev
after getting all the filename along with path u need to use String object's (search pattern to get) subString method to get file name.
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC