c++ terms on visual studio environment

Hey,

I'm applying for a job (support engineering for a grid technology software) and I was asked to learn some terms in c++ (on visual studio environment).

the terms:

* Solution
* Project
* dependencies
* references
* project properties
* PCH file (Precompiled header file)
* PDB (program database) file.
* OBJ file
* SBR file
* BSC file
* Static Library
* Manifest file
* Assembly (in the .NET Framework)
* MIDL
* MSBuild

I will be very thankful if someone will explain the connections between all terms. because reading in Wikipedia for a begginer is somehow confusing. I was asked to know especially PCH, PDB, Project properties, References and dependencies.

Thanks you very much, really.
open up firefox and type:

Solution visual studio
Project visual studio
dependencies visual studio
....
MIDL visual studio
MSBuild visual studio

first link you see in google search will give you complete answer.
there is no better way to learn for each term.
Topic archived. No new replies allowed.