开发者

using printers in c++ [closed]

开发者 https://www.devze.com 2023-02-08 23:33 出处:网络
It's dif开发者_如何学Cficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
It's dif开发者_如何学Cficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

How do I use a printer in C++?


C++ itself, with its defaults libraries, does not provides direct support for printing. It depends, on a lower level, on the operating system you are using and the printing engine of your system. On a higher level, you may use a C++ library that provides an abstraction layer for printing over the operating system interface.

For instance, you may use the Gtkmm library, that provides such printing abstraction, and also provides a very good documentation full of examples on how it works.

0

精彩评论

暂无评论...
验证码 换一张
取 消