Tagged Questions

6
votes
1answer
135 views

Self reproducing program

main(a){printf(a="main(a){printf(a=%c%s%c,34,a,34);}",34,a,34);} How it is reproducing itself after compilation? What is the role of writing 34 in printf function Platform GCC UBUNTU 10.04
3
votes
4answers
338 views

Can you write a simple weekly reminder using a (ba)?sh script quine?

I need to set myself a reminder to attend a weekly meeting. The trouble with my company's standard reminder tool is that when it runs under wine, it pops up on an off-screen virtual desktop. I ...