Source of storage_linkage_aux4.cpp


  1: //storage_linkage_aux4.cpp

  3: #include <string>
  4: using namespace std;

  6: //string myName = "Porter Scobey";              //1
  7: //const string myName = "Porter Scobey";        //2
  8: //extern const string myName = "Porter Scobey"; //3