- From the File menu, select New and then Project….
- From the Project types pane, under Visual C++, select Win32.
- From the Templates pane, select Win32 Console Application.
- Choose a name for the project, such as MathFuncsLib, and enter it in the Name field. Choose a name for the solution, such as StaticLibrary, and enter it in the Solution Name field.
- Press OK to start the Win32 application wizard. From the Overview page of the Win32 Application Wizard dialog, press Next.
- From the Application Settings page of the Win32 Application Wizard, under Application type, select Static library.
- From the Application Settings page of the Win32 Application Wizard, under Additional options, deselect Pre-compiled header.
- Press Finish to create the project.
Microsoft Visual C++ is a programming environment used to create applications for the Microsoft Windows family of operating systems. To use these lessons, you must have installed either Microsoft Visual Studio 2010. Although Microsoft Visual Studio 2010 Professional provides many programming environments for the price of one, in our lessons, we will use it but we will cover only the Microsoft Foundation Class (MFC) library side. After installing it, to use the programming environment, you must first open it. To do that, you would click Start -> (All) Programs -> Microsoft Visual Studio 2010 -> Microsoft Visual Studio 2010. In our lessons, unless used in code, the -> arrow means an action that should follow another. Based on this: Edit -> Copy means click Edit, then click Copy View -> Toolbars -> Custom means click View position the mouse on Toolbars, and then click Custom To start Microsoft Visual C++ or Visual Studio, on the Taskbar, click Start (All) Prog...
Comments
Post a Comment