@# 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 11 12



Comments:

<0> AND GET THE **** OUT OF MY CHANNEL
<1> 8==================D ~o ~o ~o ~o
<2> ahh, looks like today is off to a good start
<3> were you a drill sargeant at any point in life vawjr?
<4> something rattled your cage vawjr? ;-)
<3> Just reminded me of one
<0> yeah, that ****ing twit
<5> well that was kind of funny
<5> lots of ****wits in here today
<6> and most days, in truth
<6> one wonders how they escaped of MSN/Yahoo! etc and onto IRC
<4> http://www.urbandictionary.com/define.php?term=****wit
<4> I like definition 10
<4> "Literally, one whose wit (intelligence) is ****ed"
<7> csboy, he rings a bell



<7> That might be because he's a repeat offender, or it might be because he's representative of a repeat offending mindset
<8> hmm
<8> I wanted to set this nice picture as wallpaper...
<8> but just before clicking on 'set as wallpaper', I wondered: wait - what do I have set as wallpaper right now?
<8> And then I realized that it makes no sense to set a new wallpaper :(
<9> Off to office
<10> I have C++ installed on my computer v6 from visual studio. Could I still code C in there?
<2> VC6?
<2> why did you buy such an outdated piece of crap software?
<10> When I bought it, it was new :P
<2> get VC8
<2> VC++ 2005 Express
<2> it's free
<10> Could you tell me a link?
<2> microsoft.com
<11> for free stuff --- http://www.thefreecountry.com/compilers/cpp.shtml
<11> 1st link on that page, iirc
<11> and why would you want to code C ??
<12> and there's an option to compile as C code in vc++
<10> Well I am a newbie in C and I want to learn
<11> learn C++ instead
<11> it's a better language
<10> I was just reading http://www.cs.cf.ac.uk/Dave/C/node4.html#SECTION00430000000000000000
<10> Isn't it the same?
<5> oh dear
<2> no, evol
<10> Well I thought C++ was just an extension of C
<2> maybe in 1987 it was
<13> in streams, buffer delimiter is newline, can you replace this with something else?
<11> cynic_X_ I think you're mistaken
<13> vawjrwrk, howcome?
<11> "buffer delimiter" has no meaning ic C++ that I'm aware of
<13> well you have line buffers, so it has a delimiter
<11> what's a "line buffer" ?
<2> don't make up terms, cynic_X_
<13> that thing streambuf gives you, like, you give \n and the stream delimits it
<13> I'm sure I saw "line buffer" in the standard.
<11> cynic_X_ I have NO idea what you're talking about
<11> yes, there's a streambuf, what about it?
<11> my copy of the standard is at home
<11> I can't look
<10> Do you have any good tutorials I could use in order to learn?
<11> so why don't we go back to what you thinkg you need to learn?
<11> I recommend the books at http://rudbek.com/books.html
<13> say, there's the std::cin, a stream instance. ok?
<11> k
<13> you use the operator>> to input something is that correct terminology?
<11> that's one way
<13> it delimits on whitespace and stuff (was that correct terminology?)
<10> Vawjrwrk, how about any free stuff?
<14> http://www.cplusplus.com/doc/tutorial/
<11> evol I don't care for any
<11> goddammit, stop with the cplusplus ****
<11> it's NOT that good
<13> haha
<13> yeah it ****s.
<10> But its free :p
<11> cynic_X_ continue
<11> evol so are cow patties if you go out to the farm
<10> I'll pay for a book after I learn the basics.



<11> or ranch
<11> evol you're a fool
<11> because you will NOT learn the basics correctly from the "free stuff"
<10> Vawjrwrk I haven't ever used that program. Why paying already?
<2> evol a book will teach you the basics faster and better than anything free
<11> used what program?
<2> go to the library/bookstore and sit down and read it
<13> vawjrwrk, so the input has '\n' at some point, which somehow finishes the operator>> execution and goes back to see the next statement or the next whatever.
<13> how was this step?
<10> I see that you are sure of what you say, therefore I should get those books :p
<11> cynic_X_ '\n' is "whitespace" as far as the input streams are concerned
<13> but something finishes the operator>> call.
<10> Thanks
<2> evol you can start with just the first one
<10> Rdragon, that was just what I was intending to do
<2> k
<11> cynic_X_ ah, you're talking about the actual input
<11> not operator >>
<13> yes, operator>> was just one way of reading
<11> because operator >> will stop on any whitespace
<11> you don't like the buffering? you don't like giving your users a way to correct their input before you try to process it?
<15> Doesn't it depend on the type p***ed to operator >> anyway? When I overload streams, I sometime read whitespaces and linebreaks before returning.
<13> I want a different delimiter because I don't want it to act like one line. I want more lines.
<11> huh??
<11> what are you trying to read?
<2> cynic_X_ maybe you should describe what you're actually trying to do, what kind of input you have, and what you're trying to do with it
<2> paste the actual input (file?) to a paste site and show us what you want to do with it
<2> there's probably a more elegant solution to do what you want than what you think you should do
<13> I don't think I should do that. It is for fun and games.
<11> huh????
<2> what game? waste our time?
<13> rdragon, eh? your time is wasted on irc anyway.
<2> only when talking to people like you ;)
<11> anyone know of a way to get the compiler/preprocessor to "make up a name" ?
<2> make up a name?
<11> I need a bunch of unique ones
<2> oh
<2> i doubt it
<2> what's "word for hire" ?
<11> "work for hire" ?
<2> nope
<11> dunno what you're asking then
<2> thought it was a typo for 'work' in this contract, but apparently it's not
<11> don't sign it then
<16> they're going to make you use MS Word
<17> anyone know how to p*** special characters through the shell
<6> k?
<17> yea
<17> like if i use getchar
<6> How's that a C++ question?
<17> ever get input?
<17> newb
<17> haha
<2> huh?
<6> What does getting input have to do with shell escaping?
<17> maybe i need to send a special character to my program
<2> that's got nothing to do with C++
<17> yeah it does
<2> no, it doesn't
<11> explain how
<17> shut up
<6> maybe you do. But I'm not sure what your problem is, still
<11> Penguin___ did you just tell me to shut up?
<6> What "special character" are you having problems reading?
<17> yeah
<17> shut up vawAFKhome
<2> lol
<2> throw him on the pile
<6> National troll day, it seems
<6> Low scores for that one though. No medal
<18> vawjrwrk reminds me of my work :P
<18> have to do that to customers sometimes
<19> do what to customers? beat them?


Name:

Comments:

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






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

from.submit() onsubmit
#linux
#AllNiteCafe
Who was assigned to steal the girdle of the Amazon queen Hippolyte ?
bander_83
#AllNiteCafe
#AllNiteCafe
#linux
#linux
#AllNiteCafe



Home  |  disclaimer  |  contact  |  submit quotes