| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Comments:
<0> They got points for doing good <1> the point is that I was preparing myself for the future I wanted, not what anyone else thought it should be <0> You will never judge your life by the number of things you know about computers, rdragon. <0> I don't want you to look at yourself that way. <2> And that is the harder road travelled. Bravo, good sir. <1> computers isn't the point - the point is that I learned how to be resourceful and independant very early <0> I recognize that, but it's time to learn something else now <1> and even as so many people ragged on me that I should be doing better in school, I had the will to know what I had to do <0> And so now you're working at what even you consider a dead end job <1> well, yeah, that's why i've gotten back into school and am trying to get my degree - so that I can consider law school <1> yep, but it's showing to be a possible stepping stone closer to where I want to be <0> Your yearning for something that you refuse to see <0> s/Your/You're <1> not possible, it IS a stepping stone <0> Law school, a better IT job, this, that <1> but it's crumbling under my foot - it's time to take another step
<0> I don't understand, do you want to be a lawyer or a happier programmer <1> first I want to be a happier programmer <1> and I want to be in a position that I can become a lawyer if one day I want to - because I can forsee my desire <0> Alright <0> If you got a better job <0> In a cubicle somewhere <0> How would you finish school <1> part-time <2> Online courses <2> You could do them at work <1> possibly <2> You could also just get a job at a place that will pay for your schooling <2> Crazy as it sounds, some places do that. <1> the place i'm at now does that <0> :| <2> Perhaps that's why they're going out of business. <0> Okay, everything I said still stands <0> Even if they didn't pay for school <2> That should be on your document A. <1> well, this semester is only $1500, and that's only because i'm not considered a resident - otherwise it'd be like $500 <0> It's easier to win on the hand you're dealt than on the hand you might get next <0> Well, I meant, how would you find time to attend <0> But really it's all academic, I leave it up to you <1> night cl***es <2> Except that luck has no memory. So, you're equally as likely to win the next hand as this one <3> no, because you are not certain you will get a next hand <2> Then it's a crap-shoot either way <2> So both options are equally valid <1> but it's not even that obscure <1> geez, it's 530am <4> sleep on it <1> that's a problem... i haven't slept much in 3 weeks, heh <4> see if you can get a short holiday(vacation) <4> and do not think about it <1> yeah, i'm going up to NY to see my folks in march <4> good stuff...by NOT swirling around the problem in your head your brain will sort it out for you:) <1> aye <0> Why haven't you slept? <2> You wouldn't let him. <1> lol <1> I don't know, I just haven't been able to <4> get some excersise <1> yeah <1> see, a new job would get me out of the house ;) <1> working at home has been horrible for my social and physical health <1> maybe i'll go to disney this weekend <0> Proper mentality -> proper action -> satisfaction -> fulfillment -> yawn <1> it's the happiest place on earth ;) <4> the frigging magic kingdom <0> :o <0> :| <1> hehe <0> Disney's expensive as hell <1> it's like $60 for the day I think <4> i do martial arts as an aside from sitting here staring at a screen <2> I frequently karate chop the screen when my code doesn't compile.. does that count? <4> ja <1> hehe <2> I'm kidding. I don't program anymore. <0> Heh <4> the point is to get away from the computer for a few hours
<4> it does a power of good:) <0> Definitely <1> yeah <1> see I think having to work in an office and having set hours will do a world of good in being able to separate work and pleasure <1> it's tough when you work where you sleep <1> you wake up, and you're at work <2> Although the perks of being able to take naps in the middle of the day is nice <4> has 2 benefits : one you finish code quicker and 2 you dont have to look at the screen for hours <2> I did that for 7 years. <1> yeah <2> I quit a year ago.. haven't looked back. Now I get to design systems that can kill people. <1> military stuff? <4> i rented an apartment once to wwrite a bucket load of code and spent 6 months there <2> Yeah <4> i was a wreck after it <0> That's freakish <2> Not so much. Somebody has to find a way to exterminate you lot. <2> Oh.. you were referring to bealtine's comment. <2> My bad. <2> Why couldn't it be a beaver? And why couldn't it be shaved? Woe is me. <0> Because I'm not 14 years old <1> mmmm, apple turnovers <5> what is the function to search in c++? <4> search what? <2> To search what kind of data? <5> search a database that's created.. <4> thats a job for your db engine <1> whats a database and who created it? <5> well im creating a database with the c++ program and searching it <1> what kind of 'database' ? <6> did you make the db or is it something like mysql etc? <4> xml/mssql? and how did you create it? <5> a short C++ program to implement a simple database for storing a list of inputs from a single rally stage. Each input consists of a Car Number and a Lap Time (in whole seconds). <1> so you're creating a new kind of database <1> you'll have to design your own ways to 'search' it <5> im not sure.. maybe we're supposed to link it to mysql.. <6> oh, well in that case you're going to have to write your own search functions i'd imagine <1> maybe? <1> how about first you figure out what it is you're trying to do, then you can ask for help doing it ;) <6> there would be no reason to link your db to mysql, if thats the case the just use mysql <6> *then <5> sounds like a plan :) <5> thanks for the help <7> :) <8> i ve got a win32console project with mfc support and cout things to screen, anyone know of a few lines to redirct it to a file, mine dnt work <7> *yawn* <7> > <7> I think you can do that in dos.. <7> although why dont you allow the user to specify where it goes? <0> ofstream or CStdioFile <1> not dos. dos is dead <1> http://www.josuttis.de/libbook/io/redirect.cpp.html <1> but instead of using cout, maybe you should just use the stream to the file <1> or p*** a std::ostream to whatever functions are doing output <8> just need the screen contents for debugging while im away from the computer <5> well i can find C++ wrappers for mysql.. <9> You don't need any. <1> I thought you wanted to make your own database <1> and you don't want to wrap C++, you probably want a mysql library instead <9> rdragon: I think he wants to wrap the mysql C API into C++. <9> (which you don't need to do) <1> really? <9> That's how I understood him. <1> heh <1> alright, i'm off - seeya <0> Night <0> Me too <4> night <1> night <5> okay, i think i want to make my own database.. is there any set way you can do this in c++ or is it just done using cl***es..?
Return to
#c++ or Go to some related
logs:
#linux amaria2006
#javascript What is the nationality of Agatha Christie's detective Hercule Poirot ?
Error in JAR file format. zip-style comment? fedora clone database Creation friendster overley mela hijja #MissKitten t
|
|