| |
| |
| |
|
Page: 1 2 3
Comments:
<0> hail <1> to the king, baby <0> scalar a new op? <1> relatively new <1> it's probably been 2.5 years? <0> that's new to me <2> lol <3> I think he meant 'noob op' <2> scalar has been an op for a very long time... <2> yeah <2> probably newb op <1> hmm <0> it's been maybe 3 years since i was regular op <3> right, time to struggle through the snow to the bus stop... <3> nite all <1> am I gonna bike to my former dorm to watch football? :P
<0> how has the channel been? <2> scalar, no <2> unoless you like football <1> neuralx: slowly dying <2> meh <2> it's been pretty constant for a while <2> #C# is p***ing it by though :P <2> I'm not sure if that's a DAL thing or a language-related thing <1> Xiphoris: well, they have free beer, free sandwiches and chips, and I kind of want to meet some of the people there <2> but if it's language related I suspect the trend would continue.. <2> scalar s/people/freshmen girls/ ? <2> :p <0> that's not a surprise. industry has pretty much been usurped by c# <2> yah <2> it's just so productive <1> Xiphoris: I wouldn't mind LEAVING with a hot freshman girl, but that's not the reason for going <2> ;] <2> what would diana say about that <2> :o <2> have you realized that you should follow the One True Path to happiness? <1> if the girl was hot, she'd probably high-five me <0> haha, i wouldn't agree with more productive. it does provide higher abstraction <2> neuralx, well, true. higher productivity for things that are all about higher abstraction <4> lol <2> I don't tend to work with hardware or anything like that :P <4> haha, has it gotten to the point where if the girl was hot, she'd high five you and then invite you to a threesome ? <5> im having some trouble with syntax <5> foo(int &x) then using it foo(&x) would p*** x by address or value? <4> your function declaration says to take a reference to an int <4> your call is p***ing an address <4> you either need to change your declaration to int *x, or your call to x <5> ok makes sense <5> now here's a more complicated question (well atleast for me) <5> i have a cl***, within that cl*** there is a recursive function.. let's say foo(int &x) <5> should the reutrn line be "return foo(int &x)" <6> here's a simple answer (even for you): why aren't you reading your C++ book's chapter on references? <6> void foo(int &x) { x = 5; } int main() { int y; foo(y); cout << y << endl; } <5> it would print 5 <6> if you're using recursion, think - you _probably_ don't want your function to take a reference (since you'll want a copy to be p***ed down to the next level <6> if you doo, then just foo(someint); where int someint; <5> i modify the value that's why i want a reference <5> wow i did return foo(int &x) and it actually compiled <6> http://www.youtube.com/watch?v=zfODSPIYwpQ <5> http://rafb.net/paste/results/wPlYvk75.html <5> i followed the procedure described by the book <6> are you compiling both main.cxx AND Algorithm.cxx together? <5> :/ <5> err hrr brb <5> im using makefile <0> hey teq. how goes? <6> yo nx :) long time - where've you been? <0> south america <0> mostly in peru. lovely country <0> how's aus treating ya? <6> ah - nice; not bad :) two years of uni done, three to go - but I have Carol to keep me company through all of them <1> three to go? <1> are you slow, or what? <0> ah you got hitched? <1> tequilla got held back... it took him 6 years to get through 4 years of high school, too <0> i guess it has been a while. last i recall you were graduated from high school
<6> scalar: Some of us are more ambitious than just B.Sc. ;) <1> yeah? who? <6> neuralx: girlfriend :) <0> congrats. so when are you going to send her over for my approval? :) <6> I'll have a B.Eng and a B.Com after three years; Xiph will have something similar I think (or some B. with a masters) - <0> two major courses of study? <6> neuralx: I'll make you the same deal I made Leroy: if you ever come over to AUS (where you can approve of her), dinner on me :p <6> two degrees, yep <0> haha, sounds like somthing leroy would say <0> i don't recommend taking a 3 year break from programming. i've just extracted dozens of my project archives and everything that was documented in my head is now a faint memory. it's like untangling christmas tree lights <1> stupid rentacop at the grocery store... <7> Hate 'em. <1> it would seem like someone trying to shoplift has a better getaway vehicle than a bike <7> Few of them have even a working knowledge of c++. <1> :P <1> I think he just hates me because I'm white <7> Racist! <8> you're white?! <8> j/k :) <1> not in the comdon isle, I'm not <8> comdon? <1> s/isle/aisle/ <1> I'm saying "I'm hung like a black man" <8> well, I won't touch that one :) <7> ! <7> I will. <7> Damn racist... <7> Lynching is nothing to joke about. <8> he's not talking about lynching <7> Oh, I know. <7> But that was the only way I could continue joking about it. <8> gotcha :) <1> skin color even affects grammar <1> white people hang; black people are hanged <1> active vs. p***ive voice <9> mhm <9> hi dp2 :) <8> moin cehteh. ltns <1> two Australian ones, two German ones <9> are tax declarations that much work in the US too? ... :( <9> grr <1> no, usually not <9> outch 4:00 pm <1> did you know that two thirds of the tax literature worldwide is about the German tax law? <9> i can guess that <1> the last few years doing my taxes took me maybe 30 minutes, because I had everything as a PDF form and I just needed to change a few numbers <9> bah ... here it takes a week just to prepare it for the Steuerberater <1> this year I needed a different form, because I had made some tax-deductible donations, and I wanted to see if I could exclude the medical and repair costs from my accident <1> so this year it took about 4 or 5 hours <8> de tax law is that complex :/ <8> 4 to 5 hours to do your taxes?? <8> X_X <1> the 4 to 5 hours is here in the US, not in Germany <1> but I only have one salary plus a little bit of interest income, and as dirty foreigner, I'm not allowed to claim many of the juicy deductions, so my tax declaration is fairly straight-forward <1> really only three or four pages <8> hmm. I was told--at least by some of my coleagues from the UK--that they didn't have to pay US income taxes, but did have to pay UK taxes. actually, they said they'd rather pay the US income taxes instead <8> they mentioned it was due to some provision in one of the treaties between the EU and US <1> it depends on your status and country <1> I actually have to pay taxes both in the US and in Germany at the same time, on the same money <8> :( <1> fortunately, there's a pretty large "out of country income" deduction in Germany, and so far I've never gone over and never had to pay taxes to Germany <1> if that happens, it's probably going to be "goodbye Germany!" <1> damn, I get so pissed off when someone's writing "YOUR" instead of "YOU'RE"... and this guy is even writing in allcaps <10> my personal hated it "everyone in the group put on there hat" <8> well, there's no such thing for US expats; however, if US expats end up paying more in taxes than they'd pay for US income taxes, then there's supposed to be some kind of special provision. <1> oh yeah, baby! http://www.collegehumor.com/pictures/1658649/ <1> http://people.aol.com/people/articles/0,19736,1155193,00.html <1> haha... "It is kind of hard to figure out who you are when you've lost your job at age 13" <1> which one was she? the middle one? <4> yah, she wasn't the oldest <4> and she defnitely isn't the olsens
Return to
#c++ or Go to some related
logs:
#chat-world flowergirl_20 #allnitecafe #linux whoflungshit #linux #kl cutedevill men heavy lifting kill spider chat rppm
|
|