Dave's Brain

Browse - programming tips - visual c source files

Date: 2008jul31

Q.  Where are the Visual C++ 6 source files installed on my PC?

A.  C:\Program Files\Microsoft Visual Studio\VC98
and below

When your program does:

	#include <stdio.h>

Its pulling in file:

	C:\Program Files\Microsoft Visual Studio\VC98\Include\stdio.h

On a Linux box it would be:

	/usr/include/stdio.h
What this info useful to you? You can donate to say thanks

Add a comment

Sign in to add a comment
Copyright © 2008-2012, dave - Code samples on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License. However other material, including English text has all rights reserved.
Advertisements: