views:

291

answers:

1

Hello,

I wonder, if there is a way to make VS C++ Express console window appear as tab, like 'Output' or 'Code Definition Window', rather than new window (the same way like Eclipse does). Any IDE settings or plugin?

Thanks in advance,

Regards, Pawel (PL)

A: 

You'd need to create a visual studio plugin to do this, and from the accepted answer to this question you can see that the top listed item that's missing is:

No Add-in/macros

so while you might be able to create one, you won't be able to run it from the Express edition.

ChrisF