skip to main
|
skip to sidebar
C, C++, VC++ MFC and C# lane
Wednesday, February 19, 2014
C Program which delete itself
#include
#include
#include
void main()
{
printf(“This program will destroy itself if u press any key!!!\n”);
getch();
remove(_argv[0]);/*array of pointers to command line arguments*/
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2017
(1)
►
March
(1)
▼
2014
(6)
▼
February
(6)
Create Simple clock using C
C Program without main
C Program which delete itself
C Program to print map of india
Interop between C++ and C or LabVIEW
Add radio button to existing group - MFC
►
2010
(11)
►
August
(1)
►
April
(10)
About Me
Jeyanthi Sri
View my complete profile
No comments:
Post a Comment