Thread: interesting use for define

  1. #1
    Unregistered
    Guest

    interesting use for define

    Do you know what would be interesting? See who could write the best porno story that is also a functional program, using #define...and no two replacements could be made so that two different tokens are replaced by the same thing, e.g #define A int
    and #define B int would not be legal.

  2. #2
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    Are you serious ??

    Code:
    #include <stdio.h>
    #define tits "/\\ /\\"
    
    int main()
    {
    
    	printf(tits);
    	
    	return 0;
    }

  3. #3
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    How would someone ever think of that??

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A few interesting tools...
    By Mad_guy in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 03-10-2009, 06:07 PM
  2. Interesting english
    By Perspective in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 04-27-2004, 01:24 PM
  3. Interesting number theory problem
    By Zach L. in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 09-20-2003, 07:45 AM
  4. very interesting.....VERY interesting
    By Aran in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 08-16-2002, 10:02 PM
  5. Most Interesting Commercial
    By Yoshi in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 01-08-2002, 11:48 PM