Since 5/31/2012 7:51:13 AM, ikillpeople has written 5 articles and participated in 0 conversations. ikillpeople signature: ikillpeople
ikillpeople's articles:
Items(5) /1
dumb question824 (12/26/2003 2:48:50 AM) comp.lang.c++ Hi, I was doing like nothing in front of my screen when I suddenly had the misterious question : why when you do somthing like this: int a = 5 * 5; .... a dosen't return 35 ? considering that the computer cou... Maximus
Multidimensional Arrays #2532 (12/13/2003 4:23:02 AM) comp.lang.c++ Hi, I'd like to know if it's possible to allocate a multidimensional array during runtime using the new operator. I tried but VC tells me this: C:\Program Files\Microsoft Visual Studio\MyProjects\asdf\asdf.cpp... Maximus
Thread problem...527 (11/29/2003 4:00:38 AM) comp.lang.c++ Hi, I'm trying to create a thread (never did before) to constantly look at a combo box value but my thread take 100% of the processor, a thing I don't want to. First is it normal and second if first is no what'... Maximus
Easy or not?217 (11/15/2003 1:56:30 AM) comp.lang.c++ Hi, Ok my problem is hard to explain... I'm making a directdraw based program and of course maps. I can put texture on my map but I want to save those information in a structure with a x, y and a texture variab... Maximus
Weird Question245 (11/12/2003 6:09:12 AM) comp.lang.c++ Hi, I'm not verry good at c++ but I was asking myself this question... Could it be possible to store a variable into a file and load it back into the same variable? What I would like to do is save a structure i... Maximus