[Dev-C++] I would like to print under windows XP, without the use of the full API
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Al W. <86...@go...> - 2008-09-02 09:38:10
|
Hi: Hi Community, I habe written a small program which works fine, by printing the results to the screen . Having taken a look at the MS XP developers helpside, I have now modified the C++ code as follows: { fprintf(stdprn, " 9bB 6dB 3dB 0dB\n"); fprintf(stdprn, " freq dB | | | | \n"); } but to now avail, would you be able to offer a solution, which can be implemented without using the full windows API ? Your help is much appreciated and all comments are welcome. Kind regards Al: |