Connecting Tech Pros Worldwide Forums | Help | Site Map

Network Printing

jbruno4000
Guest
 
Posts: n/a
#1: Jul 22 '05
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!

Corno
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Network Printing



"jbruno4000" <jbruno4000@aol.com> wrote in message
news:20040113103054.11762.00001819@mb-m25.aol.com...[color=blue]
> I know this is not a C++ question but i'm hoping someone might be able to[/color]
give[color=blue]
> me some quidance. Is it possible to set up my computer so that all[/color]
printing is[color=blue]
> done on a printer that is physically located in a different building? I[/color]
know[color=blue]
> this is more of a networking question but step by step directions would be
> greatly appreciated.
>
> Thanks in advance![/color]

try to compile this piece of code:

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

void
setUpMyComputerSoThatAllPrintingIsDoneOnAPrinterTh atIsPhysicallyLocatedInADi
fferentBuilding();

int main()
{

setUpMyComputerSoThatAllPrintingIsDoneOnAPrinterTh atIsPhysicallyLocatedInADi
fferentBuilding();
return 0;
}

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

good luck!

Corno


Jupiter5F
Guest
 
Posts: n/a
#3: Jul 22 '05

re: Network Printing


>try to compile this piece of code:[color=blue]
>
>---------------------
>
>void
>setUpMyComputerSoThatAllPrintingIsDoneOnAPrinterT hatIsPhysicallyLocatedInADi
>fferentBuilding();
>
>int main()
>{
>
>setUpMyComputerSoThatAllPrintingIsDoneOnAPrinterT hatIsPhysicallyLocatedInADi
>fferentBuilding();
> return 0;
>}
>
>-----------------
>
>good luck!
>
>Corno
>
>
>
>
>[/color]
Very funny, ha ha!!
Thomas Matthews
Guest
 
Posts: n/a
#4: Jul 22 '05

re: Network Printing


jbruno4000 wrote:
[color=blue]
> 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?[/color]

Yes it is possible. It is even possible to print to a printer in
another country.
[color=blue]
> I know this is more of a networking question but step by step directions
> would be greatly appreciated.
>
> Thanks in advance![/color]

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

Closed Thread