Well now that I'm on a roll, how about the Tuxite language? Any relation to the Aqkuoerians? And just what do the Tuxites look like? Looks like a busy weekend David :) LOL
Jim Crafton
Posts
-
David Wulff and Bob -
David Wulff and BobWhat about an in depth study of the reproducive practices of the Mastroditi/Aqkuoeri ? Perhaps an anatomy page is in order. For example, in line with Michael's post a week or so ago, do Mastroditi/Aqkuoeri have nipples? And if so, do they get stiff?
-
David Wulff and BobtlhIngan maH! Hab SoSlI' Quch! Hey wait a second that looks suspiciously like Klingon (yes, I know, this immediately identifies me as weird). Is Aqkuoerian actually realted to Klingon ?
-
Lotus = poop. Outlook missed...Definitely agree ! We had to use at CSC while I worked there. Are you on a LAN? If so, try having to use it over a 36.6 modem - hoo haw what a way to get email !
-
Bob Lovers Anonymous LauchedDavid - you have WAY too much free time !! LOL ! Great site - maybe you could add a linguistics section on the finer points of spoken/written Aqkuoeri :) How about translating "War and Peace" ?
-
How can I read individual bit values in a returned integerAn alternate solution that I have found useful when having to check a specific bit, like checking whether bit 29 in a 32 bit value is on or off, is using the std::bitset class. std::bitset<32> keyBits; if ( keyBits[29] == 1 ) { //bit 29 is set //do something }
-
help!Look up MoveTo LineTo Beginpath EndPath StrokePath FillPath
-
portable alternatives to MFCAllright, fair enough, given that I was the person using it. But it is frustrating to have all your work dumped on simply because of using "M$"
-
portable alternatives to MFCWilliam, First everything you mentioned is now fixed, the links were a goof, my apologies. Secondly I think you're making an awfully big deal out of nothing. You're going to trash thousands of hours of work over "M$", I mean come on ? What gives ? It is now a crime to poke fun at Microsoft ? Someone is not a "professional", whatever that means, if I poke fun ? Maybe you are right in the cointext of wanting to attract a larger audience, and perhaps certain individuals take this much more serious than I do, and if that's the case then my apologies, it's fixed, and I'll keep my mouth shut in the future, but it still seems like a rather drastic reponse.
-
portable alternatives to MFCYeah, check this out http://sourceforge.net/projects/vcf or http://vcf.sourceforge.net I wrote it so if you need help just email me.
-
Windings and WTC Attack - Very ScaryGentlemen, I'd like to thank each and everyone of you for an absolutely gut busting way to close the evening. Absolutely hilarious ! LOL and tears in my eyes. Wow if only we could get more of this humor ! Wait a second, 38 words, thats (38 / 3 ) * 0.85 rounded up, holy shit that's 11 as well. OH MY GOD !!!!!
-
Possibly out of a jobHey John, did you ever get your pants back on ? :)
-
Possibly out of a jobwhat exactly did you do to piss them off ? I have been dealing with about 6 and so far they have "seemed" OK. But who knows. I don't have a job yet either. Also would you guys take a job at a startup again ? My inclination is pass on working at a startup, I'll be just as happy with a boring bank job thank you very much.
-
Erect NipplesHey what about having Chris set up a new section for Breast.NET Area Technologies and Nippler++ macros - maybe we could even have a contest. Hmmm...what would first prize be? Enough to boggle the mind....:)
-
Erect Nippleswww.gobreastdotnet.tit cool I think I am gonna register this right in anticipation of all the traffic it's gonna generate !
-
Erect NipplesWell thank God for "small" miracles
-
Erect NipplesThat's great !!! LOL :) Sign me up right now, where can I download the Breast.NET development beta ?
-
MS STLIs it that difficult to set up ? I remeber a while ago I had heard that it was a major pain to get to work with VC 6 ? What about if you have a bunch of STL code already, and everything is declared using the namespace qualifier ? Is this a problem like: std::vector v; as opposed to vector v; Oops - a variable with only a letter - shame on me :)
-
MS STL>the purpose being: since it's not your code to maintain (or steal from, depending on your >point of view), you have no business even looking at it. Well OK, I presume you're argument is that since they don't have binary protection and have to include the headers (since no compiler I am aware of can compile the temaplate in an implementation file separate from it's declaration, though according to Bjarne this is supposed to be possible), then thisis a form of protection. That I'll buy, I gues I had never thought of that.
-
MS STLyou kind of left us hangin there...:) Is that bad ? Is it as ugly as the MS stuff ?