Definition #5 of C++ at Urban Dictionary

  • (7 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »

93 Replies - 2651 Views - Last Post: 20 February 2009 - 06:33 AM

#1 thepeoplescoder  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 17
  • View blog
  • Posts: 97
  • Joined: 02-February 09

Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 01:43 AM

I saw this definition and I almost gave myself a sore throat from laughing.

Quote

5. C++ 125 up, 16 down

A programming language for Real Men. Most languages try to provide a simplified way to solve specific problems well. C++ makes no such concession and tries to be mediocre at everything. It lets you program at a very high level, and a very low level in the same program. It lets you write procedural code, object oriented code, generic code and mix them all up. It makes you decide everything and provides no help if you get it wrong.

It is by far the biggest, most complicated, ugly, down-right dangerous language you can use. But it does run fast. It takes at least twice as long to program in C++ as any other major language (except C).

The men who program in C++ are Real Men. The women who program in C++ are Real Men too. You can spot a C++ programmer from their testosterone fueled swagger, and the unbelievable amount of contempt they inject into the phrase Java "programmer". They'll probably do the air quotes and all.

Dev: 'Hey, Reg, you know C++ right? What does:
".\src\Cont.cpp(52) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion)
C:\Program Files\Microsoft Visual Studio 8\VC\include\vector(392): could be 'std::_Vector_iterator<_Ty, _Alloc> &std::_Vector_iterator<_Ty, _Alloc>::operator =(const std::_Vector_iterator<_Ty, _Alloc> &)' with _Ty=Main::Cont, _Alloc=std::allocator<Main::Cont> while trying to match the argument list '(std::_Vector_iterator<_Ty, _Alloc>, int)' with _Ty=Main::Cont, _Alloc=std::allocator<Main::Cont> "
mean?'

Reg: 'You missed a semicolon at the end of the line.'


Is This A Good Question/Topic? 0
  • +

Replies To: Definition #5 of C++ at Urban Dictionary

#2 b.ihde  Icon User is offline

  • D.I.C for life
  • member icon

Reputation: 42
  • View blog
  • Posts: 1,070
  • Joined: 29-September 08

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 02:13 AM

Quote

Reg: 'You missed a semicolon at the end of the line.'


hahaha amazing!!! :D

This post has been edited by b.ihde: 12 February 2009 - 02:14 AM

Was This Post Helpful? 0
  • +
  • -

#3 KYA  Icon User is offline

  • su wtf -am -i /doing/with/my/life
  • member icon

Reputation: 2979
  • View blog
  • Posts: 19,033
  • Joined: 14-September 07

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 07:10 AM

Excellent.

"The women who program in C++ are Real Men too."

:lol:
Was This Post Helpful? 0
  • +
  • -

#4 WolfCoder  Icon User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 753
  • View blog
  • Posts: 7,552
  • Joined: 05-May 05

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 07:13 AM

I like to program in C++ but I don't have a testosterone fueled swagger. Is there something wrong with me? Women being Real Men is a pics or didn't happen story that no one wants to see.
Was This Post Helpful? 0
  • +
  • -

#5 thepeoplescoder  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 17
  • View blog
  • Posts: 97
  • Joined: 02-February 09

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 07:20 AM

I noticed the MapleStory server logo on your signature. What server do you play on?

Damn typos >.> IT'S 6:20 IN THE MORNING <.<

This post has been edited by thepeoplescoder: 12 February 2009 - 07:20 AM

Was This Post Helpful? 0
  • +
  • -

#6 WolfCoder  Icon User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 753
  • View blog
  • Posts: 7,552
  • Joined: 05-May 05

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 07:21 AM

I haven't been on Kradia in ages. I haven't played any of them in a long time.
Was This Post Helpful? 0
  • +
  • -

#7 thepeoplescoder  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 17
  • View blog
  • Posts: 97
  • Joined: 02-February 09

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 07:26 AM

View PostWolfCoder, on 12 Feb, 2009 - 06:21 AM, said:

I haven't been on Kradia in ages. I haven't played any of them in a long time.


Hahaha I almost moved to Kradia. That game never fails to crack me up. Everyone on my server (Mardia) is demented. ><
Was This Post Helpful? 0
  • +
  • -

#8 WolfCoder  Icon User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 753
  • View blog
  • Posts: 7,552
  • Joined: 05-May 05

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 07:27 AM

Everyone in that game is demented.






CAN GIVE SWOOOORRD!!!!111!1
Was This Post Helpful? 0
  • +
  • -

#9 Locke  Icon User is offline

  • Sarcasm Extraordinaire!
  • member icon

Reputation: 516
  • View blog
  • Posts: 5,588
  • Joined: 20-March 08

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 10:10 AM

View Postthepeoplescoder, on 12 Feb, 2009 - 02:43 AM, said:

Quote

Dev: 'Hey, Reg, you know C++ right? What does:
".\src\Cont.cpp(52) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion)
C:\Program Files\Microsoft Visual Studio 8\VC\include\vector(392): could be 'std::_Vector_iterator<_Ty, _Alloc> &std::_Vector_iterator<_Ty, _Alloc>::operator =(const std::_Vector_iterator<_Ty, _Alloc> &)' with _Ty=Main::Cont, _Alloc=std::allocator<Main::Cont> while trying to match the argument list '(std::_Vector_iterator<_Ty, _Alloc>, int)' with _Ty=Main::Cont, _Alloc=std::allocator<Main::Cont> "
mean?'

Reg: 'You missed a semicolon at the end of the line.'


:crazy: EXACTLY. That huge-ass error for such a simple mistake. Can it be more complicated?

I agree that C++ is a highly useful language, however cumbersome and tedious every single part of it may be.

This post has been edited by Locke: 12 February 2009 - 10:11 AM

Was This Post Helpful? 0
  • +
  • -

#10 KYA  Icon User is offline

  • su wtf -am -i /doing/with/my/life
  • member icon

Reputation: 2979
  • View blog
  • Posts: 19,033
  • Joined: 14-September 07

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 10:21 AM

That error could also be an overloading issue, not necessarily a missing semicolon. Also, that's a stupid reason to not like a language.
Was This Post Helpful? 0
  • +
  • -

#11 Locke  Icon User is offline

  • Sarcasm Extraordinaire!
  • member icon

Reputation: 516
  • View blog
  • Posts: 5,588
  • Joined: 20-March 08

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 12:32 PM

View PostKYA, on 12 Feb, 2009 - 11:21 AM, said:

Also, that's a stupid reason to not like a language.


Never said I didn't like it for that reason. But you'd think the error messages would be easier to read. :blink:

This post has been edited by Locke: 12 February 2009 - 12:34 PM

Was This Post Helpful? 0
  • +
  • -

#12 KYA  Icon User is offline

  • su wtf -am -i /doing/with/my/life
  • member icon

Reputation: 2979
  • View blog
  • Posts: 19,033
  • Joined: 14-September 07

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 12:48 PM

Hopefully it discourages the terrible programmers. That way we can work with only the good ones :)
Was This Post Helpful? 0
  • +
  • -

