| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> gyaaarrghrghgrhg <0> make the pollen stop <1> And turn the sun off too <0> ya that also <2> get a volume control for it <3> nerds <4> lol <5> gonna ban *.de? <6> no just his ident <6> I like the .de-nizans <5> oh, pity :( <0> SiGro: lol? <6> i'd -much- rather ban .nl ;D <5> naaaah :P
<7> hat is the diference between bool and BOOL :S? <6> bool is a built in language feature. <6> BOOL is #defined somewhere in some .h file <7> typedef int BOOL; <7> :O <6> probably a windows .h file, if you're on that OS <6> yep <7> why is that <8> lame <7> then isnt a bool -_- <6> it's close enough <8> then don't use it as one <7> i should use bool istead BOOL? <6> no. <6> you should use the appropriate one. <9> if you're not using a function that requires a BOOL, use bool <7> ok <7> when i include windows.h it include winsock.h, and i need winsock2.h what can i do? <1> Include winsock2.h <8> heh <7> redefinition errors <1> (without windows.h, duh) <1> Or #define WIN32_LEAN_AND_MEAN first, I suppose it could help <7> ah <8> include it before windows.h <7> :S <7> ok ok <1> It does include windows.h, iirc <1> #define WIN32_LEAN_AND_MEAN <8> (if you actually need windows.h) <1> #include <Windows.h> <1> #include <Winsock2.h> <1> If it doesn't work, keep only the third line ;) <7> im using precompiled headers that is good ? <1> Doesn't really affect the program itself <1> Except for all the dumb include stdafx.h <10> hola <0> bonjour <7> like a charm <7> i was defining that lean and mean below the includes <1> Making it completely useless <7> i didnt knew about that define <11> then why did you use it at all? <7> cuz everyone was using it :P <11> if you say so <7> nah i put it there like a flag to the next time <7> to find what it does <7> i forget about it <1> It just prevents windows.h from include about every possible header it might find <1> Including winsock.h <10> ashke <10> my psychic link lova <1> Ola <10> hows it hanging trooper? <7> yep could reduce the size <1> Goed goed, acting like I'm going to work <1> I started VS <1> And now I just stare <1> HellMind: it doesn't change anything to the size <7> you r right <7> just improve the speed
<7> when you compile <7> now im fixing my connect function <7> i use connect( so i need a <1> A? <1> sockaddr_in(6)? <7> sockaddr, how can i get that without using gethostbyname, ms says i must use getaddrinfo <7> 4 <1> Well, then use getaddrinfo <10> I want to have some good getaddrinfo lovin tonight <7> but it return struct addrinfo** res <1> True, and? <7> not a sockaddr <1> Doesn't really matter <1> Its ai_addr is what you need to p*** for the sockaddr <1> And ai_length (iirc) for the length <1> That way it works for both IPv4 and IPv6 <7> if (getaddrinfo(Server, "smtp", &aiHints, &aiList) != 0) { <7> so i p*** aiList isntead SOCKADDR_IN? <1> ... <1> You don't read what I say, do you? <7> im trying :( <1> aiList->ai_addr <1> aiList->ai_addrlen <1> Both arguments to connect() <7> TY Ashe`:) <10> this is a song to saaaaay goodbyyeeeee <1> Placebo? <10> yah huh <10> ugh I hate studying exams <10> so boring <10> so unproductive <1> Get out of school <1> $$$ <12> every block has 4 corners <12> get busy <10> no no, remember the PhD next year <13> you're still going to school? <13> oh. phd <13> geek. <10> ill be at school forever <10> :) <1> Then he'll grow a beard <13> there was a time when I wanted to do that <1> Get fat <10> no I hate beards <1> And stop dating chicks <10> hmm never <1> Did I mention losing hairs and needing gl***es? <1> -s <10> I have contacts <13> and having a hard time finding a job because somehow employers think phd's earn 400k+ a year <1> They don't? <10> EwIck, not if you do a finance related phd <13> only when they grow a beard. <1> Then you get 800K <10> yes <10> my master plan, mouhahaha <10> but dont worry ill give you a ferrari as a gift <10> and a lil bit of my beard <10> so you can whorship me whenever you want <1> Keep it and use it to replace your hair <10> hah <10> my girl friend must hate me so much during exam revision <1> I already made so much $$$ and you're starting so late you can't keep up, har har har <10> Ashe, true <10> true <1> Unless you live 30 years more than me <1> Then again you'll get $$$$ from parents <1> I'll only get debts :D <10> hmm :) <1> But at that point I'll have killed you and taken your life <1> </mr ripley> <10> forgot attribute talented="true"
Return to
#c++ or Go to some related
logs:
jeromedeperlinghi fopen how work in assembler #linuxhelp locating ndiswrapper nicheclips.com #chatzone Hacked by gonns #php #linux #MissKitten
|
|