@# Quotes DB     useful, funny, interesting





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



Comments:

<0> Victor
<0> you can hit me with c++ solution as well
<0> at least something to work with here
<1> vawjrwrk for example is there bwahah
<0> then break it into big c code
<2> Well, c-bot was not away
<0> Greetings Ashe
<2> Anyway strtol
<3> gotta get rid of those pesky letters before the numbers
<3> or is it always "abc"
<2> char p[] = "abc55def"; p[5] = 0; strtol( p + 3, &whatever, 10 );
<2> Looks like hex values to me anyway
<0> actually
<0> it's a plugin im writing for x-chat for a game on irc - When i get feedback the person says - "I would like to give 500 bucks on that guy"
<2> Doesn't sound much like the original question
<3> not at all



<2> (and it'd be simpler to type "give 500 nickname")
<0> no in this case - others yes
<0> But thank you Mr. Ashe - i'll go play with strtol
<0> cheers
<4> oh, I wish I was a punk rocker with flowers in my hair
<2> Don't we all
<5> always figured you for a flower in the hair kind of guy
<2> Hmm, actually, you're the only one
<5> tool really is the best programming to music
<6> How is that a good way of life?
<4> soon our work is done, all of us one by one. still we live our liiiiveees as if aaaal this stufff suuurvives
<4> dooont you wanna know me? beeee a friend of miiine
<5> just not that steady yet; and i don't need you telling me how
<6> 2 unrelated papers went out to ICSSEA from our team, and they said they'll publish if we merge them both into 1...
<6> stinkin' morons
<5> pfft, was downloading at 4000 KB/s for a minute, now it's slowed to 1000
<5> connection in the office is pretty good heh
<4> poooor you
<2> That's what I get at home
<5> pfft, you're still on a 14.4 modem
<4> I have the internet downloaded in my brain
<2> 24 Mbps
<6> MrAshe gurranteed?
<5> guaranteed to download a boatload of goat pron
<2> IRR: it's Free
<6> I have "upto" 20mbps
<6> But ava
<5> damn commies
<2> (Free's the ISP name, otherwise it's 29 euros/month for 24 Mbps + unlimited transfer + TV + phone)
<5> see
<5> commies
<1> wow!
<1> good price dammit.. wished it was here as well
<6> Yeah its about as good as it gets
<1> unlimited transfer is unlimited though?
<1> 100%
<6> I have Neuf telecom's internet for like 12 euros / month, but the line is managed by France telecom
<1> we have lots of capping here
<2> Unlimited as in "download 305910 terabytes a month if you want"
<2> Now they also have a dedicated server offer
<2> 100 Mbps, unlimited bandwidth too
<2> For 36 euros
<2> (2 GHz box with 160 GB disk)
<6> Wonder how they make money off of that
<2> Support
<7> i want 100mbps for 36 EU/mo
<4> MrAshe, what ISP?
<7> 100mbps dedicated here (cheapest i can find) is still around $900/mo
<2> Free
<2> Asmodee`: www.dedibox.com
<4> its called Free?
<2> Yup
<4> belgian?
<2> Nope
<7> i suspect their network couldnt handle a sustained 100mbps though, else htey'd probably disconect me
<4> what is it?
<2> French?
<4> oh its only in france?
<2> Yup
<2> In .be my wonderful employer pays for the phone/internet/mobile



<4> and I thought bulldog was good with 16meg
<5> you euros with your cheap and fast internet
<4> until recently UK was **** when it came to broadband connections
<2> Kind of still is in most places
<5> we need a smaller country
<5> belgium for example only needs one cell tower to cover it
<5> pfft
<4> belgium has an excellent broadband service, but a **** economy... pick what you want?
<5> see, MrAshe caused a netsplit with his commie internet connection
<4> haha
<2> :p
<4> the new muse cd is gonna be so much ****
<5> perhaps
<8> can someone help me with analyzing a small algorithm and help w/ me the run time?
<9> has google changed its menu design or am i being redirected to a google clone site by my dns server or somekinda spyware?
<5> what menu?
<9> search by graphics groups directories
<9> advanced search tools
<9> they used to be below the textbox
<9> now they are on the left side
<5> ya got me
<10> srry for the nick
<11> I went on a great hike on Sunday
<11> The trail I wanted to go on was closed
<11> I ignored that
<2> Sadly, you survived
<11> it turned out the trail had just washed out in a couple of places
<11> about what I figured
<11> but, not a single other person on this trail
<11> probably 7 miles all to myself.
<11> who dies while hiking?
<9> 78 years old horny males?
<11> no
<9> 79 years old horny males?
<11> there's a guy I play pool with like that
<11> he's hiking all the time.
<9> :)
<9> who dies while hiking then?
<2> Sadly, not Noidea
<12> people bears find appetizing
<3> around here, people who ignore "closed" signs
<3> but our S&R team is quite good, and they need the practice
<11> closed is just a suggestion.
<11> besides
<11> if it gets so bad that I think I'm actually in danger
<11> I can just turn around.
<13> hi
<11> shhhhh
<11> it's nap time
<11> everyone is sleeping.
<13> bool empty(), Returns true when the BasicVector is empty, and returns false when it contains elements
<13> bool BasicVector::empty() { retrun empty } <--- is ths i true ?
<11> what?
<2> heh
<13> yes MrAshe ?
<3> GoGoHolland you writing your own? or looking at the standard library?
<13> my own
<3> for learning purposes, I trust, since it exists already
<13> yes?
<3> well, what you typed won't compile
<3> and the signature should likely be bool BasicVector::empty() const
<13> humm
<13> do we need to make an if statement to test if true or no ?
<3> not sure where you're going with this, but no
<2> It's a basic vector, it's always empty :D
<13> so we return 1 ?
<2> bool is true/false
<13> but i did a count to see if the size() is empty or no
<13> int BasicVector::size() const {return count}
<14> if the return value of a function is "bool", you should return either "true" or "false".
<3> GoGoHolland not a good idea
<13> humm
<3> empty() should return a bool, and should be O(1)
<3> GoGoHolland do NOT PM someone withOUT their permission


Name:

Comments:

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






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

#chatzone
#teens
#php
#squid
#chatzone
#MissKitten
#chatzone
loguri pe dalnet
#mysql
What plant is revered by the lovers of the stinky rose



Home  |  disclaimer  |  contact  |  submit quotes