Hey there guys,
I'm actually making a suggested reorder program for my father's small business. I'm not a FORTRAN expert by any stretch of the imagination, but I had taken FORTRAN in college and was most comfortable with it out of any other programming language (as I really dont know much about any of the others).
I have my program basically done, but I was needing to know if there was any way to print the output to a local printer instead of to the terminal or to an output file..
I was told elsewhere that probably my only option would be to find a compiler that is capable of an option like that, however I dont know of any compilers for windows that allow something of that nature. Currently, I've been compiling with NagwareF95 and writing in F95.
It seems as though I'm striking out here.. I've had so much success with the program up until this point.. I was just kind of assuming that we just didnt cover something that advance (printing) in class and that I'd be able to google how to do it later on. I never gave it a thought that FORTRAN isn't capable of doing it within the code itself.
Thanks so much for any answers!
Mat
I'm actually making a suggested reorder program for my father's small business. I'm not a FORTRAN expert by any stretch of the imagination, but I had taken FORTRAN in college and was most comfortable with it out of any other programming language (as I really dont know much about any of the others).
I have my program basically done, but I was needing to know if there was any way to print the output to a local printer instead of to the terminal or to an output file..
I was told elsewhere that probably my only option would be to find a compiler that is capable of an option like that, however I dont know of any compilers for windows that allow something of that nature. Currently, I've been compiling with NagwareF95 and writing in F95.
It seems as though I'm striking out here.. I've had so much success with the program up until this point.. I was just kind of assuming that we just didnt cover something that advance (printing) in class and that I'd be able to google how to do it later on. I never gave it a thought that FORTRAN isn't capable of doing it within the code itself.
Thanks so much for any answers!
Mat