topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 4:40 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: NULL  (Read 10392 times)

IainB

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 7,540
  • @Slartibartfarst
    • View Profile
    • Read more about this member.
    • Donate to Member
NULL
« on: March 14, 2013, 11:00 PM »
Null.
« Last Edit: March 14, 2013, 11:17 PM by IainB »

TaoPhoenix

  • Supporting Member
  • Joined in 2011
  • **
  • Posts: 4,642
    • View Profile
    • Donate to Member
Re: NULL
« Reply #1 on: March 14, 2013, 11:45 PM »
0.

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: NULL
« Reply #2 on: March 15, 2013, 02:39 AM »
0 != null :huh:

Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: NULL
« Reply #3 on: March 15, 2013, 02:45 AM »
nothing
Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: NULL
« Reply #4 on: March 15, 2013, 02:48 AM »
O? :tellme:

app103

  • That scary taskbar girl
  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 5,884
    • View Profile
    • Donate to Member
Re: NULL
« Reply #5 on: March 15, 2013, 04:20 AM »

Rover

  • Master of Smilies
  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 632
    • View Profile
    • Donate to Member
Re: NULL
« Reply #6 on: March 15, 2013, 07:47 AM »
NULL==""

 :o
Insert Brilliant Sig line here

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: NULL
« Reply #7 on: March 15, 2013, 07:55 AM »
nowt

y0himba

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 448
  • Yar.
    • View Profile
    • y0himba.net
    • Read more about this member.
    • Donate to Member
Re: NULL
« Reply #8 on: March 15, 2013, 09:21 AM »
/dev/null

argv

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 45
    • View Profile
    • Donate to Member
Re: NULL
« Reply #9 on: March 15, 2013, 11:01 AM »
if (NULL != false)
{
   NULL = false;
}

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: NULL
« Reply #10 on: March 15, 2013, 11:12 AM »

Giampy

  • Participant
  • Joined in 2009
  • *
  • Posts: 444
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: NULL
« Reply #11 on: March 15, 2013, 11:24 AM »
Nil
"A refrigerator without beer is like a body without soul"

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: NULL
« Reply #12 on: March 15, 2013, 12:25 PM »
{}.get("What is happening in this thread?  :huh:")

(Actually, my code gets "None" and not "NULL")

rgdot

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 2,192
    • View Profile
    • Donate to Member
Re: NULL
« Reply #13 on: March 15, 2013, 12:54 PM »
I think below is a better reply than others  ;)

 :drinksmiley:


Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: NULL
« Reply #14 on: March 15, 2013, 06:15 PM »
Code: C++ [Select]
  1. // Why, yes! This nothingness is better! :P
  2. void m_YES()
  3. {
  4.     int* Y;
  5.     float* E;
  6.     void* S;
  7.  
  8.     return (Y = &E) & void;
  9. }
Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: NULL
« Reply #15 on: March 15, 2013, 06:24 PM »
Code: C# [Select]
  1. // Yes, I like The Neverending Story.
  2. public object SummonTheNothing()
  3. {
  4.    object theNothing = new StringBuilder();
  5.    (theNothing as StringBuilder).Append("I am here!");
  6.    return (theNothing as int?); // no you're not!
  7. }

rgdot

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 2,192
    • View Profile
    • Donate to Member
Re: NULL
« Reply #16 on: March 15, 2013, 07:28 PM »
Code: Text [Select]
  1. program null;
  2.  
  3. begin
  4.     writeln('null');
  5. end.

Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: NULL
« Reply #17 on: March 15, 2013, 08:06 PM »
Code: C# [Select]
  1. // John 18:38 - "What is truth?" Pilate asked...
  2. public bool? Truth()
  3. {
  4.     bool? truth;
  5.     if ((pascal | delphi) > cSharp)
  6.     {
  7.         return truth;
  8.     }
  9.     else if ((pascal | delphi) < cSharp)
  10.     {
  11.         return truth;
  12.     }
  13.     else
  14.     {
  15.         return truth;
  16.     }
  17. }
Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker

x16wda

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 888
  • what am I doing in this handbasket?
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: NULL
« Reply #18 on: March 15, 2013, 08:16 PM »
Which do you think, NOP or IEFBR14?
vi vi vi - editor of the beast

PhilB66

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,522
    • View Profile
    • Donate to Member
Re: NULL
« Reply #19 on: March 15, 2013, 08:39 PM »

KynloStephen66515

  • Animated Giffer in Chief
  • Honorary Member
  • Joined in 2010
  • **
  • Posts: 3,741
    • View Profile
    • Donate to Member
Re: NULL
« Reply #20 on: March 15, 2013, 10:02 PM »

Josh

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Points: 45
  • Posts: 3,411
    • View Profile
    • Donate to Member
Re: NULL
« Reply #21 on: March 15, 2013, 10:08 PM »
wonka-npe.jpg

Edvard

  • Coding Snacks Author
  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 3,017
    • View Profile
    • Donate to Member
Re: NULL
« Reply #22 on: March 16, 2013, 08:17 PM »
#DIV/0!

app103

  • That scary taskbar girl
  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 5,884
    • View Profile
    • Donate to Member
Re: NULL
« Reply #23 on: March 17, 2013, 03:04 AM »
ω