| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Comments:
<0> and I prefer { and } on their own line <1> if(blah blah blah) return; for example I almost ALWAYS put on a single line <1> [m]aniac me also <0> ah not me, I am all for white space :P <2> yay <0> if(blah)\n return; <2> for me it's if (blah) \n { \n return; \n } <2> ;) <3> yeah, the clause, for me, is always on it's own line (or multiple, if it's a monster) <2> im addicted <0> jill_s yea me too... my only exception is return statements <0> I HATE when someone has a single line if or else, so they don't use {} <0> but the counterpart _does_ have {}'s <0> e.g. if(something) go(); else { ..... } <2> accelerated c++ has this crazy stuff hang on <3> pfft
<3> everyone needs to conform to my way <1> //Lose the file lock. <1> if (m_FileHandle) <1> fclose(m_FileHandle); <3> as it's clearly superior <2> blah = size % 2 == ? blah1 : blah2 <3> yeah <2> and i was like wtf <2> why on earth would i do that <3> i match them <1> there's an example of a place I won't argue either way....... fclose ****s up if you give it a 0 pointer so you have to "guard" it <3> if both are one line, no {}, if either is multiline, then both have {} <0> peterhu yep <2> yeah but what is up with ? : <0> I'll agree to that! <1> jill_s the == doesn't belong there <0> jill_s if ? true : false; <0> if-statement rather <0> it can be thought to expand like that <3> i mostly limit ?: to return statements <3> but i've been known to use them in other places <2> v- the exact line was median = size % 2 == 0 ? / : <2> left it out sry <0> peterhu return statements and very very basic statements <0> if I have a series of a few if this else that statements <4> I hate when some people do a < 5 ? action() : 0; <0> based on, say, a boolean variable <0> I'll use ? : <1> I believe we address == 0 and != 0 in the guideliens <3> melfar, that is particularly nasty <2> yeah i may not be up to it, i was just looking at accelerated c++ a sec ;) <0> jill_s not a beginner's book imo <0> not sure if yo'ure a beginner, but... <3> someone run out and buy my wife a wifi card, i'm too lazy <0> jill_s I recommend SAM's teach yourself c++ in 21 days for beginners <0> bahahahah kidding! <2> you are mean :( <1> we also address if (blah) return true; else return false; <3> ick <0> vawAFKhome is that all on one line? <1> even with all the {} <3> return blah; <2> i don't think i'm that bad that you'd throw me to one of those 8 minute abs books <2> i want /wrists now <0> jill_s I was j/p <1> no matter HOW you format it <1> peterhu yes, return blah; <0> return (blah == true) ? true : false; // har har <2> i like the int counter stuff inside the for loops cause i lose the letters <3> until you've seen code written by junior developers in the philippines, you haven't seen bad style yet! <5> Where did you get to see that? <3> my last project before i quit my last company <3> heh <3> i'm hungry <3> and it's hot in here <3> stupid hot bod <0> it's nice outside today <2> 29 minutes <2> and counting <2> YUS~!
<1> I still like the strcat(s, '\0'); code that I found all over our product 6 years ago when I first worked here <3> yes, thank god for global warming <2> it's 77 degrees in here <2> lol peter <3> haha <1> oops, that ain't it strcat(s, "\0"); <3> that were they expecting to occur? <3> that's pretty darn funny <2> divine intervention <3> as s needs to be null terminated to begin with for strcat to work <1> yup <1> bunch of Mac Pascal programmers writing their 1st C program <1> and we even paid them for it <3> security breach at laguardia, bet that's fun <5> That was a couple of days ago, wasn't it? <3> breaking news on CNN:HN <5> hm I remember there was a security breach on some airport a couple of days ago. <3> on a side note: sophia choi is hot <3> as my female asian coworker put it, i have yellow fever <3> former coworker <5> She's not all that. <3> oddly, there's no racial term for people having the hots for white people <0> peterhu isn't the official name "honkie-fever" ? <3> heh <3> probably <0> man this control is f'ing weird I'm building <3> actually, moon from hero (she's also the lead for memories of a geisha) is definitely the cat's meow <0> peterhu definitely <0> and she probably ate the cat that meowed, too... owend <0> owned* <3> heh <3> Ziyi Zhang <3> that's her name <2> lol [m] <3> she's an older woman though =( <2> peter i don't think you have to worry <2> about her knocking down your door naked <2> honest <3> i wouldn't be so sure <0> she's on her way over to my house tonight <0> she's gonna catch a good breeze and prance across the treetops <3> doubtful, as i haven't read anything about her pension for poorly-hung midgets <0> :( <5> now she is hoy <5> hot rather <0> http://www.mucho****o.com/img7951.html I *heart* Nintendo (NSFW) <3> heh <3> glad i didn't open that <3> there are kids playing in the street outside <3> not that they could see it <0> well there's no nudity... close to it, and porn ads on the site <6> trier.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall TableauSecuritaire::~TableauSecuritaire(void)" (??1?$TableauSecuritaire@H@@UAE@XZ) referenced in function _main <3> ah <0> its' safe for home, not safe for work ;) <6> wtf ? ;( <3> did you define a destructor for that cl***? <3> because the linker can't find it <6> yes i did <3> prove it! <0> http://www.mucho****o.com/img7928d.html <-- now _that_ is a hot pic <0> same NSWF branding ;) <3> indeed <3> if there's one thing peter can appreciate, it's naked women <6> http://pastebin.com/595183 <0> what about almost naked women wrapped in Nintendo gear? <3> same boat <0> http://www.mucho****o.com/img7708d.html <3> toast, where is that located? <0> what about jailbait 15 year olds (or younger)? heh <3> that's a tad bit young for me, i prefer 15.5 <6> tableau_securitaire.cpp <0> peterhu yea, at least get them when they're excited about getting their driving license <3> toast, it must be in the header <6> it is in both
Return to
#c++ or Go to some related
logs:
amphirol #linux #php Exactus Incabloc Berzhinsky chicksandbreasts #MissKitten karioles #teens #AllNiteCafe
|
|