@# 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> or maybe a close relative
<1> if you pronounce that 'abuse' differently then it could mean something else...
<1> damn ambiguity....
<2> why procrastinate when you can just put it off
<3> [12:02] <Ena> amig0 i will do a report abuse 4 that .. in cservice ..
<2> i wish i knew what that guy was babbling about now
<2> shall I unban him for a giggle?
<3> I sent him the undernet FAQ
<3> I wouldn't yet
<3> Let's see if he reads it
<3> [12:05] <3> http://www.user-com.undernet.org/documents/unetfaq1.txt
<3> [12:05] <3> Look up question 1-9
<3> [12:05] <3> "Help! Someone kicked/banned me from a channel. To whom do I
<3> [12:05] <3> complain?
<4> i have a fonction that is alway returning true; altho it isnt supposed too since everything is false innit, any idea ?



<5> you can't code?
<3> [12:06] <3> I will be afk, msg bealtine if you have any questions or want to say anything about that.
<4> no no i can, but thats werd
<4> hum ohh i wasnt building it
<5> I don't understand this bug :/
<0> my program doesn't work
<5> (*iter)->long_name() returns an uninitialized std::string const& ...
<6> lol vawAFKhome
<5> just thinking out loud :p
<5> that means that LongName<T>::M_KEY_long_name wasn't initialized.
<5> where T is... hmm.
<4> template
<5> iter is std::vector<Derived::container_type::iterator>::iterator
<4> lol am not there yet
<5> so *iter is Derived::container_type::iterator, so (*iter)-> is member function of ... something. Hmm, what is Derived there?
<5> CGDFile.. ok, so (*iter)-> is member function of whatever is contained in CGDFile::container_type
<5> which is.. std::vector<CGDFile>, so ... a member function of CGDFile.
<5> Then T is CGDFile too.
<5> and that is, as I thought impossible... LongName<CGDFile>::M_KEY_long_name only occurs as base cl*** of CGDFile, and is *always* initialied :/
<5> oops, I mean LongName<CGDFile> only occurs as base cl*** of CGDFile
<5> SHORTNAME : ShortName<CGDFile>::solve_collisions((std::_Rb_tree_const_iterator<ShortName<CGDFile> >) 0xbff58ac0): calling long_name() of object of type CGDFile at 0x9ae2680
<5> Segmentation fault (core dumped)
<5> damn, got to go
<7> http://www.mightymiddle.com/index.php?/archives/705-Eat-It..html
<7> weeee
<8> hey. can anyone give a me a program source in c++ which makes graphics or 3D objects using a mathematical equation?
<9> www.google.com
<9> So, it looks like my current contract is up in two weeks.
<9> Whee!
<8> can't find anything :|
<9> Gotta love that advance notice.
<8> Solamente, really I can't find anything I can use, I found tutorials and all... but I'm in a hurry, don't have time to read them..
<9> Pardon me if I'm somewhat unsympathetic, then.
<9> More on code as poetry, this time as a quote from Dirac addressing Oppenheimer: "Oppenheimer, they tell me you are writing poetry. I do not see how a man can work on the frontiers of physics and write poetry at the same time. They are in opposition."
<9> "In science you want to say something that nobody knew before, in words which everyone can understand. In poetry you are bound to saysomething that everybody knows already in words that nobody can understand."
<0> Charyston for what do you need this?
<8> some tards project. so it can be anything... the representation of the 2nd degree ecuation or anything...
<10> anybody has experience using direct show
<0> you need 3D to show a 2nd degree equation?
<10> whats this streams.h header file used for
<8> [21:11] <8> hey. can anyone give a me a program source in c++ which makes graphics or 3D objects using a mathematical equation?
<9> Charyston: No, we don't *give* programs.
<9> Especially not to people who should be doing it themselves for a project.
<8> it's not for me, I'm trying to help somebody, I don't even know what's it about
<9> I don't care.
<0> if "somebody" needs it they can show up themselves
<0> we _definitely_ don't do 3rd party help
<8> he doesn't use irc
<0> oh well
<9> Still don't care.
<0> not OUR problem
<8> uhm..
<8> ok.
<9> We don't hand out code for projects. It doesn't matter for whom.
<2> and what makes you think we'd have readymade projects just lying about waiting for some newb to come along and ask for them?
<10> if i include streams.h in my project, its giving 251 errors
<9> Samyyyy: I don't really know what streams.h is. It isn't standard C++, though.
<0> what is streams.h ??



