C++
Hello Experts! I need to write a program that will evaluate the difference in implementing times between integer and floating point division. As an output for testing the program, the operation should be implemented a hundred thousand times and then try to equate the difference in running time. The program must be in C++ Programming Language and the codes should be complete and running correctly. Thanks.
- 1026 views
- 1 answers
- 0 votes
I want to implement a program to change the size of the array and the type of it too. But not using dynamic array methods. How can I do this? please help me? thanks.
- 1050 views
- 2 answers
- 0 votes
When you run a C++ program, what will appear on the screen after following statements are executed?
int a=0,i=0;
while(a<=10){ a=a+i i=i+2; }
cout<<a<<endl;
The answer should be 30 but how come?
- 940 views
- 2 answers
- 0 votes
Hello guys,
Can someone Help me with my Cash register program.
I got some errors, it wont run..
What's the problem with my program? I'm Using Dev C++ 4.9.9.2 window 7
Attached code in file
How To:
- 1376 views
- 2 answers
- 3 votes
Hello there,
Environment: Windows 7 Ultimate, Acrobat 10, IE 8.
While accessing PDF files from a website using IE 8, I was faced with runtime errors from Microsoft Visual C++, which says that the application has terminated in an unusual way. The error message is “Adobe Runtime Error”.
If the PDF file is locally accessed then there should be no problem, right? Please help me fix my confusing problem.
Thanks for the help.
- 1631 views
- 1 answers
- 0 votes
Hello experts,
To create my own one I need each of code or instruction to get that in the execution lifetime of a C/C++ program.
For selecting data from memory to the CPU how many times it goes to the memory and by data pitching procedure how much time is in use?
Please give me a solution.
Thanks in advance.
- 1158 views
- 1 answers
- 0 votes
Hi!
I use Asus notebook. My PC Configuration are i3 processor 2nd gen, 2GB RAM, 500GB HDD,1GB graphic card and my Operating System is Win7 32.
When I installed Maya 2011 version, I was getting an error message that displays: Install Microsoft Visual C++ 2005 Redistributable (x86).
Then, I installed C++2005. But the same error appeared again while other software (max 2010) runs easily.
Please help. Thanks.
- 1633 views
- 1 answers
- 0 votes
I created a MFC project with Visual C++. I understand that I can apply XZip with my created MFC project since it is a Win32 program. But when I attempt to add XZip.cpp in it, I received a “Fatal Error C1010: Unexpected end of file while looking for precompiled header directive.” I have tried to change the settings for precompiled headers in C++ but still get the same error. How can I fix this?
- 1051 views
- 1 answers
- 0 votes
In some functions for instance constructing using an intersection point or in the grade rules, it may happen that you get a Grafis freezes. how does one go about this?
- 774 views
- 1 answers
- 0 votes
I am facing an error problem with HUGIN C++ API 6.6. The error is ‘Fatal Error LNK1104. It is not able to open the file ‘C:Program.obj’. I have checked the manual of API and says that ‘DO’ but I have no idea how can be done this.
Kaspersky avp.exe – Application error
- 1083 views
- 2 answers
- 0 votes