Q&A

Q1:Where do I get all the information on the new language features and the compiler and linker directives not required for .NET development?
A1: Microsoft provides a complete list of the new compiler directives in its online help that ships with Visual Studio .NET. Search for “What's New” in the online help to bring up a list of topics.
Q2:What is an assembly?
A2: An assembly is the finished result of a .NET project. It contains what is known as metadata, which describes data types such as structures or classes, version information, and internal resources such as graphics and/or sound files. This information is stored in what is called the assembly manifest.
Q3:How do I enter command-line options to my project?
A3: If you know what option you ...

Get Sams Teach Yourself Visual C++® .NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.