Connecting Tech Pros Worldwide Help | Site Map

Network Printing

  #1  
Old July 22nd, 2005, 06:11 AM
jbruno4000
Guest
 
Posts: n/a
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!
  #2  
Old July 22nd, 2005, 06:11 AM
Corno
Guest
 
Posts: n/a

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


  #3  
Old July 22nd, 2005, 06:11 AM
Jupiter5F
Guest
 
Posts: n/a

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!!
  #4  
Old July 22nd, 2005, 06:11 AM
Thomas Matthews
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
network printing through asp.net webservice ketanp answers 2 February 24th, 2008 04:47 PM
network printing balaaries answers 1 February 12th, 2008 07:25 AM
(Ask) Intranet Network Printing Trouble codexcool answers 0 January 25th, 2008 08:50 AM
Network Printing with HP deskjet 3600 series Bhaskar answers 0 January 19th, 2006 09:45 AM