| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> unless you code ***embly. <1> yeah :) <0> ***embly's still damn useful. <0> maybe not on the pc anymore, but bla. <1> microcontrolers and.. that's it <1> for everything else is c++ <0> heh, i was about to say that :P <1> :) <0> i code for microcontrollers sometimes. ***embly sometimes makes more sense than c <2> I want to 'dump' (backup) the graphics of a window, in .Net you have a Graphics object you can access from OnPain() but I'm not sure about VC++/MFC. Can anyone point me to the object I should backup so I can store the current look of the window? <3> paint to a canvas <2> I thought a canvas was a managed cl***? <4> OrangeSpot: this might help http://support.microsoft.com/kb/q97193/ <2> Thanks, that does help. :) <4> void OnPain() {Scream();} <5> hey! i use text files for i/o (c++). I want to use xor to encrypt my files. I would like to know though, if my file is 4mb, when i run my program, how do i use an encrypted file, do i have to decrypt it all before using? and if so, won't the people be able to see the decrypted file when the program is running if i have to decrypt it?
<6> decrypt the part you are using. Unless you are shuffling datablocks <7> ? <5> ok, but let say i have 20000 string stored in that file, how will i find the block that i want to decrypt? if it's in plain text i can "search" through the file, until i find what i want, but if it's encrypted i don't understand how to find the data i want to use <7> you have to decrypt the whole file <7> or decrypt in parts <7> OR <7> each time you search <7> encrypt your string then compare the encrypted string against the file thus not revealing unecessary info <0> yea, you should hash, not encrypt. <0> p***words are better off hashed. <7> NineVolt_, good call <0> being able to decrypt it is no good. <0> store the hash, then hash the user-input p***word and compare the two hashes. <7> that is standard <7> :) <0> damn, all this talk of hash... :P <5> ok i never heard that word, but i'll look for tutorials on the net thanks <7> haha <7> and in such a legit context! <5> lol <8> cineva in vita <8> ? <8> a <0> haha <0> i so called it. <0> i -wish- i hadn't closed your private message window. <0> "do you speack romanian?" or something to that extent. <7> lol <8> yes i se <0> [09:25] <0> andno, i don't speak romanian, and i already stated i'd rather not speak in private <0> [09:25] <0> i know "vb cineva", that's about it. <0> [09:25] <0> that's all you guys ever talk about. vb, and cineva. <8> and here are you <0> so 45 minutes later, he stumbles in here with "cineva" :P <0> basically, deletet-file is looking for information or help regarding development for gsm-enabled mobile phones. <8> so to anderstand you speack romanian <8> :P <0> if anyone can help, please do so. <8> you are fun :) <0> i try :P <0> but i was right though, see. <0> it's always "vb cineva" <8> from where are you <0> poland by birth, the US by residence. <8> ok and your acupatin is? <8> programing? <0> i'm a student / consultant. <0> i do computer/electronics/software design and development. <8> god fery god <7> lol <7> english please <0> i want to get into robotics and ai. <0> i figure compeng/compsci is a good background for that kind of stuff. <7> maybe <7> ;) <0> i'd get a degree in mechanical too but i **** horribly at stuff like that. <8> :) <0> i'll have to find an ME to partner up with. <8> not me:P <8> im god in mecanic and electronic <8> :P
<0> mechanical engineering fascinates me. physics too. i just **** at it. <7> haha physics is hard <8> :) <0> i tutor physics. <0> college physics and general physics 1 and 2. <0> analytical physics is where smoke starts pouring out my ears. <7> eh <0> same cl***, way harder. <8> :P <8> NineVolt_ <8> you are the only one <8> how talck heaRE <9> 'morning <7> morning <10> morning <9> nope, don't drink coffee <11> nice. <11> i think it's just me and you then. <11> (devs that don't drink coffee) <9> hehe <12> meh, it's not my first choice of drink. will have it if others are offering it :) <12> personally prefer tea, herbal teas <10> it's one of the best vectors for caffiene though <12> true, but I've never found caffiene to have too much effect on me <12> probably the "non-sedating" (heh) antihistimamines and other allegy drugs <4> Asriel, you're not on kava are you? <12> no that I know of <4> it's sometimes used in herbal teas but can cause stupor <12> only herbal I drink really regularly is peppermint <12> which is litterally just dried peppermint leaves <4> "The effects of drinking kava, in order of sensation, are slight tongue and lip numbing caused by the contraction of the blood vessels in these areas (the lips and skin surrounding may appear unusually pale); mildly talkative and euphoric behavior; calming, sense of well-being, clear thinking; and relaxed muscles. Sleep is restful and there are no after-effects the next day." <12> sounds like I should try it <4> note sure it is safe though - http://en.wikipedia.org/wiki/Kava <4> s/note/not/ <12> think a girlfriend of mine drank it a lot, when she was teaching on a south pacific island <4> yes - it's big in the pacific <13> Is there anyone who knows the SDL libs? <14> http://www.theagitator.com/archives/026561.php#026561 <12> also http://www.msnbc.msn.com/id/12727867/from/RSS/ <15> http://codingp***ion.blogspot.com/2006/05/child-can-breach-adsl-security.html <16> good ol' gubernment <17> i have a set of bytes in a file that need to be read and put into three different variables, as denoted by []s: [E0] [E0 00 00 00] [C3 F5 F4 F3] How do I do this? I am having HORRIBLE luck, for instance, getting results like FF FF FF E0 <16> though i question any implied illegality, seems like the owners of the information are providing it to the government; it may violate thier privacy policies, perhaps, but unless there are FCC regulations against it, i see nothing inherently illegal in the program <16> hopeseeker, what types <17> all basically integers <17> omg <10> HopeSeekr it appears that on your system char is signed by default <17> ya thx i figured it out <12> hmmf. whats the best windows multi-protocol messaging client? <12> or realistically, single protocol. I only use MSN, I just want a client with more features (like pounce) <16> gaim? <16> trillian? <12> those are the only two I could remember the names of. hoping from a "Use X" from someone I trust <16> i use kopete <12> used to use GAIM (enough to fix bugs in it for them), but I'd like something slicker <16> don't think there's a win32 port <16> where's jblitzen <16> the gaeeey <18> there's also miranda <18> on linux I used koppete - it's multi-protocol, and good enough <12> danke <16> yeah, kopete does everything i need <13> Any SDL people here? <19> Is that something ***ual? <20> it's not DSL, and it's certainly not STD.. <13> hehe <13> true <13> Just stuck on using SDL_Surface to find the position of a surface on the screen... <20> heh <12> hmm. that's interesting. gamespy's fileplanet crap seems to think I have a subscription <12> because of a copy of Gamespy I got given like, 5 years ago back when they were still selling a Quake ping browser <12> actually, wait. that isn't interesting at all <12> except as an example of how crappy that companys tech is
Return to
#c++ or Go to some related
logs:
before she became the head-turning letter turner on wheel of fortune in 1982, va hillary scoth jin tolking python-pyorbit 2.0.1 suse susi18- sweet #AllNiteCafe #linuxhelp #javascript 12WHAT COUNTRY CALLS ITSELF SUOMI?
manually starting gnome ubuntu
|
|