C++
The const was taken from C++ and incorporated in ANSI C,
Although quite differently.
Explain.
- 1939 views
- 1 answers
- 1 votes
The size of a char array that is declared to store a string should be one longer than the number of characters in the string. why?
- 1572 views
- 2 answers
- 0 votes
Describe the difference in the implementation of Enum data type in ANSI C and C++.
- 4521 views
- 1 answers
- 0 votes
Can we assign a void pointer to an int type pointer? If not, why? How can we achieve this?
- 3399 views
- 1 answers
- 0 votes
Hi Guys,
I’m using C++ and recently I’ve been unable to run it on my windows 7.
It starts up then this message pops up:
Error:
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:Program FilesATI MultimediamainATIDtct.EXE
This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information.
I recently upgraded from XPSP.
Could that be the problem?
Thanks.
- 1081 views
- 1 answers
- 0 votes
Hi everyone,
My computer is acting up again this time I get this really annoying pop up that I can't click away:
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:Progra…
R6025
– pure virtual function call
I rarely use C+ and I’ve scanned my system several times for malicious software but the problem persists.
Thanks.
- 1261 views
- 2 answers
- 0 votes
Document properties when clicking summary tab displaying error.
I have checked the properties of one of my document saved in my hard disk drive.
Right clicking then selecting properties in the menu then clicked the Summary tab then after a while my computer displayed and error which is related to Microsoft Visual C++ Runtime Library.
Why is this happened and how do I prevent this error?
Please refer to the image below:
Microsoft Visual C++ Runtime Library
This application has requested the Runtime to terminate it in an unusual way.
- 879 views
- 2 answers
- 1 votes
I am software developer I write code in Dev C++. This code is for sorting array list. I use here pointers now I debug this code when I compile this code then Dev C++ compiler Generate one exe file then I go to start button and click at Run and type there cmd now command prompt is open next I execute this exe file through command prompt but when I execute it then I receive below error any one tell me its solution.
Error:
memtest
Memory error detected! Copying between 2854e98 and 2854e44 did not result in accurate copy.
- 1819 views
- 1 answers
- 0 votes
Why I receive a Microsoft Visual C++ Runtime Error when interacting with a TestStand User Interface?
Today I install latest window XP updates so that I can get original window benefit. After installing I install TestStand on my machine now when I am trying to interact with TestStand then I receive C++ Runtime Error.
Please tell me its solution.
Error:
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: …refacesFull-FeaturedCSharpbinx86releaseTestExec.exe
- 1674 views
- 1 answers
- 0 votes
I cannot Find the error in the following program . The following program is an example of Templates in C++.
C++ supports a mechanism known as template to implement the concept of generic programming.
Templates allows usto generate a family of classes or a family of functions to handle different data types.
Find the error in the code used for templates.
- 964 views
- 2 answers
- 0 votes