Jump to content
Larry Ullman's Book Forums

Getting Rid Of Those Std:: Pre-Designators


Recommended Posts

I was reading another C++ book (!) and i saw that they never used those annoying std:: prefixes for strings etc. and I saw they used a statement at the beginning  that says:  " Using namespace std; "

 

So it tried it on one of the scripts in this book and it seems to work.  Is there anything wrong with me putting this into the codes so I can study the flow, etc without the std:: prefixes?  Thank you.

Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...