| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> i came here to try find someone of my level of cpp knowledge <1> okay... <0> but considering your reaction <2> you should check high-school cl***es then, Gr-I-f-F-i-N <0> it seems therre only ***holes in here <1> because I answered 'someone elses' question? heh <0> no <1> yes <0> because u consider my question is useless <2> Gr-I-f-F-i-N: there has one 'r' <1> it certainly doesn't help you "find someone of my level of cpp knowledge" <3> mr32_melb, stop that. <0> mr32 u r annoying <4> calc u <5> u = 'u' is a letter, not a word, if you encounter it in conversation the other party must have been, at one time, a member of the illustrious community known as AOL. Proceed at your own risk. <1> Gr-I-f-F-i-N maybe you can better exaplin what you're looking for
<1> then we can get to the point <2> where's the calc for 'r' <0> rdragon if u dont like the question i asnnwered- well very pity but i dont care <0> i asked i ment <1> that's way in the past by now <6> fight fight fight! <1> i'm trying to figure out what you want <4> calc r <5> r = 'r' is a letter, not a word, if you encounter it in conversation the other party must have been, at one time, a member of the illustrious community known as AOL. Proceed at your own risk. <0> why do u care so much? <3> griffin, why are you still arguing <1> aren't you looking for people that care? <3> apparantly you're not getting anywhere with this <3> except trolling <0> disc dont know., i guess its pointless <3> so it seems <1> it's pointless because you're not getting to the point <3> either you ask your question.. or leave or whatever <1> so, get on with it already - what are you looking for? <0> i already told u <1> but you didn't elaborate <0> dude u realy getting me annoyed.. <0> i am not talking to u any longer <1> why? <3> rdragon, i dont see why you even bother <6> it is most likely mutual <3> hi tamama <6> hullo disc <1> you said you were looking for someone with similar "cpp knowledge" - how can ANYONE answer that without elaboration? specifically: what IS your level of knowledge, and WHY are you looking for someone else like you? <0> thats whhy i asked my "odd question" <1> nobody knows what "real coder" means <4> Sorry, "real coder" is an extremely vague term. <1> and you didn't explain why you were asking, which made it odd <0> but every one can form his own subjective opinnion about this term <4> Many "real coders" don't know much about C++. Some do. <1> Gr-I-f-F-i-N - exactly, and that doesn't help you find the person you're looking for <4> That's why your first question was pointless. "real coder" doesn't imply anything regarding C++ knowledge. <1> so we're trying to help you form an objective question, so that it's unambiguous and someone can read it and know whether they are what you're looking for or not, without question <0> sigh.... i dont want to argue with u guys... <1> nobody is arguing <1> except you <0> lol <4> You probably have a C++ question. Asking that one would likely yield better results than trying to find someone who might be able to answer a not yet known question. <1> oh well, I tried to help :) <0> ye ye thx for "help" <0> :) <3> Gr-I-f-F-i-N, please do not message me <3> ask your question in here <0> hm <3> and people _will_ try to help you <3> dont mind what's already said <0> whats this channel about? <3> c++ programming, ofcourse <4> disc: congrats, you received the "real coder" award. <0> answering c++ question and nothing else? <3> hence the channel name <0> lol <1> we might answer 'how's the weather?' if we feel like it <3> rdragon, no point in defending the channels reputation <3> i would very much like to get this discussion over with
<1> hehe <3> so.. griffin, do you have any questions? at all? <0> yep <7> then ASK!!! <7> egads man! <0> what the hell wrong with u guys? <1> stop being so cynical and just ask <3> griffin, alot. <3> next question please <7> well i have a sore finger at the moment, does that count? <1> you're wasting everyone's time by beating around the bush - nobody appreciates time wasters <1> just ask <3> rdragon, to be perfectly honest, i dont think he has a question <3> he's just trying to be important, or whatever <0> u want to know what i was looking for here <0> ok i answer <0> honestly <0> i was looking for some kinnd of friend or something like that <0> bbut looks i found a whole channel of morons <0> i have no any fun being there <0> bye <7> try #porn <1> seeya <4> #teenchat <0> u r reeal gays <3> reversed psychology always works <1> hehe <4> :) <7> he kept reminding me of the pinochio from shrek ...."Im a real boy" etc etc <1> pinnochio is from pinnochio, not shrek ;) <7> hehe :P <3> _m_, have you seen paul around lately? <4> Who is paul? <3> reet <3> or reetix if you'd like <8> He's not here often. <1> heh <8> I see him in #C every so often, but not here. <4> I'm never in #C. <1> #C is the 'other side of the tracks' <3> where's c#? in the middle? <1> in the sky <7> c# is outside in the cold, where it should stay :P <3> nnp, you have no idea. <3> nonetheless, im out for a while <9> hi, IWebBrowser2 creates events somehow using DWebBrowserEvents2 interface, IWeb.. is a COM component, how can i catch those events ? i've seen example using a sink, no idea what that is...? <10> guy, why is: string userName = "default"; illegal? <10> guys, even <1> why do you think it's "illegal" ? <10> rdragon: whats a better way to say 'not allowed' than illegal, since you're putting quotations around it. <1> i don't know what you mean by 'illegal' or 'not allowed' <1> do you mean 'why does the compiler give me some very specific error message' ? <1> or do you mean 'why doesn't my toaster work when i use this code' <10> hmm, perhaps i am misinterprating the error...obviously i'm new to this. <1> maybe you should show us the error <10> its VS c++ the output is like 50 lines for a 10 line piece of code. <1> does the first error point to that line? what is the first error? what version of VC++ are you using? post the whole code to the paste site, so we can see the whole thing <10> error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'std::string' <10> for... <1> there is no << on that line <10> cout << "Oh, Hello "<< sName <10> << "as well"<< endl; <1> that looks okay <1> paste the whole code to the paste site <1> it looks like you've probably got a 'using namespace std;' line in there somewhere <10> ok, don't make fun - its a helloworld app that i thought i could expand to take input <1> it's fine <1> hopefully you're not including iostream.h or something like that <1> but i'll know once i see the code, heh <10> rdragon: yeah i am <1> well iostream.h went away in 1998 <10> in my header file, i include that
Return to
#c++ or Go to some related
logs:
php tunneling mysql socket_bind file_get_contents ha nahxu zgur #php #linuxhelp #chatzone #php hrml page in php variable #AllNiteCafe okihy
|
|