| |
| |
| |
|
Comments:
<0> __try {} __except <0> you can catch em <0> ;p <1> icbms? <2> intercontinental ballistic missile <1> :D <3> good morning... <4> moin <5> hey lorin <6> moin Hador <3> moin, moin <2> *hator, hator* <7> hello <7> is there standard C http lib? <8> what you mean by standard?
<8> curl is popular, but it's not part of any C standard <2> there is no standard C http lib <2> nor any other <2> except maybe standard math lib ;) <8> standard input output lib? <7> standard as commonly used <7> HTTP protocol lib <2> swarog: go curl then <8> GO CURL GO <8> ! <7> frogtiramisu: curl lib or cli? <9> obviously the library. <2> curl wobble <7> just askin, people are weird these days you know :D <2> indeed <4> http://www.codinghorror.com/blog/images/wikipedia-vs-linux-user-graph-large.png <8> heh <10> I don't get it <10> does it mean that wikipedia is run by idiots? <10> only a fraction is smart enough to know something about linux <11> it's the definite proof of bsd supremacy <8> haha, i recall some nice section in the wiki article about hilter. in the section biography : "Hitler is, wheny you stick your finger deeeply into your *** and start screaming HIHO HI HO" <11> for truth about hitler see http://uncyclopedia.org/wiki/Hitler <8> haha <12> hi <12> pls there is somethink like vector template cl***(for automatic resizing memory) in simply c? eg. some std functions? <12> or can anybody tell me any easy logaritmus for it? <9> Fanos: nothing. c is all about the details. <12> i think somethink standart use of realloc function, there must be something familiar algoritmus <9> you can use realloc, sure. <9> but *YOU* must use it. <9> size_t cursize=0, needed=0; char *p=0; ... if (needed > cursize) { void *q = realloc(p, needed); if (q) p=q; else abort(); } ... <3> I'd rewrite "if (q)" as "if (q != NULL)" <12> some standart function eg: int CreateVariableArray(size_t elementSize); AddToArray(int ArrayID, void *element)...? <9> Fanos: nope. you can write them if you like. <12> or my idea is bad and this stuff is doing with another way? <12> i need write program to school but it shoud be in simply C :( <9> then you will have to write c, and stop praying for c++. <12> i choose program function searching duplications of files <12> bud duplications can be more than one and i dont know exactly how many, i returning the my structute about founded duplication file by pointer as argumet <9> details. you get to handle them. <12> and duplication count by return value <12> or shoud i get next next identical duplication by func eg GetNextDupl like FindFirstFile-getNextfile? <12> this i am using for getting nextduplication(another file than have duplicatoin too), but i need get next duplication of same files <12> i will add next parametr eg BOOL getNextDuplicationOfSomeFile <12> perhaps <12> it seem to be good way :) <3> Fanos: I guess nobody wants to know how you write/will write the program <3> do you have any other questions about pure C? <12> :P <12> yes one <12> there is any war betwen c and c++ programers ? <3> this is an incorrect question <12> why? <12> i dont think it any bad <12> its only question
<3> read more about the languages and sometime you will answer the question... <12> is there any Slovak? <12> and when i get error no more free memory by realloc, i shoud use abort()? or exit(FAIL...)? i never understanded difference of these function <6> exit, _Exit -- perform normal program termination <6> abort -- cause abnormal program termination <6> mhm, as you see, there is no difference at all:) <6> only two letters, 'ab'normal <6> ;) <12> and call any of them windows's ExitProcess(), or it dependt on compiler? <12> (i think about windows platform) <13> i think i solved my problem mentioned early, sorry for my stupid questions :D and english <13> and thank, bye <6> bye <3> there is a flood in Moscow, have you seen it? <11> nope <3> look the photos: http://debri.ru/c/liven_26062006_foto/ <11> there's power outage in Poland <11> airport's out <11> lada! <6> lama! <6> val go an zarp <6> smea smea again <11> denk: heavy rainfall? <6> goan goan fcuk yourself:) <11> wow <6> HOT? <3> valgonzarp: yep <11> whole moscow flooded? <11> http://debri.ru/foto/liven/mk03.jpg <11> issuing tickets for badly parked cars? <14> wow <15> hi <15> how can ***ign multiple values to a vector in only one instruction? <16> anybody knows how to compile .lib with codeblox? <15> like int[]={1,2,3} but without declaring a new vector <11> memcpy ;) <14> BiZzO: there are struct initializers, but afaik none for arrays :-( <15> so the only way is int[0]=1; int[1]=2; int[2]=3; ? <15> thx <17> for ( i = 0; i < 3; i++ ) int[ i ] = i + 1; <15> ok, but i need to do it with only 1 instruction. <17> valgonzarp told you, you have to declare a new vector <14> ***ign_to_vector(vector, 1, 2, 3) ? ;-) <18> hello <19> it seems that italy won <11> water polo? <20> bit too easily.. <19> australian team <19> i really don't care aniway <19> didn't seen it <19> what team you belong to? <20> one that doesn't play at all <19> zimbabwe? <11> turkmenistan <19> turkish? <21> turkmenistanish or whatever it's called <19> it's turkish related or not? <21> i guess turkmenistan is crappiest country in Eurasia <21> find out <19> eurasia <21> the continent <21> you know <19> asia-europe? <21> how is called our continent, dude? <19> i'm not so good in geo <19> ah maybe i got it
Return to
#c or Go to some related
logs:
#worldchat #worldchat radiovaltino anastasya AND london
#worldchat #juventus #worldchat #worldchat #worldchat #worldchat
|
|