I downloaded LM 8 when it first came out, and installed it on three computers: mine, my roommate's laptop, and my roommate's desktop. The two desktop computers are P3 450s with over 128 MB of RAM. The laptop is a P3 mobile 700 (I think that's the clock speed) with 128 MB of RAM. Anyway, the installations went without a problem, but when we tried to run programs, I noticed some strange happenings. On my machine, when using gcc or g++ if I invoke printf() or cout in a "Hello, World!" program, respectively, there is no problem when the object file is run. On my roommate's desktop, printf() works and prints "Hello, World!" to the console when the object file is run, but cout does not print anything to the console. On his laptop, neither form of output works and nothing is printed to the console. He piped his output to a file and the string appeared, but we both thought it was very strange that the default install could be so strange. Any ideas would be greatly appreciated.
