Hi all,
I am having some strange thing with my mouse. When i move mouse the mouse pointer moves to the different points on the screen quickly and opens different windows. I dont click the mouse, the only thing i do is just move the mouse............and here starts the problem the mouse pointer...
I would like to do following things:
1. Allocate the memory to store 10 integer values.
2. Store the 10 random values in the allocated memory.
3. Get the address of the first value stored. ( The address will be in hexadecimal).
4. Convert the hexadecimal address value into decimal value.
5. Add...
I have following error message coming up when I boot up my PC:
CMOS checksum error-defaults loaded
Warning!CPU has been changed
Please re-enter CPU settings in the CMOS setup
Remember to save before quitting.
Suggested SDRAM latency time is "2"
Please suggest what is the solution...
My program crashes at this point. does anyone has any idea what could be the probable reasons. (these codes are generated by Microsoft visual C++)
============================================================
offRegion = (unsigned int)pvAlloc - (unsigned int)pHeader->pHeapData;
indGroup...
Hi,
In selection of the run-time library(single threaded, multithread DLL,Debug Multi threaded DLL etc) I find difficulty in which one should I pick. Can anyone suggest me a conceptual article on this or can anyone make me clear on it.
thanx in advance.
jack
Hi,
I have following error when I run the program
"user break point called from code 0x77fa018c"
can anyone help me out to get rid of this problem?
Thanx in advance
Jack
let me know if it is enough...if not i will post more
for(no_mixing=0; no_mixing<NO_IMAGES; no_mixing++)
{
ptr_pri_img_red_part=new unsigned char;
ptr_pri_img_green_part=new unsigned char;
ptr_pri_img_blue_part=new unsigned char;
-----------;
-----------;
}
I want to allocate run time memory with new operator inside a for loop. It does fine for the first time but wouldnt work for the second time (and then after) of the for loop. Is there any way out?
1.I dont want that memory after I finish that loop...I tried to delete with delete operator at the...
thanx to tchouch and pencilbiter answering my question.
Isnt there any options to stop the program execution at any time during its execution? Using SetTimer() is an option if i know when i would like to stop the execution.If i want to stop while it is running ( as like in stop build option in...
In visual C++ how can I keep record of how much time it required for me to build my project and how much time it required to run my project?
Thanx in advance.
Jack
How can I search for a particular word that might be in any files that is included in a project?
for e.g. if i have a project called 'Test' in Visual C++ and there are 100 files as part of 'Test' project. If there is defined the value of NUMBER as
#define NUMBER 222
in any one of 100...
HI,
I want to enable profiling. I first went to project settings->link ( general)-> and then selected 'enable profiling'. Then I re-compiled my program. After finishing compiling. I went to Build-> Profile but the profile option is disabled.
Can anybody tell me how can I get my Profiling...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.