<2> dr dr it hurts when i cough, dr : then dont cough
<10> actually i need help regarding directshow
<9> We know. We are waiting for you to ask a question.
<9> That doesn't mean we'll be able to help, since DirectShow is not related to C++, either, but sometimes we get bored and diverge.
<9> But we'd really rather you just ask.
<10> while i am using directshow include files, i am getting the error "file not found"
<9> See, this wasn't even related to DirectShow at all.
<9> That's why we want people to just ask.
<9> It sound like you don't have your INCLUDE path set up correctly.
<9> You'll either need to compile with environment set up for DirectShow builds, or add the appropriate include paths to your C++ project.
<9> Since I don't use DirectShow, I don't know what those paths are, so you'll have to consult the build documentation.
<10> everythingz going fine, but if i include streams.h , the vc++ compiler raising an error for another include file not found
<10> if i include the other file, then its asking for someother file not found..
<0> WHAT THE **** IS STREAMS.H
<0> we've never heard of it
<9> And my previous answer still stands.
<11> Samyyyy you're going to have to do a much better job of explaining exactly what's wrong
<12> are people supposed to avoid using MFC?
<11> I would, heh
<2> you must avoid mfc at all costs
<2> this is an order
<9> ViPr: MFC is antiquated and a less-than-exemplary specimen of how to create an application framework.
<9> That's why we typically recommend against it.
<12> ok how do i find files without using mfc?
<11> find files?
<2> magnifying gl***?
<2> FindFirstFile etc works fine on windows
<12> findfirst is MFC
<2> api
<11> I think you're wrong, ViPr
<13> FindFirst is WinAPI
<0> ViPr I _know_ he's wrong
<0> besides you should use boost::filesystem
<14> Header
<14> Declared in Winbase.h; include Windows.h.
<14> pure api
<0> then you won't be stuck if you have to move the code someplace
<13> at my work, boost doesn't fully compile :/
<12> yah i don't want to be stuck to microsoft's ***
<13> such a shame :/
<13> i've copied & adapted a few parts, like smart ptrs
<12> which is why i need you to tell me the secret code to search for files
<14> ViPr : as vawjrwrk said, boost:filesystem is a good choice
<12> wait if i'm using microsofts compiler then probably they won't allow me to use something besides MFC will they
<0> they even have an example of a simple ls command...should be trivial to adapt
<0> what the **** you talking about?
<11> ViPr don't be silly
<15> vawjrwrk kicks ***?
<12> boost filesystem is something i have to download extra! why can't i just use something i already have that is not mfc?
<0> because it's a lot better
<2> if you dont want to "download extra!" just use the api
<4> how do i p*** a pointer in param ?
<0> and if you want to play with what you have, please go do it somwhere we don't have to watch (and you'll grow hair on your palms)
<0> toast get a ****ing book on C++
<14> ViPr : you can, but then it would be whatever microsoft already provided - which isn't always portable
<12> but findfirst is MFC!!!!
<0> ViPr YOU'RE FULL OF ****
<2> it is not
<11> ViPr you're wrong
<11> stop insisting that you're right
<12> yah as i said. they won't allow me to use something other than MFC
<14> ViPr : it is NOT. say it to yourself until you're understand
<11> who is "they" ?
<0> who is THEY?????
<15> rdragon, you know, the Nazis
<15> ;)
<2> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findfirstfile.asp
<4> DARKNESS EVERYBODY, DARKNESS !
<15> MFC isn't that terrbile
<11> terrorists, heh
<2> the tinfoil hats


Name:

Comments:

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






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

#MissKitten
#teens
openL2TP ubuntu
sealizm
resetting the rd1072a
#mirc
cartoon strongman
camdians
#php
#linux



Home  |  disclaimer  |  contact  |  submit quotes