Original Post
Hi, I''m building a project in visual c++ .NET, and I need to declare variables, typedefsn enums and constants that will be available for all of the projects files, I want to create a specific file for these things, does anyone know how to do it?
another question is what is the Form1.cpp used for?