Hi
My problem is not with Dev-C++ so please forgive me if I´m out of order. The problem is that after compiling and executing a program using an Array of say 10 integer values, the program just stops after the 7th number is input. No error is printed, and the Dos window stays put. If I now reduced the number of integers to 6 the program works just great. It seems to me that Windows 7 doesn´t like me inputting more than 7 integers. Can anyone suggest a remedy?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Andrew,
Yes - that's a well-known problem on Windows 7. To work around this problem, you will need to upgrade your version of Windows. If you move to Windows 8, then you will be able to advance one more integer, so my advice would be to move directly to Windows 10, then you will be able to fully run your program. However, it should be noted that Microsoft skipped a version 9 of Windows, so you may notice that this integer will be skipped in the output of your program.
Hope this helps!
/Finbarr.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
My problem is not with Dev-C++ so please forgive me if I´m out of order. The problem is that after compiling and executing a program using an Array of say 10 integer values, the program just stops after the 7th number is input. No error is printed, and the Dos window stays put. If I now reduced the number of integers to 6 the program works just great. It seems to me that Windows 7 doesn´t like me inputting more than 7 integers. Can anyone suggest a remedy?
Hi Andrew,
Yes - that's a well-known problem on Windows 7. To work around this problem, you will need to upgrade your version of Windows. If you move to Windows 8, then you will be able to advance one more integer, so my advice would be to move directly to Windows 10, then you will be able to fully run your program. However, it should be noted that Microsoft skipped a version 9 of Windows, so you may notice that this integer will be skipped in the output of your program.
Hope this helps!
/Finbarr.