Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual C# 2010 Express Output Window

Is there Output window in C# 2010 Express? I don't see it in the View menu.

like image 339
Alex F Avatar asked Apr 15 '10 11:04

Alex F


People also ask

What is Visual C used for?

Microsoft Visual C++ is a integrated development environment (IDE) used to create Windows applications in the C, C++, and C++/CLI programming languages. It was originally a standalone product, but is now included as part of Microsoft Visual Studio.

Is Microsoft Visual C free?

Visual Studio Community. A fully-featured, extensible, free IDE for creating modern applications for Android, iOS, Windows, as well as web applications and cloud services.

Is Visual C necessary?

We don't recommend that you delete any Visual C++ redistributable, because doing so could make multiple applications on your computer stop working. Given how little space they take up and how broadly they are used, it doesn't seem worth the hassle to mess with your current ecosystem of standard library files.

What is the difference between Visual C and C?

Key Differences Between C++ and Visual C++C++ is an object-oriented programming language, whereas Visual C++ is the Integrated Development Environment (IDE) and compiler for C and C++ language. In C++, a compiler translates the C++ program code into machine code which computers can understand and execute the same.


1 Answers

Ctrl+W,O

It is on the menu in expert mode; Tools => Settings => Expert Settings.

In reality most of the useful options are in expert mode; I can't think of a sane reason to use basic mode, nor why it is the default (instead perhaps of asking me "Have you ever programmed before?")

like image 121
Marc Gravell Avatar answered Sep 22 '22 17:09

Marc Gravell