| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8
Comments:
<0> hmmm, I didn't see anything from swish <1> He was getting dropped repeatedly <0> ah, I have joins, parts, and quits turned off <2> *marianahh* WINNER ! surprise on #Crewlz now !! urgent :) <3> test <4> p***ed <5> evening <6> Night <7> here now vic <7> jb i got a gold star last night from suicide bombing <7> it was a freaking blast (pun intended) <1> Nice <7> at least 4 times i drove up right when everyone was bailing out of a transport to grab a flag <7> the panic and fear in their eyes sustains me <1> Hahaha
<7> they scatter like cockroaches <8> alright, got plane tickets - going to chicago next friday <1> What map was it <1> Nice, rdragon <7> it was warlord <7> warlord = the SF karkland <1> -l <1> I don't like warlord <1> I'm not sure why, I just don't <1> No helicopters, maybe <7> yeah, you're a blackhawk whore <7> or worse, an apache whore <1> Haha, I hate blackhawks <1> And attack helicopters <1> But I do like having them to shoot at <1> I really haven't played BF2 much since the patch <1> Wasn't playing it much before <7> perhaps that's why you're now my bitch more than ever <0> peter, here's that link we were talking about the other day: http://women.timesonline.co.uk/article/0,,17909-2057781,00.html <7> just as foul today as it was then =) <0> lol, did you read the whole thing? <0> maybe after you turn 40 you'll see it differently <7> highly doubtful <1> Damned BF2 mod development is so slow <7> you just want to be a butt pirate, don't you <1> How much would it cost for you to pay a plastic surgeon to stitch your lips together <7> which set <7> BA DUM CHA <5> oh dear :P <1> Since both have no doubt been violated, why only do one <1> You gaey <9> hello any one here who have bank login or paypal login i can cashout any bank or paypal i have all bank drops in usa or uk chase barclays wells boa citibank any bank i can cashout paypal pm me for deal now honest mank <2> ? <2> does he think we are idiots? <10> Appearently. <7> well, he figures since jb has ops, yes <5> what the hell kind of scam was that guy running? <6> Russian <8> dealguy, heh <5> shesh, at least most of teh 419ers have some sort of grasp of english <1> Might be trolling for Romanians <2> what is wrong whit russians? <2> what is wrong with* russians? <6> They start their sentences with small letters and type with whit <5> Its russian scammers, not russians the problem is with <2> IRR^, i'm not russian if you're aiming at that <11> let's say homo sapiens are the problem <11> russian or not <2> ok <6> neosisani and homo sapiens doesn't mean you are gay, if you are getting at that. <12> I'm running visual studio 6.0 and I'm having trouble getting the string cl*** to work. Is there a service pack i need to d/l before i can utilize this? <8> get rid of vc6 <8> it's not a standard c++ compiler <8> get vc8 (vc2005) <8> it's free <0> and no there is no service pack, those idjits at MS NEVER saw fit to fix the library problems <8> i think fixing it would cause more people to cling onto it... on the other hand, it creates broken code <0> they knew it was broken in 1998 <8> true <12> That much is obvious, My problem is i'm rather attached to my IDE, you guys recommend another i can use with the vc8 compiler or am i stuck with the command line? <0> but in 1998 they claimed "our customers tell us they're more interested in backwards compatability than conformance with any so called standard"
<8> vc++ 2005 express is both the VS2005 IDE plus VC8 compiler <12> and its something i can just go download? <0> for free stuff --- http://www.thefreecountry.com/compilers/cpp.shtml <0> 1st link under compilers <0> if you're doing windows stuff, you'll want the sdk also <12> cool thanks guys, you probably saved me alot of headaches <0> you'll have a few migration headaches.... vc6 allowed a LOT of illegal things <12> I'm pretty sure i have already got the SDK but i'll check <8> you'll need to get the platform sdk when you download vc2k5 express <12> I'm sure this will be an improvement dispite the headache. I'm kinda sick of getting stressed out every time i need to use strings <0> this will fix a few things in streams also, and the debugger can actually look at vectors and see what's in them <12> well then its worth any conversion trouble is has with it. <12> is = it <13> hi <8> hello <13> why might my edit controls have a bold font and why doesn't that change when i send WM_SETFONT with the system stock font? <8> maybe the font and the style are separate? <13> no, Windows fonts include font weight <8> ah *shrug* <14> where does time(null) functions belong? time or algorithm? <14> i'm confuse <14> anyone <14> i did not #include <time> and my program works but the rand() functions generates same numbers <8> look up srand() <15> <ctime> <16> Where is srand? <cstdlib> ? <0> likely <15> yup <8> yeah I think so <14> yes cstdlib <8> heh <14> i love Mac OS X, Spotlight <0> what's so nice about it? <0> Solamente you here??? <14> i just type in the Spotlight "srand()" and all the pdf ebooks comes up <15> I love _m_, brain. I just think "srand()" and "<cstdlib>" comes into my mind. <14> _m_: you sure ctime? <15> yes <15> Other headers may #include <ctime>, but they are not required to do that. <14> i used rand() % 6 + 1 and I am expecting no same numbers <14> but there is <8> no same numbers ? <14> like 1, 2,5,1,4,1 <8> you need to call srand() to seed the generator <14> rdragon: i did still the same <8> what did you seed it with? <14> i even use srand(time(null)) <8> er, okay... <16> You did too much java in your life ;) <8> then explain again what you mean by 'no same numbers' <8> surely they don't follow the same pattern each time you run the app <14> no repetition of numbers <8> well that's not what random mean <8> s <2> javaq_, rand() % 6 + 1 will make numbers like rolling d6 (six sided die) <2> random means that you cannot make algorithm which for given numbers predict next number <8> javaq_ - it sounds like you just want to put a bunch of numbers in a container and sort them randomly. you can use std::random_shuffle for that <17> erm <17> "too much java"? <17> what does randomization have to do with that? <16> <14> i even use srand(time(null)) <17> that's not java, though <16> jottinger: Anyway.. nevermind <14> http://pastebin.com/582791 <16> Does null exist in c/c++? NO <16> Java? YES <17> debugger: #define null NULL? <17> debugger: perhaps a mere transcribal error? <2> Isn't NULL used in c to say that pointer points to nothing? <16> Don't start a whole 3hours story for a simple phrase.. <14> ok i'll define null <15> why would someone define null? <15> What's wrong with 0? <15> (<cstdlib> defines NULL, btw)
Return to
#c++ or Go to some related
logs:
#teens sirrodney #chatzone #AllNiteCafe #AllNiteCafe akezatu Backdoor++ the world's most popular non-alcoholic organic beverage eula24 kde loud clown car multicoloured
|
|