CS333 - Problem Solving and Object Oriented Programming in C++
[ Home | Schedule | Personal Progress | Search | Glossary | Help ]


 

Using Microsoft Editors for Editing C++ Source Files

You need to register the file type with the WINDOWS system. Here is the way I did it on my system.( If this does not work for you, goto help/index - type "file types" - follow directions)

  1. Double-click the My Computer icon.
  2. On the View menu, click Options, and then click the File Types tab.
  3. click "New Type"
  4. Type "C++ Source File" in the "Description of type" box
  5. Type "cpp" in the "Associated extension" box
  6. Select "text/plain" in the "Content Type (MIME)" pull down menu
  7. For "Default Extension for Content Type" use ".cpp"

Now Notepad/ Wordpad and Word should allow you save with extension ".cpp"


Copyright chris wild 1999.
For problems or questions regarding this website contact [Chris Wild (e-mail:cs333@cs.odu.edu].
Last updated: September 25, 1999.