| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> I'm aiming to get it down to 20 <0> mostly by talking to JB <1> heh <2> a 2005 web project crashes on vista more than Solamente ****s <1> IRR is another good candidate <2> wtf is on abc now <1> crap? <2> looks like it <1> understatement of the year <0> it's American TV, crap isn't going out on a limb :) <1> tv is teh krap <0> tis true <1> big brother = paint drying <1> ghana were brilliant today <1> http://news.bbc.co.uk/sport2/hi/football/world_cup_2006/4853182.stm <3> hey does the standard say anything about order of 'static' global objects getting destroyed on program exit?
<3> (ones in the same compilation unit) <4> well the reverse of how they got created i would ***ume <3> i would hope they get destroyed in reverse order of their declaration <3> so it's the reverse order that they appear in the file? <5> usually it's implemented that way, but I don't know if it's defined <5> and there is no definition for global objects across different files <3> ok <3> also what about exit() and atexit()? do atexit funcs get called before the destructors for globals? <3> (i shuold hope they do) <6> I think Meyers and Sutter both discuss this at length <6> if you're counting on some order, you're likely to have problems <7> sigh, Italy were terrible <6> so were the U.S. <8> just trying for the first time, anyone could tell me if using C++ from Visual Basic is a good way to edit .exe files ? <6> no way is a good way to edit .exe files <9> define C++ from VB, define edit of .exe <6> you don't edit them <10> i'm just curious? how exactly do you wanna edit an exe file? <10> patch the opcodes? ***emble some vb/c++ code and patch it directly into the .exe ?? <6> Dreadfull ????? <8> what should i use then ? <9> sounds like a virus <6> what the **** are you trying to do???? <8> tryied pexeditor .. didn't find exactly what i was looking for .. in that file <6> one doesn't just go "edit .exe files" <8> *pexplorer <8> i'm trying to modify some "data" from an exe file <9> are you trying to make a virus? <8> to be more exact, that .exe has an url inside i need to change <8> lol Quantum`` :) <11> a tool like elfsh for linux? <9> Dreadfull, well are you? <6> ah, that ain't what we do, sorry the program you have doesn't work right <11> do you make viruses by modifying exes? <8> i don't have ELF binaries <8> and no, its not a god damn virus ffs <10> Dreadfull: it might be very dificult to modify the url string once you find it of the new string is longer than the old string <8> yes, it is longer <8> then i have problems with the file size <6> call the author and bitch at them <8> and the image size in it .. wich become different <8> there's no author named in it <8> that's the problem <6> tell them a "fixed url" is bull**** <10> well if it's longer then you'll have to find a new unused location in one of the segments and change the old address into the new address in all the code <10> nasty piece of work if you ask me <8> it's ANSII text i need to change, then as Deathmaster says, the problem is the size <8> well the difference is, from "www" i need to change to "omega" <8> 2 new letters :/ <11> so add a new host in hosts? <11> say ww <8> i could try make my nameserver point to a different address thought :/ <10> it would be much easier... than bitching that exe <8> yeah :D <10> and more safe <8> as i'm the isp .. <8> i don't work with exes, i work with routes :) <8> think i'll put my brother to work with that goddamn file, he's working for many years with this <8> :D <8> Deathmaster, i succeded in editing the headers of it and it worked .. weird <8> *succeeded
<10> what headers? <8> well .. at least that's what the program i used used to say .. headers .. the text used to appear in the bar when starting the file <8> damn, the nameserver is working fine, damn dns cache in windows <8> uhm, winblows <0> so flush the cache. dns caches are not bad things <12> they are the debbil! :D <13> TODO 3: add private-channel list (of boost::shared_ptr<Target> for each private channel) to ClientSession and remove them when the client PART's a channel. <8> Asriel how ? only way i know is reboot :/ <0> ipconfig /flushdns <8> whoah <8> thanks ;) <0> :) <8> hehe, never knew <8> weeee <8> hahahaha <8> how nice <13> wb <14> is there any c++ certification that is world recognized? thank you <14> world wide <0> not that I know of <13> I don't think so <14> darn :/ <0> you can normally tell a competent C++ programmer at interview just with 2 or 3 simple questions anyway <0> so the need for a cert is fairly limited <14> the reason i am asking is because i want to get a job as a programmer and unfortunately i can't <0> well, let me rephrase. you can throw out 95% of applicants as incompetent with 2-3 simple questions <14> i haven't finished yet college <13> Then you can't code, unless you have been coding since you were a kid, as a hobby... <14> well i just started about a year ago but not as a pro <14> without professional experience i cannot give what they ask <0> well, that's always a tough one <0> you could try getting involved in some open source work <14> i know :/ <0> they don't care about who you are, only what you can demonstrate you know <14> yeah this is what i am doin' :) <14> i am trying to learn as much as i can and then i will try to participate on various projects like KDE, FreeBSD. <0> great. then just jump in <14> :) <0> if you ****, you'll sink. if you're good, you'll eventually float to the top of something <0> then you can put that on your resume <14> i like you :) you are saying things like they r <14> true words with deep meaning <13> I can too, I just didn't. <14> :)))) so nice of you all <14> btw a normal calculation what mathimatical libraries they use? <13> I thought: Shall I ask him to join my project? Nah, that won't work, cause he's only wanting to get something on a resume-- I need people who would want to help because they are involved with the project itself. <13> I also thought... if he wants experience just to get a job, then he wouldn't be helped with experience on linux anyway. <14> well man...to be honest i am the kind of a guy who wants to give an answer before the question would be asked...if you know what i'm saying :) <14> i want to learn C++ like my native language <14> and then i am pretty sure that i will find a good job. i am pretty sure <13> That takes like 10 years <15> SendMessageA' : cannot convert parameter 2 from 'void (__cdecl *)(char *)' to 'unsigned int' <15> This conversion requires a reinterpret_cast, a C-style cast or function-style cast <15> meaning what? <14> well 10 years...10 years i don't mind :)) <13> reinterpret_cast of course (horrible) <16> meaning you can't convert from a void (__cdecl *)(char *) to an unsigned int <13> errr <16> not sure why you would want to <13> yeah <13> that isn't allowed either <13> I don't think it would work, rdragon <16> shrug <13> A C-style cast would though. <15> how to fix it? <16> fix what? <14> i tried a program that converts liters to gallons (US style to EU style) and when i use on float on declaration at a point it looses it's computation <16> i don't know what you did wrong <16> all you gave was an error message <13> delete the whole program. Programs that use casts are usually full of bugs. <14> about 1.02+ increment <16> what does 'loses its computation' mean ?! <14> while it's making the conversion from liters to gallons...
Return to
#c++ or Go to some related
logs:
undo ln ubuntu What innovation did London's fire brigade first acquire in 1866 ?
could not access cod.message object #php #linux #php pear WSDL.php 727 #MissKitten Mnihri #php
|
|