C++
What is the difference between the language of C++ and the language of Turbo C programming?
- 1012 views
- 2 answers
- 1 votes
I want to know a lot more about C++, however, I am looking for an effective and efficient tutorial about it. Can somebody help me find one?
- 855 views
- 2 answers
- 0 votes
Is there any c++ equivalent of a "cls" command? I'm running my code as a console application. I would be very thankful if you could give me some information.
- 1123 views
- 1 answers
- 0 votes
Is it safe to delete 2005-2008 C++ redistributable files? What adverse effect could it have on my files and programs if I remove these C++ files?
- 1320 views
- 2 answers
- 0 votes
While accessing to PDF files from a web site using IE 8 for Microsoft Visual C++ .I get an error message saying that an application has terminated in an unusual way.
How could I solve this problem?
Error:
Microsoft Visual C++ Runtime Library
Runtime Error!
Program:C:program File (x86)Internet Explore iexplore.exe
This application has requested the runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.
- 1480 views
- 1 answers
- 0 votes
What is the "/n" meaning in the C++.
How and where I can use "/n".
And also want to know what is the correct syntax on "/n".
- 1905 views
- 3 answers
- 0 votes
I downloaded the latest (Rel. 1.4.2) ADF7023 Evaluation Kit Software (.zip) from Analog Devices FTP site.
I tried to install the software in 3 different XP computers but still failed in doing so.
Every time I go through the tedious installation process, this error appears on my screen:
Microsoft Visual C++ Runtime Library
Runtime Error!
This application has requested the Runtime to terminate it in an unusual way
Please contact the application's support team for more information.
Please help me troubleshoot this error.
- 1060 views
- 2 answers
- 0 votes
Hi! I have downloaded the sample of C Objective but I cannot login successfully even with the correct credentials. Is there any other way to access it? Kindly provide me solution on this matter. Thank You!
Error:
Unable to login
Please check your box.net developer account credentials. Either the application key is invalid or it does not have permission to call the direct-login method. Please contact [email protected]
- 1154 views
- 2 answers
- 0 votes
Hi
At present we are upgrading our devices to Intel C++ Compiler Professional Edition 11.1.051. For the majority of the developers the set up was a breeze.
Two developers have a problem where they cannot install to the manual "C: Program Files/Intel" folder however. The installer shows that it is a worthless directory. This happens after the installer takes out every file into the download folder.
- 892 views
- 1 answers
- 0 votes
Hi! I am having error on my C++ code. Can someone please help me fix it? The access violation error has occurred on the following C++ code:
char num2[80]
strcpy(num2,argv[2];
I need to copy the argv[2] to a new array but it always has errors. Please help me in resolving this issue. Thank you very much.
- 1167 views
- 2 answers
- 0 votes