@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10



Comments:

<0> So, do you give up?
<0> Or do you start counting apples?
<0> Where are you losing count?
<0> Did you count to 10 and then lose count a bunch of times and you need our help to count higher?
<0> Was it 30 that was the sticking point?
<1> 1 min
<1> phone
<0> Or can you not tell the apples apart?
<0> Or did you not even try?
<0> My point here is that the same problem that underlies your inability to solve this exam question, also underlies your inability to explain why you CAN'T solve it.
<0> You're having trouble analyzing your approach to a question that's all about analyzing.
<0> So it's important that you bear that in mind, because there's a deeper issue that you'd be well served to correct.
<1> back
<1> about the apples ... i think i counting them
<1> 1 by 1 .. on that bunch
<0> Heh



<1> or excludind one by 1
<1> :)
<0> Okay, so explain your problem
<0> What do you need to do, and what's stopping you from doing it
<0> And I don't mean, rehash the exam question
<0> Although that might not be a bad idea
<0> Repeating it will help clarify it in your mind, and also let other chatters in this channel see it
<0> But more importantly, give me a question I can answer that will help you solve your problem.
<0> Don't just show me your problem and expect me to solve it, I have much better things to do.
<1> ok
<1> JBlitzen
<1> if the number if < 10 ?
<1> can i type here my ideas ?
<1> it help's me to think ... i guess
<0> Of course
<1> ok
<0> It's important that you not be afraid to help yourself think
<1> asuuming i have 8
<0> Like I said yesterday or so, don't be afraid to grab a pencil and paper or whatever
<1> il compare the 8 with 10
<1> if nubmer < 10 ; false
<1> if n > 10
<1> try to multiply with 1
<0> I don't really follow why you're doing that
<1> what ...
<1> when it's < 10 ?
<0> Explain more about why you're thinking things than what things you're thinking
<0> The connections between your thoughts will be more important to solving this problem than the thoughts themselves
<0> You seem to be having somewhat useful thoughts, but they don't seem well connected
<0> Hi swish
<1> heh
<1> i go to the chicken , smoke a cig... and think clear
<1> "i'l be back" :)
<1> have to think what i have to do wehn the number is < then 10
<2> To the "chicken"?
<1> grr
<1> wrgong
<1> wrong
<1> cuisine
<1> kitchen
<1> Kche
<1> goen to somke
<1> gone to smoke
<1> grrrr
<0> I'm going to bed
<1> ok
<0> Don't hesitate to ask others in here for help
<1> g night
<1> suer
<0> Night, bud
<1> sure
<3> sweisen
<4> Can I read unlimited times from an eeprom? (With respect for limited write/erase times)
<5> generally yes
<5> i dont seee how this releates th c++ though...
<6> hi
<7> ho
<6> what is the best way to print out a hard copy of my c++ program
<7> I personally use Visual Studio
<6> hmmm



<6> i would like to print two pages on one
<6> though
<7> I'm not sure what native programs provide that
<7> you could print to PDF, then use Acrobats multipage stuff
<7> (***uming you're on windows)
<5> doesnt your ide provide printing?
<6> what is ide??
<5> nm
<8> Heh.
<9> even *i* know what an ide is, and that's saaying something. heh
<10> ockap: google is your friend
<10> so is wikipedia
<11> I broke up with Google yesterday
<11> is she still my friend?
<5> no
<10> google will always be your boyfriend
<5> she stole the channel spoon and gave it ti me
<10> so there is no spoon ?
<5> not any more
<11> fork()
<5> fork version 2
<11> where do babies come from? fork()
<5> poke()
<5> har har
<11> finger()
<5> you ****()
<10> from i/o
<10> fsck you
<6> gotta go
<6> my boyfriend needs a bj
<12> morning everyone
<12> found 64bit drivers for my remote, too bad the sdk for it ****s
<12> it loads a dll (a plugin in make for the app i want to control)
<12> but the thing is, i want to have access to that dll in my app as well (exported symbols)
<12> im not too familiar with process injecting, and from the sound of it im not to enthusiastic about it
<12> what options do i have if i want to use exported symbols from an already loaded dll? would i just have to grab that dll's handle?
<12> i dont want to load that same dll again, selecting the existing one
<13> I think the general idea is you don't worry about whether the dll is already loaded
<11> hi vaw
<12> if it isnt loaded, then it isnt interfacing with my remote, and thus is no use to me
<13> so how do you make it interface with your remote?
<12> there is an exe that loads these dll plugins
<12> i'd like my program to interface with one of these plugins im making
<12> sorry this isnt 100% c++ related, but #win32 looked a little empty. any way to offset a virtual address space so i can access memory from another process?
<7> you want to map another processes address space into yours?
<12> yes
<7> can't recall a way. you can use ReadProcessMemory to grab a specific block
<14> Off to office
<12> CreateFileMapping helped, thanks guys
<15> Keiran: turn the away messages off. This is the last warning.
<16> Kewl, it works...
<16> MatchRequest match_request(M_identity);
<16> match_request(396).localserver(prefix).mynick(1).
<16> wildcard("*.users.undernet.org", 2).
<16> exactmatch("is now your hidden host", 3);
<7> neat. whats the 396 for?
<7> and the 2 and 3? :)
<16> That's the numeric
<16> Those are the parameters to test
<7> fair enough
<16> Debug output was a lot of work, but also works, I can do: cout << match_request; and it prints:
<16> {match_request_list:{command: 396, conditions:{{Matcher_noarg param:prefix, single_param:true, mt:localserver_mt}, {Matcher_noarg param:1, single_param:true, mt:mynick_mt}, {Matcher_matchcomp param:2, single_param:true, cmask: "Zgro.tenrednu.sresu.", minlen: 19}, {Matcher_exactmatch param:3, single_param:true, string: "is now your hidden host"}}}}
<7> why are you writing this?
<16> This particular thing? Cause I need it in my event driven proxy :p
<16> It will do a callback when a message is received that matches.
<7> in a more general sense - this stuff for undernet? Or just for fun
<16> No, it's just for me
<7> neat. best sort of coding :)
<16> I'm writing something that you can put between any irc client and the server, and then gives me very powerful control over anything.
<16> I like to write my "irc scripts" in C++ in the future.
<17> you're nuts :P


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #c++
or
Go to some related logs:

#php
quotes for Maids of Honnor
hotass
radio getElementByname checked
#AllNiteCafe
#windows
#MissKitten
#mysql
batanay
TRULOF



Home  |  disclaimer  |  contact  |  submit quotes