Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
Don Lapre
Mar 28, 2001

If you're having problems you're either holding the phone wrong or you have tiny girl hands.

big scary monsters posted:

programming is a lot like making love to a beautiful woman, OP

hth

6 second programming contest

Adbot
ADBOT LOVES YOU

Asymmetric POSTer
Aug 17, 2005

big scary monsters posted:

programming is a lot like making love to a beautiful woman, OP

hth

is this why all programmers are really bad at programming?

FrozenVent
May 1, 2009

The Boeing 737-200QC is the undisputed workhorse of the skies.
sorry if this has been accessed I haven't read the thread but what does #include do?


could it be a security issue?

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

FrozenVent posted:

sorry if this has been accessed I haven't read the thread but what does #include do?


could it be a security issue?

wish this thread didn't #include <yourposts>

Farecoal
Oct 15, 2011

There he go

LP0 ON FIRE posted:

to program you send different combinations of 1's and 0's to the main computer chip, the CPU. 110101010 might mean "display a green pixel at coordinate 40,520 and 1010101000101 might mean "play default beep"

you can then make writing these combos of 1's and 0's easier with human words. that's a programming language. so displayCat(id); could mean the combination 1010 (display) 101010101010101011001 (cat picture) 10101010110101010011001111010101011110101011010101011110101010110101011010111101 (cat id that renders appropriate cat. in this case it's 3498)

so all those 1's and 0's of the cat id is actually instructions to draw the cat photo on the screen. what would you rather write? displayCat(3498); or 101010101010101010101100110101010110101010011001111010101011110101011010101011110101010110101011010111101? the computer language that you can create will make it so much easier because it's a language that's easier for humans to understand

wow this is hard. maybe i should just be an idea guy

Adbot
ADBOT LOVES YOU

Tin Gang
Sep 27, 2007

Tin Gang posted:

showering has no effect on germs and is terrible for your skin. there is no good reason to do it

Farecoal posted:

wow this is hard. maybe i should just be an idea guy

I recommend analog computing

1 = 1
2 = 11
3 = 111
etc

  • Locked thread