English 中文(简体)
如果您的方案几乎马上结束,那么如何确保ole窗能够读到产出? [复制]
原标题:If your program quits almost immediately on running, how to make sure the console window stays open to read output? [duplicate]
This question already has answers here:
Closed 11 years ago.

Possible Duplicate:
How to keep the console window open in visual c++?

我有一个方案,在我的家用机器上运行,但在另一台机器上,在被处决时,我立即开了。 黄色窗口打开并关闭,以便我能够读到产出。 我如何能够确保这一产出的可见度,因此,我可以读一下它试图告诉我的东西?

最佳回答

由于它只是一个星号申请,它从一个细微的窗口运行。

问题回答

你可以设立视力演播室,以便在出现例外情况时打破(当然,只有在无所作为的例外导致你提前结束方案的情况下,才会这样做)。





相关问题
Undefined reference

I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...

C++ Equivalent of Tidy

Is there an equivalent to tidy for HTML code for C++? I have searched on the internet, but I find nothing but C++ wrappers for tidy, etc... I think the keyword tidy is what has me hung up. I am ...

Template Classes in C++ ... a required skill set?

I m new to C++ and am wondering how much time I should invest in learning how to implement template classes. Are they widely used in industry, or is this something I should move through quickly?

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

typedef ing STL wstring

Why is it when i do the following i get errors when relating to with wchar_t? namespace Foo { typedef std::wstring String; } Now i declare all my strings as Foo::String through out the program, ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

Window iconification status via Xlib

Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?

热门标签