Please Scroll Down to See Forums Below
napsgear
genezapharmateuticals
domestic-supply
puritysourcelabs
UGL OZ
UGFREAK
napsgeargenezapharmateuticals domestic-supplypuritysourcelabsUGL OZUGFREAK

C++

Can anyone do this shit ? I'm at a loss. It absolutely makes no sense to me. Probably because of my below average IQ.

monk e gras
 
do you actually need to know it, or are you just curious if others know it?

If you dont need it who cares, it's computer geek shit anyways.
 
I have to take one programming class for my major. It's like learning a foreign language. I joke around a lot about my below average IQ, but I guess I'm fairly smart, book smart, but I can't write these programs. They just give a description of a program and tell you to write it pretty much without any prior instruction on how to write a program and the book is useless.

Maybe my IQ is realy below average and I am gay ?

monk e gras
 
strongsmartsexy said:
I've done C++ for around 18 years. I started with the first pre-processors and kept on going from there.

So what you're saying is: " I would be more than glad to write your program for you since you are so feeble minded." ?
 
Fina Junkie said:


So what you're saying is: " I would be more than glad to write your program for you since you are so feeble minded." ?

what do you have to do?

I'll help but aint I writing it unless it's Hello World.
 
Last edited:
strongsmartsexy said:
I've done C++ for around 18 years. I started with the first pre-processors and kept on going from there.


DAMN and I thought my C-64 was old :D

How have you kept your sanity for that long dealing with C++ after 2k lines I start getting very very loopy.
 
C++ is still widely used.

The cool shit about programming is that you have to use logic. There are hundreds of ways to get the same outcome, the better your logic, the shorter the script to get your result.
 
Fina Junkie said:
I have to take one programming class for my major. It's like learning a foreign language. I joke around a lot about my below average IQ, but I guess I'm fairly smart, book smart, but I can't write these programs. They just give a description of a program and tell you to write it pretty much without any prior instruction on how to write a program and the book is useless.

Maybe my IQ is realy below average and I am gay ?

monk e gras

E X A C T L Y !!!

I had a neighbor that needed help last summer and I got some help from here. The books are fucking USELESS!!! I am trying to think which book he used....
 
I remember taking an intro java programming class, and yeah the book for the course def sucked, it had mostly history of computers and history of java, $200 piece of shit and incidentally I don't remember jack about java.
 
I hated C++ when I had to take it in school...and refuse to write a single line of code in that language again as long as I live!!!
 
Still widely used

Far more powerfull than newer languages
but a real pain in the ass compared to .NET
 
JohnnyMolson said:
I hated C++ when I had to take it in school...and refuse to write a single line of code in that language again as long as I live!!!

Just for you:

#include <iostream>

using namespace std;

int main()
{
cout << "Hello World" << endl;
return(0);
}


(Can you tell I'm bored?)
 
MrMakaveli said:


Just for you:

#include <iostream>

using namespace std;

int main()
{
cout << "Hello World" << endl;
return(0);
}


(Can you tell I'm bored?)

lol

that was like the first program we had to write
 
Razorguns said:
americans still do programming?

Still for a few more months

Then all will be done in India :D
 
Anthrax said:


Still for a few more months

Then all will be done in India :D

SERIOUSLY, FUCK THEM LARRY, I STILL HAVE 2 YEARS OF COLLEGE TO COME OUT OF FOR NO GODDAMN JOBS, JESUS CHRIST LARRY.

(I've been reading too many old posts for those that find this familiar)
 
Call it software engineering, it sounds a lot less blue collar. :o Anyway, C++, VB, Assembly, whatever. If you understand programming logic, it’s all the same, just different syntax, e.g. I want to do this, so how do I accomplish that using this language. Or maybe I’ve just been doing it too long, but that’s the way it is with me. I can write code in any language if I have the syntax book, or help files.
 
Top Bottom