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



Comments:

<0> just one more question
<1> inless you're dealing w/ a lot of old code it's not worth the effort yet
<0> how do I create an array of dog POINTERS?
<1> I won't tell you
<1> since I think you're wasting your time
<1> (and mine)
<0> oic.
<0> is that a downloadable ebook?
<1> no
<0> oic.
<0> alrighty, well ...
<1> none of them on that list are
<0> I'm going to have to rely on free C++ sources for a while :)
<1> south africa, eh?
<0> yep.
<0> I shall be back with vector questions in a little bit :D



<0> thanks vawjr.
<1> that will end up costing you a LOT more than the books
<0> yeah, I'm somewhat broke.
<1> and remember you pretty much get what you pay for
<0> don't have much of an option.
<1> learning a bunch of wrong stuff is VERY expensive
<2> I thought Johannesberg was the "city of gold" or something :) not that you're necessarily near there heheh
<0> cn28h: :P~~
<1> Joberg?
<0> thanks guys.. back with vector questions in a bit :)
<3> Frigging boost.
<1> the changes to filesystem are more than I bargained for, I'm cleaning up code I thought I'd cleaned up this morning
<3> vawjr: Did you see my questions on boost::bind?
<0> alrighty, vectors are lookin' good. Thanks vawjr.
<1> no, just that you had some, I didn't have time at the time to doe anything about it
<1> apcxx they were put into the standard library for a reason
<0> hee :D
<0> to make life easy for the Java ppl?
<3> vawjr: If you have a second: http://www.noidea128.org/sourcefiles/16158
<1> apcxx no, we don't give a hoot about Java people
<0> :P~~
<4> no, to at least attempt to have C++ catch up with the times
<0> so arrays are SUPPOSED to be a nightmare then? :/
<4> haha
<4> it's not like the intention behind them is "make them suffer!"
<1> Bjarne wanted to take them out of the core language
<4> but nowadays people don't really program like that
<0> btw, I discovered what I was trying to get at was: Colour** CC = new Colour*[num]; eek.
<1> Cowmoo C++ had reasonable containers LONG before Java
<4> I didn't mention Java
<4> just the times in general
<4> where people don't code with raw arrays anymore
<1> jbatista ok, what about it?
<3> vawjr: I positively do not get why it won't compile.
<0> just one question ...
<3> It acts like there's no matching function for the operator() call.
<1> boost::bind(&SQLSetEnvAttr, _1, _2, _3, _4) (.................. ?
<0> when I go vec.push_back(dogObject) ...does the vector take in a reference to or a copy of the dogObject?
<4> copy
<0> oic.
<0> thnx.
<1> it copies it into the vector
<4> well actually
<4> it takes in a reference, then copies internally
<4> (I believe)
<0> but I'm basically free to delete my OWN dogObject?
<1> oh yes
<0> and still have the dogobject element in the vector.
<0> kewl kewl
<1> well, a copy of it, yes
<4> kewlees
<3> vawjr: I thought SQLSetEnvAttr is already a function pointer in that context, isn't it?
<0> hee, thanks again for the help guys. Much appreciated.
<1> jbatista, dunno
<3> It's an ODBC function, if you didn't already know.
<3> vawjr: What problem were you running into with bind yesterday?
<1> I don't recall
<1> but I eneded up trying to call a templated function
<3> This is extern "C". That should work, according to the boost manual.
<1> jbatista what flavor of boost you playing with?
<3> Current Debian Stable version...



<3> 1.32.0
<1> ewwwwww
<3> They always are.
<3> I'll have to revive the old Linux box and try 1.33 here at home.
<1> 1.33.1
<1> and 1.34 is "due imminently" (lolololol)
<1> I'm still trying to get well, so I'm off
<3> 'night.
<3> Does vawjr have a cold, or something?
<2> <1> it's pumpkin, and I'm still recovering from the flu [yesterday]
<3> Flu is teh ****.
<5> hello
<6> ah, i see 'asio' was finally accepted into boost
<6> i guess that was a few weeks ago
<6> if they improve the documentation I might take another look at it - I tried it out previously but couldn't figure out how to do a lot of stuff
<6> strywgr don't message me - talk in channel :)
<7> it`s a silly question.
<6> just ask
<7> tat`s why i asked in PVT!
<7> then lemme try it my self first...if i`ll be in the same error..i would love to ask ;)
<7> mistakes are the first steps for learnin anything. my teacher said it once.
<8> Exact same thing my mother said o.O
<7> ;)
<6> hopefully you weren't the mistake ;)
<7> tell me where to start from.
<8> I believe I was =|
<8> lol
<8> strywgr, got a C++ Book?
<6> strywgr: http://www.rudbek.com/books.html
<8> Or even better... a motivation for learning C++
<8> Find that you'll learn things better if you actual have a projected goal
<8> actually*
<6> read the books at the link I pasted - they will guide you well
<7> thanx .. :)
<6> no goal needed other than the desire to become a real programmer
<8> Easier if you have small goals to achieve along the way though =P
<7> yeah..just tahught to utilize my time.. c++ was the best option!
<6> any idea what kind of programming / which industry you'd like to work in?
<6> the business programming world is very much using .net these days, I think
<8> Mmm.. .net aint bad
<8> 0 portability though so..
<6> huh?
<6> .net is pretty portable
<8> Oh?
<2> (that's kind of the point haha)
<6> not only across languages, but also across platforms
<8> Fair enough.
<2> see: Mono
<8> I haven't actually used any .net languages yet.
<2> Mono is Novell's implementation of the .NET framework
<6> yeah, a lot of the core of the .net stuff is made from open standards (iirc)
<2> yeah, ECMA standardized
<6> that's it
<6> it's not some proprietary windows only thing ;)
<2> like windows :D
<6> heh
<8> Ah well, I'm going to stick with C++ for now anyway.
<8> =P
<7> wat`s the purpose of cin.get();
<6> get's one char from the stream
<7> okiz.
<7> i started from #include <iostream>
<7> using namespace std; -> wat does this commnd did.
<7> int main()
<8> strywgr, how about I help you with some one on one tuition..
<8> I'll just go over the basics with you
<6> we really don't teach the basics here - get a book ;)
<8> Save the other guy some time and headaches I'm sure they've all seen it before
<7> hmz. sure
<6> bah, movers won't be here until 1:30pm
<8> You'll live =P


Name:

Comments:

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






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

irgiel maltin pic
sealizm
#apache
ImM`OraTors undernet
#MissKitten
#chatzone
#gentoo
hyujgyui
fremnet
#java



Home  |  disclaimer  |  contact  |  submit quotes