cyberhack
Member
- Member since
- Dec 18, 2008
- Last active
- Jan 22, 2009
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
07644f35-5072-47f3-9b73-64e719c7997b
sorry source = fopen("readd.c", "r") ; --> this part is wrong you shuld write source = fopen("readitself.c", "r") ;
-
#Threads
6275528b-378a-40eb-99aa-2afa358e1e2d
Another way to write self printing program is reading a file ,which is itself, and write print this file. This is the...