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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.