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



Comments:

<0> hmm
<0> program database, maybe?
<1> yea
<0> i don't know how to actually do the ***ociation
<1> i have the same build in release and debug, and the pdb files generated by the debug build
<0> oh, I'd guess you need the pdb from the release build
<1> bah, it's not generating one...
<0> you can probably tell it to generate one and recompile, and it might not actually touch the output exe
<0> (meaning you could likely use it)
<1> mk
<0> http://msdn2.microsoft.com/en-us/library/yd4f8bd1.aspx
<0> guess you're out of luck - hopefully you can reproduce that crash, heh
<2> aspx :S
<2> mspx : S :S
<3> what's the difference between a script and a program?
<4> a script is a program too, but is executed in the context of another program



<5> A script is usually interpreted by another program.
<3> so would php be a scripting langauge?
<4> more or less
<6> Wouldn't that make java pretty much a scriptting language?
<4> I don't know enough about java to give my opinion on that
<5> No, because it's translated into byte-code before interpreted
<5> scripts are usually parsed on the fly in their original format
<4> this is a very boring question
<6> In a way.
<7> anyone know the name of the dos app that will compair 2 files and tell you the differances?
<5> fc.exe ?
<7> hmm, maybe..let me check, thanx
<5> Use the /B option for binary files
<8> anyone here can help with FoxPro?
<9> Hi all! I am VERY new to programming... really, I have no experience whatsoever. My question is: For a beginner, what is the 'best' compiler to start with?
<10> AGI, what platform?
<9> windows
<9> money is not a problem either, I just want to get something good. I plan on getting into AI
<9> <hopefully>
<1> VStudio.NET 2005
<1> although, you can start w/ visual studio c++ express which is free
<1> http://msdn.microsoft.com/vstudio/express/visualc/
<9> cool! thanks Obike!
<11> **** th4 stl
<0> bsod - ?
<10> you know, short term loans
<10> they ****
<11> i need that c++ python binding quick... how is it called, damnit? :(
<11> oh
<0> boost.python ?
<11> yay ty rdragon
<11> sorry
<11> i need to #include <boost> before getting #here
<0> nope
<12> <boost> ??
<11> nice:)
<11> i like #include <string> and #include <vector> the most about c++
<0> bsod stop trolling
<11> k
<13> hey anyone know a good site with tutorials? like graphix and such concole based I mean..? and is there a way to start a consol app before the bootscreen in xp?
<12> what does this have to do with C++ ?
<0> no, not really, and no
<14> .. Before the bootscreen?
<13> well yeah before windows starts
<0> if you write something that runs 'before windows starts', you'll be writing your own operating system
<15> Quake 4 can be started before xp
<4> big-heh!.
<13> no.. doesnt my app then relie on dos?
<0> hopefully not
<4> it likely does not
<0> Alfei it looks like you have a big misunderstanding about 'how things work'
<13> ok sorry if I'm asking dumb questions new to C++
<4> that has nothing to do with your poor knowledge of C++
<14> Well, Alfei, what is it you are trying to do?
<4> it has to do with your poor knowledge of.. about anything about computers
<14> Well, I'd rather say he lacks knowledge about OSes. He seems to master the mosue and keyboard.
<13> nothing special.. the before windows thing was just a question but I would sure like a link to some C++ tutorials so that I can lern a bit :)
<4> so do secretaries and they still don't understand why click on a button that says "Close" closes their application
<15> amazon



<0> ebay
<4> library
<4> book store
<14> Well, there's a bunch of recommended books we can point out. As for tutorials, most are incorrect or just plain ****. But try google.
<4> friend
<0> places I can buy books?
<0> places I can get a date
<4> hmm. books and dating
<0> chicks dig books
<4> in a way
<14> Female librarians are usually hot. IT's part of the job description.
<0> my highschool librarian was not hot
<14> Neither was mine come to think of it. But she was smart. Smart is ***y, right?
<4> uh, no.
<0> depends... it has to really outweigh their looks
<4> still no
<14> I think EwIck is trying to convince us because of his own lack of smarts. =P
<4> unless she can solve a rubik's cube with her boobs, it's not ***y
<4> "lack of smarts" right
<0> heh
<16> Hrm
<4> skipped a few English cl***es huh
<0> smartlessness
<14> Well, I'm french canadian... Eh?
<4> well, so am I Eh?
<14> Really? Oh well. =)
<4> didn't see that coming huh
<14> Well, not really, no. =P
<4> so what's going on rdragon
<4> quit your job yet?
<0> hmm, not yet
<4> we just started a new game based on a movie released next year
<4> xbox 360 baby
<4> can't wait to get my hands on the dev kit
<0> neat :)
<0> i really -should- be looking for a real job, heh
<4> guess you have to figure out what you want to do first
<0> yeah
<0> well
<0> i should be applying to places anyway
<4> mcdonald's
<0> bah
<4> I would be more than happy to have my happy meal served by you
<0> would you like spit with that burger?
<4> only if you have a really bad cold
<17> can my "read" member function return a vector of its cl*** type
<0> hehe
<0> pfloyd345 of course
<17> ok : )
<0> vector<T> read();
<17> yep
<11> perhaps i wasnt trolling after all?
<4> ...
<4> who are you?
<0> a troll, obviously ;)
<11> *grrr* :)
<11> nah mostly embedded systems and 3d graphics
<0> 3d trolls
<11> djiez man:)
<4> your answer to "Who are you?" is "mostly embedded systems and 3d graphics" ?
<4> that sounds very odd
<11> oh well, have it your way:P
<11> sure i am
<11> uh?
<11> most newspaperboys know less
<11> oops
<11> sorry
<4> yeah you do that
<18> struct value { int n; }; struct connector:value { char *name; }; struct connector c[10] = { ??? }; // how do I initialize this?
<14> You'll ahve to define a constructor.
<18> okay I have constructors too...
<14> connector::connector(int param1, char *param2) : value(param1) , name(param2 { }
<18> value::value(int num) { n = num; } connector::connector( char *name, int number ) { ... }


Name:

Comments:

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






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

Yogui Bear + sounds
/usr/lib/python2.4/site-packages/rpm is needed by yum
#linux
php in htaccess
#AllNiteCafe
ubuntu [error] [client 127.0.0.1] Premature end of script headers:
CONSTANTA EARP
#linux
#linux
#chatzone



Home  |  disclaimer  |  contact  |  submit quotes