MOST AWSOME C++ PROGRAM EVER!

came up with it myself, check it out

  • (3 Pages)
  • +
  • 1
  • 2
  • 3

37 Replies - 3032 Views - Last Post: 01 April 2010 - 07:32 PM

#31 timkd127   User is offline

  • D.I.C Head

Reputation: 2
  • View blog
  • Posts: 74
  • Joined: 27-February 10

Re: MOST AWSOME C++ PROGRAM EVER!

Posted 24 March 2010 - 03:32 PM

OMG uve...created....NOTHING!!!! your leetness is without bound sir
Was This Post Helpful? 0
  • +
  • -

#32 coden4fun   User is offline

  • if(coden4fun.NotTired){ ContinueToCode(); }
  • member icon

Reputation: 30
  • View blog
  • Posts: 696
  • Joined: 27-February 09

Re: MOST AWSOME C++ PROGRAM EVER!

Posted 24 March 2010 - 04:18 PM

View PostLocke, on 20 March 2010 - 10:17 AM, said:

View Postpawel453, on 20 March 2010 - 11:56 AM, said:

void main(){long int * numA;for(;;)/>{numA = new long int;}}



creates a never ending memory leak


Congratulations...you can create absolute crap.


I wish I could increase your reputation just for your comment.
Was This Post Helpful? 0
  • +
  • -

#33 Raynes   User is offline

  • D.I.C Lover
  • member icon

Reputation: 616
  • View blog
  • Posts: 2,815
  • Joined: 05-January 09

Re: MOST AWSOME C++ PROGRAM EVER!

Posted 24 March 2010 - 05:30 PM

<neotifa> Kristen Stewart is prettier than me. ;'( I hate her!!!!1!!
Was This Post Helpful? 0
  • +
  • -

#34 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4934
  • View blog
  • Posts: 20,261
  • Joined: 24-September 08

Re: MOST AWSOME C++ PROGRAM EVER!

Posted 25 March 2010 - 05:33 AM

Wtf? She is incredibly ugly!
Was This Post Helpful? 0
  • +
  • -

#35 motcom   User is offline

  • D.I.C Lover
  • member icon

Reputation: 294
  • View blog
  • Posts: 1,371
  • Joined: 16-June 08

Re: MOST AWSOME C++ PROGRAM EVER!

Posted 01 April 2010 - 06:24 AM

try and fix the memory leak and still keep it an awesome C++ Program Ever...

That would be awesome..
Was This Post Helpful? 0
  • +
  • -

#36 Choscura   User is offline

  • D.I.C Lover


Reputation: 478
  • View blog
  • Posts: 2,267
  • Joined: 18-October 08

Re: MOST AWSOME C++ PROGRAM EVER!

Posted 01 April 2010 - 06:18 PM

View Postpawel453, on 20 March 2010 - 09:56 AM, said:

void main()
{
  long int * numA;
  int i=0;
  for(;;)/>
  {
    numA = new long int;
    if(i%2 ==0)
    {cout << "Look Mom!" << endl;}
    else if (i %3 ==0)
    {cout << "Mom! Mom?" << endl;}
    else
    {cout << "Are you watching, mom?" << endl;}
    i++;
  }
}



creates a never ending memory leak


Fixed

This post has been edited by Choscura: 01 April 2010 - 06:18 PM

Was This Post Helpful? 0
  • +
  • -

#37 Raynes   User is offline

  • D.I.C Lover
  • member icon

Reputation: 616
  • View blog
  • Posts: 2,815
  • Joined: 05-January 09

Re: MOST AWSOME C++ PROGRAM EVER!

Posted 01 April 2010 - 07:23 PM

View PostNeoTifa, on 25 March 2010 - 04:33 AM, said:

Wtf? She is incredibly ugly!


Congratulations. You obviously aren't a lesbian.
Was This Post Helpful? 0
  • +
  • -

#38 motcom   User is offline

  • D.I.C Lover
  • member icon

Reputation: 294
  • View blog
  • Posts: 1,371
  • Joined: 16-June 08

Re: MOST AWSOME C++ PROGRAM EVER!

Posted 01 April 2010 - 07:32 PM

@Choscura

Tiger style, you have done it can we compile?

Just love it

EDIT: What does it say?

"Hello World"

Mind it sarcasm.....

This post has been edited by motcom: 01 April 2010 - 07:34 PM

Was This Post Helpful? 0
  • +
  • -

  • (3 Pages)
  • +
  • 1
  • 2
  • 3