Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: antmd
  • Order by date
  1. antmd

    Suppressing command output

    Hi I'm a shell script beginner. I use Bash, and have written a simple procedure to check if a named sub-directory exists in a list of directories. I use pushd to change to each directory in turn, and then popd to return to the start directory. Each 'pushd' and 'popd' writes output (the new...
  2. antmd

    Initialising STL Container which is Static member

    Hi Muppeteer, I forgot to mention that the multimap data is kinda like a constant... I would prefer not to re-initialise every time I created a new instance of the class. Or is the compiler smart enough to know not to re-initialise static data? Isn't the contructor called every time a new...
  3. antmd

    Initialising STL Container which is Static member

    Hi I'm a newbie to C++ I've been trying to find out the best way of initialising a static (private) data member of a class, which is an STL container (Multimap). I know one can initialise 'simple' static member data types in the definition, by just applying the constructor. e.g. int...

Part and Inventory Search

Back
Top