View unanswered posts | View active topics
Author |
Message |
natirips
|
Posted: 06.06.10 |
|
|
[dswp]R.Stallman |
|
Joined: 04.13.09 Posts: 2946 Location: Solar System/≈Zagreb
-----tdm:
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
|
AimMe wrote: eXtr33m wrote: Well, we played almost all the time (racing games), but maybe because we was learning craps -> we, one of the best high schools in Slovakia and we had to learn Mycrapsoft Office Word 2003.. I can shit on our school system.. That is so true! ATM we are learning Megashit Office and Pascal. What do we need Pascal for??? Yeah, it is easiest language for beginers since it's like writing orders in english, but still..... its old. Sorry, I don't find Pascal being easy at all, rather retarded. IMO C is much easier. (not to mention the difference in power). However, I think learning programming should start with something like perl (simple, easy, powerfull, although not fast). And I also think that OpenOffice should be learnt at school, since it's both free and follows international standards. Not to mention how you can use your knowledge even when a new version comes out.
_________________ ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«
|
|
Top |
|
|
AimMe
|
Posted: 06.06.10 |
|
|
Godlike |
|
Joined: 09.28.08 Posts: 2318 Location: Solar System
|
natirips wrote: Sorry, I don't find Pascal being easy at all, rather retarded. IMO C is much easier. (not to mention the difference in power). You'll understand one day that people are stupid. They don't know how to write: Code: for i:=1 to 10 do begin if a=b then c:=c+1; end; Do you expect same person to write: Code: for (int i=1;i<10;i++) {if (a=b) {c++}} Not sure if i forgot some ";" in c++ code. But people who don't understand programing at all, will be surely lost in all ()s and {}s, plus they won't know what to write. How to write line? writeln or cout <<. Or was it cout >>? I know but those people will never learn. But this is offtopic now.
_________________
|
|
Top |
|
|
natirips
|
Posted: 06.06.10 |
|
|
[dswp]R.Stallman |
|
Joined: 04.13.09 Posts: 2946 Location: Solar System/≈Zagreb
-----tdm:
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
|
@Aimme: The above "c" code would almost work in perl (only $-signs are missing in front of each variable name), but you are missing a ; for c. And cout<< is from c++.
And we are not getting offtopic. I insist.
_________________ ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«
|
|
Top |
|
|
SvaRoX
|
Posted: 06.07.10 |
|
|
Leader |
|
Joined: 11.29.08 Posts: 1972
|
The 2 pieces of code are different, the second looping only 9 times =) (and it lacks the second '=' and ';' as you said). Beginning to learn programming with Perl, the dirtiest language ever ?! oO I like Perl, but I would never advise someone to begin programming with it, so much bad habits and particular syntax... The first language they taught us at school was Ada, which has lots of constraints, and is almost opposed to Perl when it comes to his motto (there is almost one way only to do it =). I remember the first lessons, knowing that it was a language rarely used it pissed me off, but now when I think about I guess it's probably a good language to begin with (not forced object layer, natural way of coding, typed language, you don't deal with memory like in C...) Ok that's offtopic
_________________ ut4_he_tennis_v0.1------------------------- "We are talking about computers here, compared to those I can read women like a book ;P" Unclefragger
|
|
Top |
|
|
XTJ7
|
Posted: 06.07.10 |
|
|
Kanzlerin |
|
Joined: 07.24.08 Posts: 1063 Location: Germany
-----tdm:
nick: [dswp]xtj7
skill: 753.35
kills: 98
deaths: 95
ratio: 1.03
|
Maybe it'd be good to start off with something like Java, jump into the world of OOP right away. It may make sense, especially if you are going to develop in languages that heavily rely on OOP (like C#, not so much but still applicable: C++). Plus you can use that OOP knowledge even in languages like PHP to develop more clean applications.
_________________ Quote: <XTJ7> !penis <CuntBot> XTJ7, your penis is 23.3 cm long. 8=========D <XTJ7> !8ball do i rock? <CuntBot> XTJ7: OH YEAH ! <BEH> !8ball you lieing too? <CuntBot> BEH: Totally not. <BEH> -_-''
|
|
Top |
|
|
dmmh
|
Posted: 06.07.10 |
|
|
Godlike |
|
Joined: 01.19.09 Posts: 1134
|
just run Q3 of a USB thumb drive and you're done
_________________ the meaning of the word cunt....loool
|
|
Top |
|
|
Rayne
|
Posted: 06.07.10 |
|
|
posted some :) |
|
Joined: 08.05.09 Posts: 368 Location: Zagreb, Croatia
|
AimMe wrote: eXtr33m wrote: Well, we played almost all the time (racing games), but maybe because we was learning craps -> we, one of the best high schools in Slovakia and we had to learn Mycrapsoft Office Word 2003.. I can shit on our school system.. That is so true! ATM we are learning Megashit Office and Pascal. What do we need Pascal for??? Yeah, it is easiest language for beginers since it's like writing orders in english, but still..... its old. You think pascal is old? I can only wish we learned a programing language like pascal in high school. What we had to learn is Q-Basic. That shit is ancient, and retarded beyond imagination.
_________________ Bring the Rayne.
|
|
Top |
|
|
natirips
|
Posted: 06.07.10 |
|
|
[dswp]R.Stallman |
|
Joined: 04.13.09 Posts: 2946 Location: Solar System/≈Zagreb
-----tdm:
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
|
Rayne wrote: You think pascal is old? I can only wish we learned a programing language like pascal in high school. What we had to learn is Q-Basic. That shit is ancient, and retarded beyond imagination. QBASIC is the best programming language I've ever seen or used. It was also my first programming language. It's got sheer power, alas it is outdated these days. Other than that the only thing I miss with it is cross-platform compatibility. It's help system alone defeats every other existing laguage out there. Name a language other than QBASIC that lets you draw graphics in only two statements, or play a sound (or even a whole coded melody) in only one statement. Not even perl is so straight-to-the-point when it comes to anything other than text.
_________________ ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«
|
|
Top |
|
|
AimMe
|
Posted: 06.07.10 |
|
|
Godlike |
|
Joined: 09.28.08 Posts: 2318 Location: Solar System
|
Rayne wrote: AimMe wrote: eXtr33m wrote: Well, we played almost all the time (racing games), but maybe because we was learning craps -> we, one of the best high schools in Slovakia and we had to learn Mycrapsoft Office Word 2003.. I can shit on our school system.. That is so true! ATM we are learning Megashit Office and Pascal. What do we need Pascal for??? Yeah, it is easiest language for beginers since it's like writing orders in english, but still..... its old. You think pascal is old? I can only wish we learned a programing language like pascal in high school. What we had to learn is Q-Basic. That shit is ancient, and retarded beyond imagination. No, pascal is not old... It's first compiler was released in 1972., that's more than two times older then me.
_________________
|
|
Top |
|
|
XTJ7
|
Posted: 06.07.10 |
|
|
Kanzlerin |
|
Joined: 07.24.08 Posts: 1063 Location: Germany
-----tdm:
nick: [dswp]xtj7
skill: 753.35
kills: 98
deaths: 95
ratio: 1.03
|
Haha, I started off with QBasic as well. It was awesome I remember spending nights with a friend trying to program a game Or composing simple tunes using the play command. Funny as hell!
_________________ Quote: <XTJ7> !penis <CuntBot> XTJ7, your penis is 23.3 cm long. 8=========D <XTJ7> !8ball do i rock? <CuntBot> XTJ7: OH YEAH ! <BEH> !8ball you lieing too? <CuntBot> BEH: Totally not. <BEH> -_-''
|
|
Top |
|
|
Who is online |
Users browsing this forum: No registered users and 19 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
voice server |
|
|
|
top 20 players
name | skill | kills |
---|
-Dws.BLINGBLING*-* | 1730.63 | 418631 | NormaSnockers | 1865.75 | 400492 | Zottel | 1760.8 | 276378 | make.them.suffer | 1846.17 | 269872 | >8v= | 1825.35 | 230156 | moon | 1777.56 | 195615 | sjas | 1692.49 | 192315 | peace | 1878.86 | 190660 | Wagner_Moura | 1562.9 | 188001 | Goomba | 1859.75 | 182677 | z0rn | 1608.41 | 181016 | Mad | 1803.76 | 179124 | [dswp]PLZ | 1847.85 | 178516 | Graf_ZahlIII | 1835.73 | 167407 | Zohan | 1611.07 | 159737 | ubercunt | 1634.93 | 159240 | Yarrr! | 1917.33 | 156233 | I_am_nOOb | 1909.64 | 151268 | Pandageddon | 1891.75 | 148319 | Pirat | 1664.08 | 145798 |
|
|
|