Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Windows Error Code 0xc0000005
I am trying to compile a simple test program using stlport 4.6.2 and dm 8.44c and I get an error. Windows XP gives the "test_simple_stl_program.exe has encountered a problem and needs to close. We are sorry for the inconvenience." error reporting message box. Error Code is 0xc0000005 Searching the web it seems this is an access violation code. Here is the program: #include<iostream> int main(void) { int number; std::cout << "\n\nHello World\n"; std::cin >> number; //error std::cout << "\n\nGoodbye\n"; return 0; } As soon as you press return after entering an integer ie 12 the program dies. Is anyone else experiencing this problem? Does anyone have a solution? /r Jay Sep 01 2005
<jay.a.carlson gmail.com> wrote in message news:df8ith$2g2v$1 digitaldaemon.com...I am trying to compile a simple test program using stlport 4.6.2 and dm Sep 02 2005
In article <df9vri$11lq$1 digitaldaemon.com>, Walter says...<jay.a.carlson gmail.com> wrote in message news:df8ith$2g2v$1 digitaldaemon.com...I am trying to compile a simple test program using stlport 4.6.2 and dm Sep 04 2005
jay.a.carlson gmail.com wrote:I am trying to compile a simple test program using stlport 4.6.2 and dm 8.44c and I get an error. Sep 08 2005
|