@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16



Comments:

<0> I'd educate all the 12 year olds in the ways of wang
<1> i can do her first before i go though. so it should all be cool
<1> elwzer, you can do that too.
<1> you can join the french foreign legion :P
<0> I'd join the army if it wasn't such a big commitment
<2> eww
<0> they're all like "go to iraq" and I'd be all like, "lemme shoot those paper things with an ***ault rifle some more2
<3> if you are really dumb you can join the marines
<1> zid_, yea. shooting targets and stuff is way fun. way more fun than shooting people who usually shoot back.
<0> best bit about the army is playing with all the roys
<1> roys?
<3> you mean the boys?
<0> toys
<1> ohh..
<0> although, playing with the boys might not be a bad idea either
<3> maybe you mean the navy



<1> israeli army gets a lot of the best toys now.
<0> English army > American army anyway, yours are just better funded
<1> in terms of what normal soldiers get. all the cool stuff in the US needs like years of special training to use.
<4> they need them to keep the uncivilized hordes of palestinians in check
<1> zid_, pound for pound the canadians have us both beat.
<0> I wouldn't mind being a fighter pilot
<1> thier government is just full of pussies is the only problem
<0> OrngeTide: shame that pound of pound the GBP is worth 200 times as much :P
<0> for*
<1> the US airforce and navy has been handing out eye surgery left and right so more people can be pilots.
<1> if i were to join up i'd want to be a heli pilot.
<0> I don't need it, I can see better than 20/20
<0> good reflexes
<1> zid_, canadian dollars aren't worth anything.
<0> OrngeTide: I hear you can make paper cups out of it
<1> zid_, i don't have good reflexes but i'm really good with spacial things.
<5> http://thatvideosite.com/view/201.html
<0> I dunno wtf is wrong with me, anything that takes any skill at all I'm above average at within 4 minutes
<5> check that out yo.
<1> it's fun to go to canada because the american dollar goes pretty far there.
<1> zid_, you need to be way above average to be a fighter pilot.
<0> not with the ****ing planes they have
<0> F-22 vs. F-15 most of the time
<0> F-22 = oh **** I just died, where'd that missle come from?
<1> a, hahah.a
<0> then the F-22 just p***es over a hill in the distance
<1> a, my buddy plays CS exactly like that
<5> lol
<0> F-22 ADF is one of the best fighter pilot games ever
<6> is it recent?
<0> it had an awesome 8 hour long mission, you could just go for a highscore
<0> no
<0> I got it with my PC
<6> I used to love an F22 game about 5 years ago
<0> in like, 98
<6> yeah probably that one
<6> awesome
<0> F-22 raptor is the new one
<0> which is also pretty ace
<0> it has interweb play that STILL works
<7> rpator f-22 has been around for years
<0> new compared to ADF
<1> i'm more of an AC-130 kind of guy.
<7> i played that game also
<6> http://www.gamespot.com/pc/sim/f22raptor/
<6> released 1997
<8> I'm bored
<7> yup i played it
<6> I wonder if it will still run on Win Xp
<0> http://www.mrbill.net/~gwiz/evergreen_aviation/
<0> f-22 raptor works fine in XP
<0> ADF does not
<6> NFS hot pursuit wouldn't run on xp
<7> I dont remember seeing 117 in it though
<6> ha, me neither
<1> ever seen some of those ac-130H gunship videos that have been floating around online? it just flies in circles hammering everything on the ground flat.
<7> must be cheat hax
<0> http://www.mrbill.net/~gwiz/evergreen_aviation/
<0> grrr
<0> stupid linux



<0> http://uk.gamespot.com/pc/sim/f22airdominancefighter/
<0> there we go
<9> hmm
<0> hey miv
<1> I like X-plane the best:P
<0> niv even
<8> OrngeTide, Yep.. It's mirrored on bloodymice
<9> i'm curious, do most of you use typedef struct { ... } blah_t; or struct blah { ... }; ?
<9> hey zid
<9> hey ot
<9> how's it going?
<9> i usually use typedef struct {}
<7> the first
<1> i use struct blah.
<0> I use struct tits { } tits;
<1> niv_, it's going okay. i'm trying to stop procrastinating so i can do some work today. i have stuff that is due tomorrow
<1> zid_, anti c++. nice
<9> i like not having to type "struct blah x" all the time for declarations, and instead just blah_t x;
<8> It depends on if the structure should be exposed or opaque
<7> heres a key to success , just use std::string instead of char*
<1> niv_, i like to know that something is a struct rather than an int or something
<9> c++ doesn't let you have struct x { } x; ?
<6> it does
<6> but struct _x { } x;
<1> _x is reserved
<9> ot: ah
<4> ot you are gonna work today?? :)
<1> vio, VPN
<9> ot: it's interesting that we find somethings in the unix libc, or in the standard ansi library, that use the typedef (for example FILE *fp) and others that use the struct
<9> there seems to be no conformity
<6> x_
<6> or even x_x_x
<1> that's crappy:P
<1> i like struct x { } x;
<9> yah
<1> and c++ is lame it if can't support that.
<7> use cl***es instead of structs
<7> c++: backwards c compatible;
<1> niv_, yea. there is no conformity.
<7> like square is a rectangle, c++ is c, but c is not c++
<1> c++ is c-like but it's not actually compatible enough with c to be useful.
<1> c++'s strength is that it can link to real c objects.
<1> other than that it's not terribly exciting.
<9> OT: heh, I was bored earlier and i wrote this prime sieving program that graphs all the primes as pixels to an X window
<1> niv_, oh. neat. screenshots? :)
<9> OT: the window is size 800x800, you can see the obvious patterns in composite numbers, notably 5 (since 800%5==0)
<6> struct x {} x; works in C??
<9> i can send u the program.. it's pretty small
<9> i'll put it up for http actually
<8> niv_, There is conformity :-P FILE is an opaque type, you NEVER need to know what it looks like, struct stat on the other hand has lots of members you would want to directly read
<3> paste it
<9> sec
<1> oh. okay
<1> Symmetry-, of course it does
<1> Symmetry-, but struct x { } x; union x { } y; doesn't work in C.
<0> heh, the tank used in goldeneye was used in an episode of red dwarf, rock on
<6> hrm, works in C++ too
<1> zid_, neat.
<6> a bit weird
<6> but ok, makes sense
<1> Symmetry-, yea. i thought it worked. but then people were telling me it wouldn't.
<6> since it's in a separate namespace
<9> rkeene: ah, that sounds like a good differentiator
<6> OrngeTide, works with MSVC 7.1
<1> i'm not sure how it parses that. but that's the compilers problem, not mine. I suppose
<9> rkeene: i knew that i used both in different situations, but i was trying to qualify what those situations were
<6> ya.
<1> man c++ compilers are complicated. it's pretty easy to write a c compiler, even a fully conforming one. but a conforming c++ compiler is rather tricky.
<8> When you can replace it with (void *) and have the code still work you can use an opaque type :-P
<1> c++ made void* kind of a pain to use.
<10> because C++ is HUEG LIKE XBOX
<1> and hot like xbox 360
<1> well i'm going to go. adios.
<9> OT: http://mizar.lod.com/~n/primegraf.tar


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #c
or
Go to some related logs:

#flash
#politics
#politics
#politics
#politics
only 128 meg system memory
devco+corel
#windows
#stocks
Nortrop fling wing



Home  |  disclaimer  |  contact  |  submit quotes