| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<0> Are you wroking in windows or *nix? <1> windows in vs .net <2> what kind of project? <2> console? <2> managed winforms thing? <1> no windows app <2> standard win32 app? <1> yep <2> not managed? <1> no <2> SetCursorPos() <3> how do i get rid of trojan viruses <2> antivirus software? <2> not C++, unless you're writing your own <4> go to sleep and wait for the attack. They will be gone in the morning after they burn and pillage <5> joshg download a prog called HijackThis
<5> very good... for rootkits sysinternal have a util to check them. <1> type netstat in dos and look for open port <1> and google all the processes in task manager <1> run regedit and look in HKLM startup folder <1> delete all files called MsOffice.jpg.com <6> http://news.bbc.co.uk/1/hi/uk/4733330.stm <6> i always knew moo and company were bastards <7> sup <8> hi can somebody PLEASE tell me which compiler god used to create existance?!?1 <8> </newb statement of the day> <9> duh, everyone knows god created the universe using Visual Studio 20 billion BC,with the .Net framework to boot. Mr Gates told me so. <10> phatlip, all using 640 Kbytes of RAM <0> God created everything with VC6. That's why it's all buggy. Nietzche killed him by trying to compile boost. <11> oh, Thank God <11> no 10am meeting tomorrow! <11> wooo! <12> You're welcome! <13> anyone in here know a really _good_ reason to define a cl*** inside another? <2> not that I can think of <10> vawjr, to make templeted iterators <10> *shrugs* <7> sup <10> werd <10> BBL <0> Maybe if it's private and used for internal purposes within the cl***. But a public one? I'm can't think of anything either. <13> in a C++ email help channel someone is using a public internal cl*** and it causes problems because he wants to declare a function that takes a reference to it in another cl*** which is aggregated inside this internal cl***.... all looks very odd to me <6> i would agree <12> Khan <12> I'm afraid that you're going to have to try Call of Duty 2 multiplayer <12> http://www.fileplanet.com/157205/150000/fileinfo/Call-of-Duty-2-Demo-[Single-Player] <14> hi <15> hello <14> logicerror, how are you? <6> pfft no time <6> i'll try it this weekend <6> i have a big deadline tomorrow <6> and i need to get my references together for this job <12> Yah, gotta organize the kneepad shelf <6> pfft <6> this job looks very promising, so i'm excited <12> Decent money? <14> hi <6> should be at least what i make now, which is fine by me <16> How can I p*** a method from an instance in a template ? <12> nod <17> Michaael: do you want a pointer-to-member-function? <16> Yes, I think that's the name <16> But I don't know about it.. <17> something like template< typename T, void (T::*F)() > void f( T* object ) { (object.*F)(); }? <15> i got a little problem <17> err, object->*F <16> I have a template which I want to receive a function <16> But I understood it could'nt be done when it was a method from an instance <15> umm.. i got an array of numbers, and i need to group then in two groups so that the sum in the groups will be equal <17> member_callback = See http://qxxy.com/people/roger/2005/12/08/member_callback <13> Michaael I suspect you mis-understood whoever told you that <15> for example: 3,5,8 -> first group: 3 and 5, second group: 8 <16> :S <17> Michaael: you might also be able to use boost::function <16> I don't understand how to call your template Kniht.. :S
<13> logicerror well, the 1st thing you need is to find what the number will be <17> Michaael: member_callback has an example <13> if the sum of ALL the numbers is odd, you can't do it <16> Kniht: What ? <17> Michaael: see member_callback above, I just gave you the url <6> christ VPC ****s <13> what is VPC ? <17> virtual pc <6> keyboard goes dead in the VM for no reason (works fine in the host OS), and then when it gets into this state, it takes forever to shutdown (probably is hung) <18> ever tried qemu? <6> i don't have a choice in this particular ***ignment <18> ah <17> vmware 4evar <6> the development is done by sending out VPC images to the developers working remotely <18> I found qemu to be pretty decent, granted I only ever ran Win95, DOS, and Minix in it <18> well, and FreeBSD <6> Kniht, is there any free version of VMWare for workstation usage? <6> i saw a press release that ESX will be given away for free (i guess to compete with Zen) <6> but I wouldn't mind having VMWare on this laptop in case I want to run windows <17> peterhu: there's vmware player <17> http://www.hackaday.com/entry/1234000153064739/ <15> vawjr, what if the numbers aren't integers? like 2,5... ? <6> oh, also, once VPC gets in this state, you literally can't kill the task <12> Can you start another one? <6> taskkill /f /im "virtual pc.exe" -> task "blah blah"with PID XXXX has been terminated. <17> logicerror: 2 and 5 are both integers, last I checked <6> yet it's still there, nice work <13> logicerror then your exercise is even more pointless since the floating point is only an approximation <12> Haha kniht <6> , = . <6> he's likely euro <17> well, he used the comma, not me :P <6> granted, the ... made it appear as a series <17> oh, that's possible <6> sequence that is <6> series != sequence <6> sigh <6> if the VPC image keeps ****ing up, i'm not going to get work done tonight <12> Hate that <17> hence you have to reboot even the host os to fix windows guest os problems :/ <6> worst part is that i just lost some changes (despite the fact i asked it to shutdown), and now the guest OS has to boot <6> which takes forever + 1 day <12> That tends to be the most annoying part of my job <17> I still haven't upgraded to vmware5, 4 has never given me problems <12> Occasionally losing a fight with the remote desktop tools <12> Last thing you want to have trouble with <15> is there a function sqr() ? <13> no <13> what would it do? <15> ^x <13> logicerror try words <15> vawjr.. i can't power 2 integers? <13> pow(x, y) <19> std::pow <15> what header? <19> cmath <17> ref = Some C++ Reference Sources: (1) Your compiler documentation (2) http://www.dinkumware.com/manuals/reader.aspx?lib=cpp (3) http://msdn.microsoft.com/library/en-us/vcstdlib/html/vcoriStandardCLibraryReference.asp?frame=true (4) http://www.sgi.com/tech/stl/ (5) http://www.cppreference.com (*) http://www.google.com <13> logicerror what the heck are you doing? <15> thx <15> :) <17> hey swish <20> hio :) <17> me too <6> i'm dead <12> Are you joking or have you not yet been abe to sync up your desktop or whatever <12> +l <6> nah i'm playing poker right now <6> if we can't meet the dealine **** it <6> deadline <12> That's the spirit <12> http://www.thinkgeek.com/images/products/zoom/despair-poster-apathy.jpg <6> would help if i actually cared about this project in the very least
Return to
#c++ or Go to some related
logs:
#mirc #linux sexigirl #AllNiteCafe #java java treeset contains fast access #AllNiteCafe #java #linux lamaazi
|
|