C ++中的魔术 [英] Magic in C++

查看:85
本文介绍了C ++中的魔术的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都会告诉我如何在执行
程序时隐藏输出窗口。我想制作一个我想要的安全程序,

它应该在任务栏运行,&任何人都看不到。是否有任何命令




输出窗口不包含任何消息,只有空白屏幕。


请告知。

would any one tell me that how can i hide the output window while
program is executing. I want to make a security program, that i want,
it should run at taskbar, & not visible to anyone. Is there any command
for that.

The output window not contains any message, only blank screen.

Please tell.

推荐答案



" ashu" <关于********* @ gmail.com>在消息中写道

news:11 ********************** @ f14g2000cwb.googlegr oups.com ...

"ashu" <as*********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
任何人都会告诉我如何在执行程序时隐藏输出窗口。


C ++根本没有输出窗口或窗口的概念。

最近的等价物是它的标准输出流''

('''''''''''''''''''''''''''''''''''$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ b主机平台 - 或者没有。


因此你的查询不是关于C ++。

我想制作一个我想要的安全程序,
would any one tell me that how can i hide the output window while
program is executing.
C++ has no notion of ''output window'' or ''window'' at all.
The nearest equivalent is its ''standard output stream''
(a ''stream of characters''), which a C++ implementor is
free to associate with any apppropriate device for the
host platform -- or not.

Thus your query is not about C++.
I want to make a security program, that i want,
it should run at taskbar, & not visible to anyone. Is there any command
for that.




你提到''任务栏''让我怀疑你想要

使用Microsoft Windows执行此操作。试试Windows新闻组

如comp.os.ms-windows.programmer.win32


comp.lang.c的目的++:

http://www.slack.net/~shiva/welcome .txt


-Mike



Your mention of ''taskbar'' makes me suspect you''re wanting
to do this with Microsoft Windows. Try a Windows newsgroup
such as comp.os.ms-windows.programmer.win32

Purpose of comp.lang.c++ :

http://www.slack.net/~shiva/welcome.txt

-Mike


ashu写道:
任何人都会告诉我怎么能在执行程序时隐藏输出窗口。 [...]
would any one tell me that how can i hide the output window while
program is executing. [...]




这在C ++中是不可能的。 C ++没有windows。请在您的操作系统的新闻组中询问




V



That''s impossible in C++. C++ does not have "windows". Please ask
in a newsgroup for your operating system.

V


Mike Wahler&维克多巴扎罗夫,你弄错了。我说

输出窗口,不是窗口,或者我可以说对话框。当我们执行一个

C ++程序时,dos屏幕出现,窗口或对话框我是b $ b说的是MSDOS - 提示不是全屏,而是在Windows桌面。


请回复,并提供可能的解决方案。

Mike Wahler & Victor Bazarov, you are getting me wrong. I am saying
output window, not window, or I can say dialog box. When we execute a
C++ program, then dos screen comes, the window or dialog box i am
saying is MSDOS - Prompt not in full screen, but in windows desktop.

Please reply, and give a possible solution.


这篇关于C ++中的魔术的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