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



Comments:

<0> there's a place in tysons corner, VA that is sooo good
<0> wife eats there all the time cause she works in the area
<0> but not i, that's a bit of a drive
<1> Nice opening
<0> that's what i said to your mom
<0> BUUUUURN
<0> ok time to watch
<2> hey jeff, might be in Nature
<0> i did like the first season theme song better
<0> hmm, maybe the song was the same, maybe it's the silly words
<3> nice Q, is your name on a paper?
<3> wait its not a s. korean paper on human cloning is it? :)
<3> are you still hooked up with ms?
<0> jeff, not really
<3> i meant quantum, and morgan stanley :)
<3> but khan get me an xbox 360 :)



<2> yea jeff
<2> im still going for ms at the moment
<2> but, in the mean while this is for my dissertation
<2> or thesis whatever you call it
<2> this publication is only for Milestone I of my project
<2> so its going well
<2> Milestone I of V
<3> will you be the sole author?
<2> my professors will probably be on it too
<3> thatll be sweet
<2> they did give me a lot of support
<3> what subject?
<2> neuro computation
<3> my computer thinks its cool
<2> its basically simulations involving bistability of membrane potential of neurons in mesh networks
<2> ill send you the proposal paper when its done
<2> it explains all the background in simple terms
<2> aimed at fellow students in my year
<3> yeah, id like to read it
<2> totally different than last years Kevlar project
<3> what are the other stages of your thesis, design, implement and another paper?
<2> well this is the proposal, the next paper will be the full thesis, which is design and implementation and conclusions
<2> the paper I might sent only involves Milestone I which I already implemented
<2> send
<2> for publication
<3> i miss school :)
<2> soon it will be finished for me too
<2> but I will continue with a part time masters in Financial Engineering
<2> while I am working
<2> two masters cant hurt
<1> Wow, guess I got that one wrong
<2> hmm?
<4> I didn't do much with ifstream and ofstream, is there a good tutorial to show me how to export/import to/from a file?
<5> by export/import you mean read/write?
<4> yep
<5> just like any other stream
<4> I just have to use the ifstream and ofstream members?
<4> do they do eveything?
<4> I just need to output the contents of a vector of cl***es to file and then beable to input it
<4> simple
<0> odama's got president fever...he's got president fever!
<4> huh?
<4> ok I'll check out www.microsoft.com they listed the definition of everything there
<4> just that AccCPP didn't go to deeply into it, or if it did I don't remember
<1> adama
<1> Not odama
<1> You osama obama loving gaey
<4> who is adama?
<1> Battlestar Galactica
<4> oh
<4> I'll finish up 7 more pages of this MFC book and try out some ofstream ifstream
<6> good morning
<7> what does this mean? #c unable to join channel (need correct key)]
<8> _BUFU_, /join #C main
<7> thanks :)
<8> np
<9> i want #define foo(name) struct name_bar , foo(Bill) to result in struct Bill_bar being defined
<9> is there a way to do this?
<10> what is the best way to get into Financial development?



<8> #define foo(name) struct name##_bar
<11> Descartes_, apply to allthe big banks
<11> citi bank hires a lot
<10> but if you dont have experience theres the problem
<12> what function should I call to empty memory?
<8> empty memory?
<12> yes :)
<12> empty a pointer address
<12> I don`t know really good to explain
<8> how did you get this pointer address?
<10> cant you destory the pointer, and its varables. would that free memory?
<13> We had this discussion yesterday, and you never defined what you meant by "empty memory", nor what your goal was in doing it
<14> zero memory?
<12> yes
<14> you can set the pointer to 0 if you wish
<13> *Why* do you want to do this?
<12> I don`t know how to explain but if you compile the source that is at www.noidea128.org username: ^VulturU^ , I`ll think you will understand what I`m asking
<13> I'm not seeing the need stil
<12> I have 2 polynoms and I want to make the sum of whem
<15> hello
<15> run do you remember me?
<16> I'd like to learn C++, and im wondering if there is a good, free IDE out there I can download
<17> MS has a free version of their IDE/compiler
<18> anomaly, check for dev-cpp
<18> i guess you're on windows?
<16> sure thing
<16> yeah
<16> first result is bloodshed software
<16> full-featured IDE, ill give this a shot
<17> voider: if he's on windows, why wouldn't he use MS' IDE?
<18> jottinger, because dev-cpp does the job?
<18> and it cost 0$
<18> ms distribute their compiler freely
<18> but not the ide
<18> and he asked for an IDER
<18> IDE
<17> MS' Express C++ thing includes the IDE, and it's 0$
<13> VC++ 2005 Express is free
<16> Yeah, i apologize if im not being clear: even i dont really know what exactly i need lol
<19> VC++ Express 2005 is for free
<13> and includes pretty much everything a newbie will need, except the PSDK
<16> ahh, ill check that out too then
<19> (and it really erases other free windows c++ ide's)
<16> :O
<19> ah, and as Asriel said, just install the Platform SDK with it and you got a very nice ide
<16> oh rgr
<16> thanks for the help!
<16> i hope this isnt as hard as what ive been hearing
<16> learning C++ that is
<13> Depends on your definition of hard
<13> Compared with proving the Riemann hypothesis, it's easy. Compared with frying an egg, it's hard
<18> learning c++ is funny, not hard
<16> lol
<13> True mastery is very hard. I've been doing this for a decade, and I wouldn't say I was a true C++ master
<16> ive fooled around with Python, making simple programs like an Ohm's law calc, but when it came to distributing the programs to tother computers
<16> it became a h***le if they dont have python installed
<16> i think when it came to compilers, i was lost
<13> We recommend you pick up "Accelerated C++" by Koenig and MOo
<13> Your friendly local Amazon will have a copy, most likely
<16> oooo
<13> The channel reading list is http://rudbek.com/books.html
<16> i wonder if the library has a copy
<16> its got great reviews
<13> It will actually teach you C++, and not "C with some extra stuff"
<13> It's especially useful if you've never done C
<16> sweet, thanks again :)
<20> warning C4013: 'filelength' undefined; ***uming extern returning int
<20> how can I solve this
<13> define it
<20> m=fileno(fp);
<20> kayitno=filelength(m)/sizeof(yolcu);
<20> its a function for finding the filelength
<20> it works fine but gives warning


Name:

Comments:

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






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

#AllNiteCafe
#c++
kernel svc dropping request
XphaN
#windows
#linuxhelp
/dev/cciss gentoo
what is moduleentrypoint
k0rdell
#london



Home  |  disclaimer  |  contact  |  submit quotes