Just in case anyone is interested in helping
thanks
--
John D Allen
Just in case anyone is interested in helping
thanks
--
John D Allen
So what's the problem?Quote:> Just in case anyone is interested in helping
-Mike
Quote:> thanks
> --
> John D Allen
1. Need Help With Printing Complete Beginner Need Help!!!
My teacher makes us use prn statements after every single cout so we can
show our work. Anyway, I just got C++ at home and I can't get the prn's to
work.
Here's my simple program
#include <fstream.h>
#include <iostream.h>
#define PRINT_IT ofstream prn("PRN")
PRINT_IT;
main()
{
cout << "Blah";
prn << "Blah";
return 0;
Blah comes up on the screen and nothing goes out the printer. Any ideas
would help greatly. I have an HP 722C printer if that is of any help on
LPT1. That is how it is set up at school exactly and it won't work at home.
3. Need Help on installing a printer driver on the local computer using c++ program
4. Assign button to Global Find?
5. Need help using winsock and Borland C++
7. Need help --- using WEB Page in C++
8. Inserting messages to the output
9. Need help using ImageKnife control with Borland C/C++ OWL
10. Newbie needs help with ... using 'C' instead of C++?
11. NEED HELP - Opening An Excel File in Visual C++ using Workbook.Open( ) gives an error.
12. Need help: Visual C++ using DLL's
13. Need help creating CD-Audio player for DOS using C++.