 Introduction
 Building a New C++ Project in Microsoft Visual Studio
 Step 1 - Create a new “console application” project
 Step 2 - Copy some test code into the .cpp file
 Step 3 - Add three FairCom libraries to the project
 Step 4 - Add dependencies for "ws2_32.lib" and "crypt32.lib"
 Step 5 - Tell the project where it can find the c-tree header (.hpp) files
 Step 6 -Test your new project
 Copyright Notice
 Index
|