Oisín<3
>rush.Irishpride
+139|5448|Dublin, Ireland
Yay, it actually fucking worked

https://i171.photobucket.com/albums/u288/Irishpride2/firstprog.jpg
mtb0minime
minimember
+2,418|6677

Get back to us when it does something useful, other than brighten your day
bugz
Fission Mailed
+3,311|6334

Fuck printf. cout << is where it's at.
Oisín<3
>rush.Irishpride
+139|5448|Dublin, Ireland

mtb0minime wrote:

Get back to us when it does something useful, other than brighten your day


I'm just happy it worked! I love messing with this shit though! xD
blademaster
I'm moving to Brazil
+2,075|6667

Oisín<3 wrote:

mtb0minime wrote:

Get back to us when it does something useful, other than brighten your day


I'm just happy it worked! I love messing with this shit though! xD
Do some C++, and do C in unix if u can, hahah thats very very very basic though but yeah nice I guess lol

Last edited by blademaster (2009-10-09 11:40:50)

mtb0minime
minimember
+2,418|6677

It's unbelievably gratifying when your code works, especially without having to spend forever debugging or finding out what went wrong.

The other day I had to modify (yeah I know, bit easier than writing from scratch, but still) some code in fortran (which I hadn't used in over 4 years and nearly completely forgot about) and that shit worked after a few tries. That made my day right there.
Oisín<3
>rush.Irishpride
+139|5448|Dublin, Ireland


https://i171.photobucket.com/albums/u288/Irishpride2/Prog2.jpg
DUnlimited
got any popo lolo intersting?
+1,160|6485|cuntshitlake

Anyone can paste hello world source to some compiler though. It's a start at least
main battle tank karthus medikopter 117 megamegapowershot gg
Oisín<3
>rush.Irishpride
+139|5448|Dublin, Ireland

DeathUnlimited wrote:

Anyone can paste hello world source to some compiler though. It's a start at least
I wrote that myself!

2 weeks into a 'Computing' course!
King_County_Downy
shitfaced
+2,791|6619|Seattle

Just wait until you get into the more advanced programming, like rock-paper-scissors...
Sober enough to know what I'm doing, drunk enough to really enjoy doing it
GC_PaNzerFIN
Work and study @ Technical Uni
+528|6436|Finland

King_County_Downy wrote:

Just wait until you get into the more advanced programming, like rock-paper-scissors...
int main()
{
cout << "Hey we didn't have that one " << endl;
return EXIT_SUCCESS;
}

Last edited by GC_PaNzerFIN (2009-10-09 11:56:47)

3930K | H100i | RIVF | 16GB DDR3 | GTX 480 | AX750 | 800D | 512GB SSD | 3TB HDD | Xonar DX | W8
Lucien
Fantasma Parastasie
+1,451|6675
I made a rock paper scissors card game on my ti-84

Does that make me cool?
https://i.imgur.com/HTmoH.jpg
bugz
Fission Mailed
+3,311|6334

GC_PaNzerFIN wrote:

King_County_Downy wrote:

Just wait until you get into the more advanced programming, like rock-paper-scissors...
int main()
{
cout << "Hey we didn't have that one " << endl;
return EXIT_SUCCESS;
}
You forgot to include your libraries
King_County_Downy
shitfaced
+2,791|6619|Seattle

Lucien wrote:

I made a rock paper scissors card game on my ti-84

Does that make me cool?
I think you're cool regardless.
Sober enough to know what I'm doing, drunk enough to really enjoy doing it
edlT
2+2=Vagina
+46|5421|USA
Is this a joke?
Bertster7
Confused Pothead
+1,101|6604|SE London

Oh no!

He made his computer say stuff....









....next stop Skynet.
Defiance
Member
+438|6693

If people here treat you like shit, and you post shit like this, what circuit of logic tells you to keep coming here?
baggs
Member
+732|6226

Defiance wrote:

If people here treat you like shit, and you post shit like this, what circuit of logic tells you to keep coming here?
that he's just not very bright?
NooBesT
Pizzahitler
+873|6491

baggs wrote:

Defiance wrote:

If people here treat you like shit, and you post shit like this, what circuit of logic tells you to keep coming here?
that he's just not very bright?
He must be bright. He made a computer program!
https://i.imgur.com/S9bg2.png
TehMyke
8======D
+343|6731
as a pr0 coder, i lol'd @ this thread
» You guys are all old and wrinkly now, GG... | Steam | teHmyke.com | YouTube
Dauntless
Admin
+2,249|6764|London

TehMyke wrote:

as a script kiddie, im a fag lololol
https://imgur.com/kXTNQ8D.png
edlT
2+2=Vagina
+46|5421|USA
tehmyke is just mad because he doesnt know any programming languages and wishes he could be as good as irish.
13/f/taiwan
Member
+940|5721

Dauntless wrote:

TehMyke wrote:

as a script kiddie, im a fag lololol
Sydney
2λчиэλ
+783|6865|Reykjavík, Iceland.
Pft, fuck C

Unix shell scripts ftw!

Wrote this small script to rotate the display on my tablet

Code:

#!/bin/bash
orient=`xrandr -q | grep -o inverted | grep -c inverted`
if [ $orient = 3 ]; then
xrandr -o inverted
xsetwacom set stylus Rotate half
else
xrandr -o normal
xsetwacom set stylus Rotate none
fi

Board footer

Privacy Policy - © 2024 Jeff Minard