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 strongm 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: *

  1. dchinom

    Thread safe gcc 3.2.2

    Hi, I am creating a multi-threaded application, but I keep getting segmentation faults, which I believe are a product of memory allocation/deletions across mutliple threads. Is there a flag or directive that can be specified so gcc compiler will use thread safe memory operations? Regards, Doug M.
  2. dchinom

    Mapping Data types

    Hi, Is there a way to map a data type (e.g. int, float, ...) to an arbitrary value, such as an enuermation. Idealy, what I am going for is a method by which I can supply an enumeration value (or an int) and get back a typename for a particular data type which can be used to create a variable...

Part and Inventory Search

Back
Top