Go Back   CodingForums.com > :: Computing & Sciences > Geek News and Humour

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-14-2012, 12:24 AM   PM User | #1
DELOCH
Regular Coder

 
DELOCH's Avatar
 
Join Date: Apr 2006
Location: Canada
Posts: 537
Thanks: 4
Thanked 2 Times in 2 Posts
DELOCH is an unknown quantity at this point
Why I love programming

I was making a simple test program to do some simple things, and somewhy, I got a giggle out of this test program,
perhaps I am the only one, but I wanted to share it.

PHP Code:
#include <assert.h>

void proof_a()
{
    
assert(!= 2);    
}

main()
{
    
proof_a();

output:
Quote:
Assertion failed: 1 + 1 != 2, file tester.c, line 5

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Perhaps this is just me, but I got a giggle out of this output.
DELOCH is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:06 AM.


Advertisement
Log in to turn off these ads.