When I run my program, I would like more text to be able to fit on the console. I need 5000 or so lines, when I am only getting around 1000. I am using double for my variables, which is more than enough. The "Defaults" and "Properties" in console didn't seem to have the answer. My compiler is Dev-C++. Thank you.
Once you've brought up your command prompt, click on the program icon thingy up on the upper-left corner and click properties. Under the layout tab you can increase your console buffer size. I don't know if that'll work for you but it did on W2k. If you want a solution for your program, I don't know, besides outputting to a file.