@# 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> not if it was designed without that in mind from the start, heh
<1> yes, the problem is, there's one big stock that doesn't quite fit on one machine at times, and i'd have to divide finer than that
<1> it is easy to split at a stock boundary, but i may need to split it down the middle of a stock, and that's trickier because the stuff is connected more strongly
<1> anyway, i have to go sleep. good night/morning/afternoon/evening
<2> hi, can anyone help me with https issues?
<2> ?
<3> ajuta careva pe aicea ?
<4> english dowg



<5> Me next! Me next!
<6> :)
<6> why ?
<5> Because. I slap back.
<6> No you are a good boy
<5> Sure, yeah. We'll go with that one.
<6> Run when you will be onnline prv me .. i have something to told you
<7> "to told you"
<6> told tell / no matter :)
<8> "no matter"
<6> you are stupid ?
<7> "you are"
<7> (it should be Are you...)
<6> k
<9> actually "you are" is perfectly acceptable, and grammatically correct.
<6> NineVolt_ i konow :p
<6> know
<6> :)
<7> NineVolt_: I agree, but it sohuld be "Are you..."
<7> should* even
<9> it would be better as "are you", or at least worded in a more common fashion.
<9> but there's nothing wrong with talking like yoda.
<8> stupid, are you?
<6> stop fighting :)
<7> =))
<6> Who I'm I?
<6> :)
<10> Who I am I
<6> is Good I'm
<6> :)
<6> on this channel .. all the people are smart :D
<5> Heh.
<6> and TCA is to :)
<6> bye !
<11> hey is this the command on c++ for shudown?
<11> #include <windows.h>
<11> cmd("ShutDown Now")
<12> heh
<13> guess he found it
<12> haha
<14> http://cpp.sourceforge.net/?show=12234
<15> CppIsWeird, why don't you use linux or some other wonderful library?
<9> linux is horrible.
<9> that's why.
<16> why is linux horrible, NineVolt_?
<5> Linux is fine if you don't have to interact with it.
<5> Once you need to install something, config something, or actually need to use it as a desktop... things go downhill very quickly
<16> nah, you just have to learn how to use it
<5> Right. That must be it.
<5> The 23 years of unix experience I have has no bearing on it whatsoever.
<16> I used to use linux as my desktop, but had to switch back to windows to do some programming... I should switch back sometime.
<16> maybe I'll do it today
<17> linux is config hell
<17> :P
<18> hei Tamama +1
<18> :)
<15> "linux is config hell"
<15> heh
<15> what can't we heear



<15> hear
<19> night!
<20> hello all
<21> hello
<21> can i use function args to set default args ?
<21> example
<21> bool Send(const char *s, size_t l = strlen(s));
<22> slimD what does your compiler say?
<21> no :)
<22> and why wouldn't you simply use std::string instead anyway
<23> How can I pull the system time to create a random number generator in C.. not C++
<21> it said that s, is undeclared :)
<22> /join #c main
<15> Cheezy, time(0)
<21> vawjr, it was just an example, i use string
<21> another example
<23> vawjr, it will let me join in there, but not talk
<22> you have to wait about a minute, they're paranoid about flood bots
<21> int add(int x, int y = x);
<23> kk
<15> slimD, you can't
<21> default parameter are to be const only ?
<22> error C2587: 'x' : illegal use of local variable as default parameter
<22> and no, I tried it w/ a global variable and it worked just fine
<21> ok
<21> another question
<21> is "for each" a keyword in c++ ?
<21> or a specefic keyword ?
<21> for some compiler
<15> you have std::for_each
<15> i never used it
<21> ok
<22> no
<22> slimD what on earth are you using to try to learn C++?
<21> cuz the msdn here, doesn't say if it's a ms specific keyword or a managed c++ keyword
<15> http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/index.html
<22> ****, you trying to learn C++ from reading MSDN ?
<15> heh
<21> hehe
<24> "int add(int x, int y = x);" would work if x was global? Well, I elarned somethign today.
<22> no
<22> x is clearly local there
<25> if x was global it'd be outscoped by the local one anyway
<22> int blah = 7;
<22> int add(int x, int y=blah);
<22> that compiles (for me)
<26> vawjr: recently I've seen such a template function, declared like template<const int bpp, const int surface_count> ... is there any need in const? There could be only compile-time known values p***ed as a parameter to a template , right?
<22> melfar don't know
<22> I've not seen that anywhere
<22> char* blah = "testing";
<22> int add(int x, int y=strlen(blah));
<22> that compiles also
<26> is that a function declaration?
<22> melfar yes that was a function declaration
<27> How would I apply linear transformation to an easting and northing relative to a center point on a map? I need to convert the northing and easting to pixels. As much as I read about linear mapping I still don't understand.
<22> I what are you using for definitions of "easting" and "northing" ?
<28> I have a cl*** that I use to Log what happens on this server, can I just p*** it as a reference to everything the Server cl*** instantiates and use it like that, or is there a better way?
<27> Lambert projection. I am applying a first and second parallel, lat/lon of origin, and my lat/lon point.
<27> I have the projection done through a cl*** I found. But the linear transformation is hurting my brain.
<23> Can anyone recommend a C book for windows platform?
<11> my dev c++ say this --> There doesn't seem to be GNU Make File In PATH or in Dec-C++'s Bin Path, please make sure that you have GNU .... aND mUCH MORE WHAT I HAVE TO DO???
<20> Cheezy advanced c++
<29> hmm, elza11 is sending something on-join
<23> What about for C and not C++ =) (I know this is a C++ room)
<20> why dont you ask in #c , /j #c main
<23> I did
<24> Cheezy: Read Charles Petzold's "Programming Windows".
<23> Thanks
<22> eXisten are you sure you installed dev-cpp properly?
<11> yeah
<22> did you look at the directory setup?
<11> nop i will know wait
<20> re eXisten you know you know :)
<11> asite


Name:

Comments:

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






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

pig orgazm lasts
imadthemad
#AllNiteCafe
delhi krav maga
#teens
#chatzone
malta+qhab
#java
#teens
#c++



Home  |  disclaimer  |  contact  |  submit quotes