I implemented the random number generator and interpolation functions to produce my own perlin-noise-generated terrain. I put a new picture here.
I switched over to developing in Microsoft Visual Studio Express instead of dev-cpp. Things weren’t going right, and I wanted to be able to use the debugger. It’s amazing how much faster you can program when you’re using the proper tools. I’m not sure what was going on with my computer earlier, but something wasn’t right. Whatever the issue was, it’s no longer a problem, because everything is working fine for me now.
I do so love to program.