Network Printing

J

jbruno4000

I know this is not a C++ question but i'm hoping someone might be able to give
me some quidance. Is it possible to set up my computer so that all printing is
done on a printer that is physically located in a different building? I know
this is more of a networking question but step by step directions would be
greatly appreciated.

Thanks in advance!
 
C

Corno

jbruno4000 said:
I know this is not a C++ question but i'm hoping someone might be able to give
me some quidance. Is it possible to set up my computer so that all printing is
done on a printer that is physically located in a different building? I know
this is more of a networking question but step by step directions would be
greatly appreciated.

Thanks in advance!

try to compile this piece of code:

---------------------

void
setUpMyComputerSoThatAllPrintingIsDoneOnAPrinterThatIsPhysicallyLocatedInADi
fferentBuilding();

int main()
{

setUpMyComputerSoThatAllPrintingIsDoneOnAPrinterThatIsPhysicallyLocatedInADi
fferentBuilding();
return 0;
}
 
J

Jupiter5F

try to compile this piece of code:
---------------------

void
setUpMyComputerSoThatAllPrintingIsDoneOnAPrinterThatIsPhysicallyLocatedInADi
fferentBuilding();

int main()
{

setUpMyComputerSoThatAllPrintingIsDoneOnAPrinterThatIsPhysicallyLocatedInADi
fferentBuilding();
return 0;
}

-----------------

good luck!

Corno
Very funny, ha ha!!
 
T

Thomas Matthews

jbruno4000 said:
I know this is not a C++ question but i'm hoping someone might be able to give
me some quidance. Is it possible to set up my computer so that all printing is
done on a printer that is physically located in a different building?

Yes it is possible. It is even possible to print to a printer in
another country.
I know this is more of a networking question but step by step directions
would be greatly appreciated.

Thanks in advance!

Instructions can be found in a newsgroup that discusses your platform.
Unix boxes have different steps than Windows or Mac computers.
Embedded systems, well that's a whole 'nother container of worms.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top