#13 Locke  Icon User is offline

  • Sarcasm Extraordinaire!
  • member icon

Reputation: 516
  • View blog
  • Posts: 5,588
  • Joined: 20-March 08

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 12:57 PM

Agreed.
Was This Post Helpful? 0
  • +
  • -

#14 WolfCoder  Icon User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 753
  • View blog
  • Posts: 7,552
  • Joined: 05-May 05

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 08:21 PM

I like how Visual Studio wants to debug and disassemble every single program that ever crashes on your computer. It's like it magically thinks you'll actually be able to do something with the random assembly code from some program you didn't write.
Was This Post Helpful? 0
  • +
  • -

#15 KYA  Icon User is offline

  • su wtf -am -i /doing/with/my/life
  • member icon

Reputation: 2979
  • View blog
  • Posts: 19,033
  • Joined: 14-September 07

Re: Definition #5 of C++ at Urban Dictionary

Posted 12 February 2009 - 08:53 PM

View PostWolfCoder, on 12 Feb, 2009 - 08:21 PM, said:

I like how Visual Studio wants to debug and disassemble every single program that ever crashes on your computer. It's like it magically thinks you'll actually be able to do something with the random assembly code from some program you didn't write.


Cool! I was just thinking about that, because GTA IV crashed again.WTF would I do with the assembly? :wub:
Was This Post Helpful? 0
  • +
  • -

  • (7 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »