Thread: a funny one

  1. #1
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743

    Smile a funny one

    Code:
    class Calculus
    {
    	Calculus ( );
       Calculus ( Teacher tchName );
    
       //These are for teacher access only
       void AddStudent 	( Student stdnt );
       void DropStudent 	( Student stdnt );
       void FailStudent	( Student stdnt );
       void GiveTest		( float difficultyRate );
       void GiveQuiz		( float difficultyRate );
       void GiveHW			( float difficultyRate );
       void ........Off		( Student target );
    
       //These are for student access only
       void Listen			( int numMin );
       void Procrastinate( int numDay );
       void MakeJoke		( int hilarityLevel );
       void ........Off		( Teacher target );
       bool isGirl			( Student otherStdnt );
       bool isBoy			( Student otherStdnt );
    	void Flirt			( Student target );
       void MakeFunOf		( Student target );
       void DoHW			( int dueDate );
       void DoQuiz			( float urgencyLevel );
       void DoTest			( float urgencyLevel );
    
    };
    My Website

    "Circular logic is good because it is."

  2. #2
    Registered User
    Join Date
    Nov 2003
    Posts
    168
    i wonder if this is bumping

    Anyway, it only is funny at first glance. You're like 'wtf, oh w8, LELOLOL' and then you take a look as scripter and are like 'omfg, wtf'. So it sucks. Don't annoy
    -Felix
    Rots Soft
    If the facts don't fit the theory, change the facts.
    Albert Einstein (1879 - 1955)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Funny Windows Error Codes (I rofled...)
    By Sentral in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-01-2006, 09:38 AM
  2. funny things
    By Benzakhar in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-10-2004, 11:06 AM
  3. Object Oriented - Funny story
    By MethodMan in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 09-26-2002, 02:21 PM
  4. Funny
    By Imperito in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 08-21-2002, 05:41 PM
  5. For some reason, it prints funny characters ???
    By Nutshell in forum C Programming
    Replies: 8
    Last Post: 01-14-2002, 04:27 PM