Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Sunday January 19, 2025, 2:50 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.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
Main Area and Open Discussion
»
Living Room
»
NULL
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: NULL (Read 11819 times)
IainB
Supporting Member
Joined in 2008
Posts:
7,544
@Slartibartfarst
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
Re: NULL
«
Reply #1 on:
March 14, 2013, 11:45 PM »
0.
Ath
Supporting Member
Joined in 2006
Posts:
3,630
Re: NULL
«
Reply #2 on:
March 15, 2013, 02:39 AM »
0 != null
Renegade
Charter Member
Joined in 2005
Posts:
13,291
Tell me something you don't know...
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,630
Re: NULL
«
Reply #4 on:
March 15, 2013, 02:48 AM »
O?
app103
That scary taskbar girl
Global Moderator
Joined in 2006
Posts:
5,885
Re: NULL
«
Reply #5 on:
March 15, 2013, 04:20 AM »
∅
Rover
Master of Smilies
Charter Member
Joined in 2005
Posts:
633
Re: NULL
«
Reply #6 on:
March 15, 2013, 07:47 AM »
NULL==""
Insert Brilliant Sig line here
wraith808
Supporting Member
Joined in 2006
Posts:
11,192
Re: NULL
«
Reply #7 on:
March 15, 2013, 07:55 AM »
nowt
y0himba
Charter Member
Joined in 2005
Posts:
448
Yar.
Re: NULL
«
Reply #8 on:
March 15, 2013, 09:21 AM »
/dev/null
Socials:
http://www.y0himba.net
argv
Supporting Member
Joined in 2007
Posts:
45
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,788
Re: NULL
«
Reply #10 on:
March 15, 2013, 11:12 AM »
Wat?
Giampy
Participant
Joined in 2009
Posts:
444
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
Re: NULL
«
Reply #12 on:
March 15, 2013, 12:25 PM »
{}.get("What is happening in this thread?
")
(Actually, my code gets "None" and not "NULL")
rgdot
Supporting Member
Joined in 2009
Posts:
2,193
Re: NULL
«
Reply #13 on:
March 15, 2013, 12:54 PM »
I think below is a better reply than others
Renegade
Charter Member
Joined in 2005
Posts:
13,291
Tell me something you don't know...
Re: NULL
«
Reply #14 on:
March 15, 2013, 06:15 PM »
Code: C++
[Select]
// Why, yes! This nothingness is better! :P
void
m_YES
(
)
{
int
*
Y
;
float
*
E
;
void
*
S
;
return
(
Y
=
&
E
)
&
void
;
}
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
Posts:
11,192
Re: NULL
«
Reply #15 on:
March 15, 2013, 06:24 PM »
Code: C#
[Select]
// Yes, I like The Neverending Story.
public
object
SummonTheNothing
(
)
{
object
theNothing
=
new
StringBuilder
(
)
;
(
theNothing
as
StringBuilder
)
.
Append
(
"I am here!"
)
;
return
(
theNothing
as
int
?
)
;
// no you're not!
}
rgdot
Supporting Member
Joined in 2009
Posts:
2,193
Re: NULL
«
Reply #16 on:
March 15, 2013, 07:28 PM »
Code: Text
[Select]
program null;
begin
writeln('null');
end.
Renegade
Charter Member
Joined in 2005
Posts:
13,291
Tell me something you don't know...
Re: NULL
«
Reply #17 on:
March 15, 2013, 08:06 PM »
Code: C#
[Select]
// John 18:38 - "What is truth?" Pilate asked...
public
bool
?
Truth
(
)
{
bool
?
truth
;
if
(
(
pascal
|
delphi
)
>
cSharp
)
{
return
truth
;
}
else
if
(
(
pascal
|
delphi
)
<
cSharp
)
{
return
truth
;
}
else
{
return
truth
;
}
}
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?
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
Re: NULL
«
Reply #19 on:
March 15, 2013, 08:39 PM »
KynloStephen66515
Animated Giffer in Chief
Honorary Member
Joined in 2010
Posts:
3,762
Re: NULL
«
Reply #20 on:
March 15, 2013, 10:02 PM »
Josh
Charter Honorary Member
Joined in 2005
Points: 45
Posts:
3,411
Re: NULL
«
Reply #21 on:
March 15, 2013, 10:08 PM »
Edvard
Coding Snacks Author
Charter Honorary Member
Joined in 2005
Posts:
3,022
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,885
Re: NULL
«
Reply #23 on:
March 17, 2013, 03:04 AM »
ω
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
Main Area and Open Discussion
»
Living Room
»
NULL