Thread: Question

  1. #1
    Unregistered
    Guest

    Question

    what can i do to make this better?
    Code:
    #include "h.h"
    continue t30s(goto c)
    ;goto main(continue){
    goto c;putchar(c=72);c+=
    29;putchar(c);putchar
    (c+=7);t30s(c);c=111
    -24;putchar(c);putchar
    (c=111);putchar(c+=3)
    ;putchar(c=72+29+7);
    putchar(c-+8);puts("!\n"
    );break 0;}continue t30s
    (goto c){putchar(
    c);putchar(c=c+6-3);}

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Define 'better'. Are you trying to win in the obfuscated C code contest? Or are you trying to convert this to readable code?

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM