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



Comments:

<0> mattered none
<1> iirc, packets are aroun1514 bytes anyhow
<1> mr32_melb example of what?
<0> but somehow i got a higher throughput using 2 sockets in tandem (both blocking)
<0> eg, send(sock1,...);send(sock2,...) both to the same address
<0> which is rather amusing
<1> you don't have throughput yet, you're just yelling into the net
<0> (though it is no where near linux output)
<0> vawjr: and even that it cant do :)
<2> try to scale the number up
<1> Tamama actually TALK to something, that's what's important
<0> vawjr: it can already do that
<1> <sigh> what you're measuring is almost irrelevant
<0> not at all.. getting an extra few packets out can actually matter
<2> you don't know if the packets get out
<0> if they wouldnt i would expect better numbers



<0> or failure, or whatever
<3> hi
<3> who know stuff about ms word?
<1> can you read the topic? and who cares who knows...just ask the question
<1> then we'll tell you it has nothing to do with C++
<4> this may seem like a ridiculos question but its something i was thinking about today. If gcc is the compiler then how is gcc compiled?
<5> with another compiler :)
<6> j i have a question about some settings in borland C Dos version,
<4> but what language is gcc written in?
<6> after i Run the program i want to see the results, how can i do that in Borland C++ ?
<6> i think it some ide settings
<0> nnp: gcc is written in c compiled by gcc
<4> *explodes*
<0> it is a bootstrapped compiler
<4> i think a google is in order
<0> itgoes like this: make a small thingy that does the basics but no sugar... lets call this thingy compiler... then you make a compiler using this compiler
<0> and you can add sugar using your own compiler
<7> originally gcc must have been binary, or ams right?
<4> i doubt it
<0> could be anything
<0> they could even have used basic
<0> (though, they didnt... but they could have)
<8> from wikipedia
<8> writing the compiler in X, then hand-compiling it from source (most likely in a non-optimized way) and running that on the code to get an optimized compiler. This method is used for GCC
<0> yeah optimization comes later: P
<0> so does sugar, usually
<7> first you get the sugar, then you get the power, then you get the women...
<0> the first C compilers were done like this as well
<0> It actually makes sense too
<9> ****ing wind
<9> it's like a hurricane again
<9> 50 mph gusts bah
<9> i blame jb's ****iness
<9> he's ****ing allt he air toward him
<10> Why are you home
<9> causing high winds
<9> i'm working on this project from home
<10> Nice
<11> Off to office
<10> Morning vic
<12> lazy
<10> Went to bed 5 hours ago
<10> Spritely
<10> Goodnight everybody, take 2
<10> !
<12> night, heh
<10> afk
<10> Heh
<9> woot tax refund
<12> buy me something?
<9> negative
<9> money already spoken for
<11> Off to office
<11> that's just the office screwing w/ me
<13> http://www.sfgate.com/cgi-bin/article.cgi?file=/c/a/2006/02/17/MNG56HAEPT1.DTL&type=printable
<13> bastard
<14> As if existing margins on fuel prices aren't enough to fund alt fuel research



<14> NoideaLT how is R&D going at where you work?
<15> bye all
<16> hi
<16> anyone have codeWarrior near him ?
<2> wtf is it ?
<16> CodeWarrior IDE c/c++
<17> I think the coolest C keyword is goto
<16> y ?
<17> I like it better
<2> lemons : great keyword, except for what it does
<18> lol
<19> most
<20> the best C++ keyword there is :)
<18> o.o
<20> i dont know anything about C++ but i do know this :)
<21> Hey
<20> lift me up, lift me up hiya nawamba!
<21> this girl has a very enticing voice
<2> Xyppher : turn this script off
<21> What script?
<2> or stop printing songs names
<21> Why?
<2> because it's annoying
<21> You must be easily annoyed then
<21> For such an inactive place, you'd think a little disturbance would be appreciated :-P
<18> ^^
<22> cantide moshi*
<18> hello meryn
<22> how's it goin' ?
<18> pretty good...
<22> sokka :)
<18> a little tired, but good enough to go out :)
<18> u?
<22> well, just fine.
<18> :)
<23> hi, sorry, a question, i was doing a program to sum matrix
<23> and then
<18> and then a bear came?
<22> heh just calm down, it's p***ed.
<18> hehe
<23> void sumadematrices(float matriz1[int const files][int const columns],float matriz2[int const numerodefilas][int const numerodecolumnas],int const files, int const columns,float matrizr[int const files][int const columns]){
<23> it doesnt work, i dont know why, :'(
<23> it says that array bounds missing ]
<22> have you give a value size to array that you are using ?
<23> yes, yes, i have called to void with a determinated size
<21> napolit, I think the int const files parameter should come before the matrices
<21> matriz1 and matriz2
<12> what the hell is float matriz1[int const files][int const columns]
<23> oh, then
<12> where did you learn that 'int const files' is valid inside [] ?
<22> why you are using int conts* as argument
<23> then it would be matriz1[][],matriz2[][], ...
<12> no, that's not valid either
<12> you can't p*** unknown dimensioned arrays like that
<22> void func1() const{}
<23> yes, i know, i proved taht and it isnt valid
<12> I would suggest creating or using an existing Matrix cl***
<12> and just p*** the matrix object
<12> and then "sumadematrices" (does this mean add two matrixes?) becomes Matrix operator+( Matrix const& lhs, Matrix const& rhs );
<23> lol, yes, it means add two matrix hehe
<22> object as argument would be more handy, anyway.
<12> er, that operator+ might be a member function instead
<23> mmm, i am going to think
<22> array arguments are represented by the data type and sizes of the array
<12> about what? i just gave you the answer
<18> lol
<22> napolit: not miss that
<23> yes, yes, rohy
<24> The problem with that kind of Matrice addition is that ti's nto always a valid operation... guess you can throw in these cases, though.
<21> How is this guys suppose to follow all of you when each one is offering a different point :-P
<22> heh


Name:

Comments:

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






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

#mirc
What settlers were the forebears of the Boers of South Africa
Sebastian Coe's middle name
#c++
#c++
#mysql
php mkdir user register
camera manual shutter ftp server
c++ classname_t
goerge washington carver



Home  |  disclaimer  |  contact  |  submit quotes