| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Comments:
<0> bbiab <1> SCIENCE!! <2> careful <2> you probably don't know what science is <2> I'll let JBlitzen explain for the next 12 hours <2> I'm off to bed <1> science is the study of scientific things <1> like maths <3> a word describing the same word <1> and angles <1> and micro chips <4> do we still have a wiki? <4> got the template metaprogramming book - it has exercises <4> would be nice to post somewhere where we can all figure this stuff out / examine / correct <5> rdragon <5> http://www.educate.com/homepage.cfm?CFID=18242474&CFTOKEN=25004041
<4> ... <5> :D <4> is there something I'm supposed to be looking for, or is this a failed joke? ;) <4> http://www.google.com/trends?q=%22c%2B%2B%22&ctab=0&geo=all&date=all <4> hey vawjr <4> got the metaprogramming book <4> setting up a wiki for the solutions <6> cool <4> first impressions is that it builds on top of boost.mpl too heavily - i'm not sure how deep it digs to describe some of the techniques used in implementing boost.mpl, but I hope it does <5> Anyone have Battlefield 2: Modern Combat for PS2? <4> nope, jb <4> woo, pizza deliverex <4> d <7> I need some help with some example code, its about Friend functions <7> http://www.cplusplus.com/doc/tutorial/inheritance.html <7> the first code example <7> It used the friend function inside its cl*** <7> declaring the duplicate function as a friend of the CRectangle cl*** <7> why does it even need to do this when its inside the cl*** already <7> and has acesses to the data ? <6> which function are you refering to? <7> friend CRectangle duplicate (CRectangle); <6> it's NOT in the cl*** <7> oh <7> really <7> its looks it <7> it* <6> the friend declaration is inside it, of course <8> its allowed to access member variables, but isn't called like a member function <6> and I can think of no reason to write it the way it is <7> oh right it is called diffrently <7> rectb = duplicate (rect); <6> a better example would be overloading operators << and >> IMO <7> so many things in C++ <6> which canNOT be member functions <7> its going to take me ages to be able ot use all of them <6> so don't use all of them <7> still cant get my head around object orientated programming <7> you know what i mean <7> not going to try use all them <7> but know about them <6> I recommend the books here: http://rudbek.com/books.html <6> it's difficult to believe you've been programming for any lenght of time and haven't used OO <7> I have been programming for about 2 months now, i have used inheritance before, but not by this friendship function <7> also i only used it becasue i had to for ther ***igment, i would have natrually been drawn to just write up a whole new cl*** and functions ect, beacuse of my noob ways <6> ok, 2 months is rather short time. what are you using to try to learn C++ <7> lecuter notes, online refrence and free ebooks <7> also got some hard copy books <7> they are ok <6> the last two are more than somewhat problematic <7> im not looking at becoming a pro programmer just enough to get me by, i want to get more into web design <7> but porgramming is fun <7> but just to much work <7> too* <7> Accelerated C++, every body always raves about these books on irc <4> damn this stuff is pretty challenging <9> Which one? <4> http://www.amazon.com/gp/product/0321227255/ref=sr_11_1/103-1849951-4580610 <4> starting to read it <10> Bah, that's easy <10> But requires too much typing
<4> heh <11> rdragon yes, tricky read g'night <4> night <4> I missed the fundamentals somewhere <4> this seems like a nice tutorial and study of the boost.mpl library... but I want to know how these mechanisms work, and why <10> It's just templates <10> If you don't get it, open the header <11> Alexandrescu <10> You lied, you're not sleeping!!! <10> You're too old to stay up this late <11> I'm about to head that way, it's 0130 <11> I stayed up to see if the guys in the UK needed any more info <10> Ah gotta love "working" from home <5> http://www.youtube.com/watch?v=0yZihj8Fi98 <12> moo <10> m00 <13> poo <14> meuh <15> Haha, some guy using base64 encryption as "secure" encryption o.O <13> probably works in a bank <12> you mean base64 encoding? <12> haha bealtine <10> Hm say you have some ownerdrawn window <10> When I move/size the parent, it's redrawn <10> But if I click on some menu item that overlaps the window, it gets all ugly <10> Until I move/size the parent (so it gets redrawn) <10> How come it's not redrawn automatically :/ <15> http://p***ivemode.net/updates/2006/6/9/txt2day-owned2morrow.html <13> cos no msgs are sent when the menu obscures the window... <16> hola <14> hullo <16> I handed in my dissertation... yay! <13> nice <12> nice work <10> bealtine: right, but then how are you supposed to handle it? <13> is it the whole window that looks weird? <10> Only the part that gets overlapped <13> you could always grab the underlying bit <10> Like in WM_INITMENUPOPUP invalidate the underlying stuff? <10> Sounds like too much work for something that has to be simple <13> :) <5> http://www.youtube.com/watch?v=nm-PqBSFwVY&search=knopfler <17> i need to alter a context menu of another process. basicly i wanna hook the WM_INITMENU (by using a message filter hook) and then alter that menu. the question is: can i modify that menu if it's not owned by a window from my application? will the handle be valid outside the target process? <18> i hate windows defender <18> why some of MS products sucs <18> there's trojan and virus in my PC <18> and ms defender can't detect it <18> avg is useless too <18> it can detect but can't delete em <13> stop browsing cheap porn sites <17> LOL <18> i did not <17> http://www.governmentsecurity.org/articles/Placesthatvirusesandtrojanshideonstartup.php <18> i do that in my Mac <17> LM\software\microsoft\windows\currentversion\policies\explorer\run <17> CU\software\microsoft\ole <18> coz windows can't handle the pop ups <17> delete the worms manualy <17> use the info i gave you <18> i installed eDonkey after that i recieved lots of pop ups <18> Deathmaster: thank you <13> if you want to whine about viruses and trojans go somewhere else...ok? <18> bealtine: ustfu <13> moron <19> Yeah, quite. <17> exactly <17> moron :) <10> What does this have to do with Bono <20> can u convert .c files into .exe files? <21> lol <22> oOoOOo. <21> ctrl+F7 or F9 <22> you compile them to make applications
Return to
#c++ or Go to some related
logs:
#AllNiteCafe massjoin.tcl reverse.exe + hack
what is: normal body temperature for an adult #chatzone #AllNiteCafe #linux #linuxhelp #php Pinky london 20
|
|