| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> can you explain what you mean with key type? <1> CString in your case <0> yep all right - that is what it is getting <0> CSNewElementName is of the CString type <1> so What's the compiler error? <0> c:\...\regulator.cpp(148): error C2228: left of '.m_hWnd' must have cl***/struct/union type <1> paste line 148? <0> on the following line: ny = ValueDisplay.m_hWnd ; <0> this is in a method in CMyCl*** <1> what the hell is ValueDisplay? <0> private member of CMyCl***: CDialogValueDisplay ValueDisplay(); <0> CDialogValueDisplay is inherited from CDialog... <0> inherited / derived... <0> no help? <2> Thjal, you have brackets in the wrong place by the looks of it <0> can you be more specific? what place?
<2> CDialogValueDisplay ValueDisplay(); <0> that should be: CDialogValueDisplay ValueDisplay; ? <2> yes <0> hmm ok - but then I get another err <0> err /error... <2> what error? <0> C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\utility(34): error C2558: cl*** 'CRegulator' : no copy constructor available or copy constructor is declared 'explicit' <0> ohhh CRegulator is CMyCl*** <0> does that tell you anything? <3> could anyone give me a idea on how should i input binary numbers? <3> i figured out how to output a number in binary <3> but input is somewhat complicated <4> hello <4> where has rdragon lost ? <0> but the funny thing is that the error is not occuring if I do this: CMyCl*** objMyObj; <5> as opposed to? <3> anyone? <0> as opposed to creating it in a std:map <6> yes, you need to implement a copy constructor <6> or store pointers instead <0> why is that? <6> because when storing objects in a map, the object is copied <0> the object is copied? From where? <6> from the original <0> you are saying that the object is copied when I do this: MyMap[CSMyNeElementName]; ? <5> lots of copies going on <0> hmm I dont understand it -in what cl*** should I have a copy constructor then? The CMyCl*** or in the CDialogValueDisplay ? <6> whatever you are storing in the map <0> aha - all right - thx! <7> here are some books <7> http://www.elitesecurity.org/tema/164750-KNJIGE-za-pocetnike-one-naprednije-malo <7> c++ <7> from list <8> It's fun, I just connect and don't join any channel, in 4 seconds I get two spam /msg's heheh <8> That's what you get from adding romanian IRC servers I suppose <9> Maybe a spam bot recorded your nickname in a previous session <10> dum dee dum dum <11> Off to office <12> victor can you post your book link place <12> gonna hit up amazon, or if someone else has it :) <13> http://www.rudbek.com/books.html <12> thanks peter :) <13> np <14> Anyone know anything about thread hijacking in a win32 environment>? <14> ...or a channel where "h@ck3rs" hang out so I could ask questions <14> correction...l33t h@ck3rs <15> well ... dont think so :( <14> I'm trying to hook into a USB remote control I have <14> There is no open source/closed source software out there to allow me to configure it to my likings <14> So I want to create my own <12> i got 4 for now ;) my boss said as long as the books themselves are under $100 I can under as many as I want and I can keep them :D <12> I got Josuttis, the 2 meyers books and stroustrups for now <13> that should definitely get you on your way to being a vawjr god <16> a vawjr god! <13> indeed <13> a pinata filled with pictures of naked women (they didn't say if they were pornographic or not) presumably for a bachelor party was accidentally given to a child's birthday party. ***uming it's just naked pictures of women, i highly doubt the kids are so traumatized to warrant a lawsuit. christ. <13> this country and it's screwed up views of nudity and ***uality <13> its <13> the mother should be pissed she got the wrong pinata, that's for sure <13> but to say her older children were traumatized by the experience is just stupid <17> they probably already *********e to porn
<12> oh snap a vawjr god <12> YUS! <18> I'm having my first try at using templates and seem to have git a bump, http://www.noidea128.org/sourcefiles/16028.html When I try to set the first and last pointers, 60% of my cpu seems to run in neat little circles <19> vampirical: Inside template<typename V> cl*** Node { /* here */ }; you can refer to Node<V> with just 'Node'. <19> Also, you should use initializer lists. <12> lol <19> And I'd strongly suggest to get your style on order... this looks like a rookie wrote it. <12> peter: did you see dodgeball <20> yeah, he was the fat kid <12> oh i thought he was the gay one <20> that was jb <12> ahhhh <13> i was the pirate you fools <12> HAHA <12> peter the pinata story is like their uniforms <12> my friend was post-op from abdominal surgery, we had to turn it off when they walked out in leather <12> her stitches hurt :D <20> abominable surgery <12> no she isn't a snowman <12> is that a fat joke about my friend <12> i will eff your world up <18> Runs: thanks for the pointers <19> vampirical: Ie, Node<V>* temp = new Node<V>(input); <13> rdagon's just compensating for his abnormally large girth <12> he's actually skinny beyond belief <20> heh <12> you can't insult someone i've seen in real life <13> sure i can <12> well you can <12> but not about physical appearance! <20> im on fire <20> even my head hunter said so <12> because it tarnishes the peter is never wrong theory <12> and we can't have that <13> well, at least he's still still abnormally ugly <13> -still <12> this i will agree with <20> lol <20> at least im not on the east coast ;) <12> peter is there a specific site for people who are boost::stupid ? <13> get out of WA <13> they don't like your kind there <12> ITS THE DEVIL DONT GO <20> im in LA heh <13> www.boost.org is all i know <12> bah <13> there are some books on boost <12> i'm drinking coffee <12> i will read the build instructions a 2nd time <12> my eyes glazed over <12> about half way down <12> i might have drooled <12> rd: east cost is where it's at thx <20> first you have to build the builder (bjam) <20> then you can build the library <12> yes i did see that <12> I'll just rtfm again <12> rtfm +coffee is much more likely to succeed <19> jill_s: One of the reason I refused to use boost for at least five years, is because their build system ****s big time :/ <19> It's almost impossible to understand how to use it imho. <12> I'm still very newbish <21> I have tried to build last night but I failed :| <12> so frankly i feel very intimidated and boost::stupid <19> I can now use it, because I wrote autoconf macros for it ;) <12> i did string to int in C but rdragon told me it was ugly ;/ <20> uglier than me <12> yeah <12> it was bad <12> hey whatever i googled, found a solution, my **** compiled no errors <12> for me that's a big step <12> THANKS FOR YOUR SUPPORT <22> "That's what we're here for" 6 Victor A. Wagner Jr. <20> you can't just join and take credit ;)
Return to
#c++ or Go to some related
logs:
#linux #linuxhelp #linux #java #php #c arab kiz hotmail #MissKitten #teens wyldkard
|
|