|
| Budget: |
$ 20-100 |
| Status: |
Closed
for Bidding
|
| Project
Creator: |
|
| |
Rating: (No Feedback Yet)
|
| Required
Skills: |
,
,
,
,
|
| Attached
Files: |
(None) |
 |
|
|
|
|
|
|
|
|
|
|
Description
I am a student and was learning Visual C++, so I follow the textbook program to try. I suggest if you wanna to try the below program, first use a computer that is ready to abandon. This code is from 21 days learn .... [ typedef unsigned short int USHORT; #include int main() { USHORT * pint=new USHORT; *pInt=10; std::cout << "*pint: " << *pint << std::endl; delete pInt;
long * pLong=new long; *pLong=90000; std::cout << "*pLong: " << *pLong << std::endl;
*pInt=20;
std::cout << "*pInt: " << *pInt << std::endl; std::cout << "*pLong: " << *pLong << std::endl; delete pLong; return 0; } ]
My computer works normal just sometimes appear a message box saying "0x01e7110b" command reference memory address "0x01ea5d68". This memory address cannot be "read". Please press OK to terminate program. Sometimes it will open Visual C++ to debug because I have Visual Studio installed in my computer. I have tried to fomat my harddisk. It still sometimes appear. The solution would be find that lost address and set as not read OR you know a better way of doing this.
Additional information:
Submitted on 02/19/2007 at 12:43 EST
Pleae note: I am not going to find out the right program version I have just typed. I am going to find out the solution of fixing the computer to stop the message box pop up sometimes. thanks
Additional information:
Submitted on 02/20/2007 at 11:35 EST
Dear all professional, I will frozen the project a few days as one of programmer suggest a solution. I will post the solution here to discuss because I am a beginner. thanks all
Reminder
You may not start working in this and any project before
your bid is accepted. Any user who violates this policy
may have their account permanently suspended.
|