View Single Post
Old 09-06-2006, 01:43 PM   #1 (permalink)
real_in
 
Super Techie

Join Date: Aug 2004

Posts: 277

real_in

Send a message via Yahoo to real_in
Default Printing its own source code..

well a simple or may be a big(for me) querry is there..

how can i print the source code as the output of the program..

like i write

void main()

{

printf<<"hello world";
}

the output should be the same as :-

void main()

{

printf<<"hello world";
}


please help me..
do i need to put in some files concept.. i m n00b with C or C++, if files we gotta use, can u guyss write a small sample code..
thanks a lot in advance..
__________________
Realin Wuz here ...

real_in is offline