file extensions in Visual Studio?

Nov 23, 2010 at 1:43pm
Hi,

When I create the project in Visual Studio.

*.opensdf
*.sdf
*.sln
*.suo


With the above extensions
creating files.

What files are files that have extensions?
Nov 23, 2010 at 1:51pm
I'm not sure I understand your question? Every file has an extension. The solution file ends in .sln. What are you asking?
Nov 23, 2010 at 2:11pm
question is

- Header files should use a .h__ extension (.h / .hpp / .hxx).
- C++ Source files should use a .c__ extention (.cpp / .cxx / .cc).
- C Source files should use .c (.c only).


I saw the extension
I understand what type of file



*.opensdf
*.sdf
*.sln
*.suo

What is the type of files with these extensions and How they work?
Last edited on Nov 23, 2010 at 2:11pm
Nov 23, 2010 at 3:42pm
closed account (z05DSL3A)
See: http://msdn.microsoft.com/en-us/library/3awe4781.aspx
Nov 23, 2010 at 3:53pm
@grey Wolf thanks

but I'm not asking him to

this information is already there in the face of the name.

Sdf ->> SQL server Compact Edition Database file


Why have these extensions uses the file
This file is doing what job?
Topic archived. No new replies allowed.