I asked them to add it. it was missing. you are right, it's better. i can find 
all the specs for regex stuff there whereas I can't on cplusplus.com.

haven't had the money for a c++11 standard library book, other priorities, by 
that time will someone have implemented c++14? I remember there being some 
useful new stuff in c++14. my book is c++03.



>________________________________
> From: Ruben Van Boxem <vanboxem.ru...@gmail.com>
>To: "mingw-w64-public@lists.sourceforge.net" 
><mingw-w64-public@lists.sourceforge.net> 
>Sent: Sunday, June 29, 2014 11:50 AM
>Subject: Re: [Mingw-w64-public] problem with compiler not concatenating        
>strings
> 
>
>
>2014-06-29 6:32 GMT+02:00 Jim Michaels <jmich...@yahoo.com>:
>
>thank you ivan, I did not know about cinttypes! this is new to me. it's not 
>listed at cplusplus.com
>>
>
>
>Eh, yes it is:
>http://www.cplusplus.com/reference/cinttypes/
>
>
>Also, some might say cppreference.com is a better reference. Check it out:
>http://en.cppreference.com/w/cpp/header/cinttypes
>
>
>Oh, and get a decent book on C (or C++, pick one and stick with it), you seem 
>to be missing a lot of basic knowledge.
>
>
>Cheers,
>
>
>Ruben 
>
>
>>>
>>>
>>>
>>>________________________________
>>> From: Ivan Garramona <heavenandhell...@gmail.com>
>>>To: mingw-w64-public@lists.sourceforge.net 
>>>Sent: Saturday, June 21, 2014 9:03 PM
>>>
>>>Subject: Re: [Mingw-w64-public] problem with compiler not concatenating      
>>>strings
>>>
>>>
>>>
>>>According to the C++11 standard: "The macros defined by <cinttypes> are 
provided unconditionally. In particular, the symbol 
__STDC_FORMAT_MACROS, mentioned in footnote 182 of the C standard, plays no 
role in C++."
>>>
>>>This checking should be something like:
>>>#if !defined(__cplusplus) || (__cplusplus >= 201103L) || 
>>>defined(__STDC_FORMAT_MACROS)
>>>
>>>------------------------------------------------------------------------------
>>>HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
>>>Find What Matters Most in Your Big Data with HPCC Systems
>>>Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
>>>Leverages Graph Analysis for Fast Processing & Easy Data Exploration
>>>http://p.sf.net/sfu/hpccsystems
>>>
>>>_______________________________________________
>>>Mingw-w64-public mailing list
>>>Mingw-w64-public@lists.sourceforge.net
>>>https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>>>
>>>
>>>
>>------------------------------------------------------------------------------
>>Open source business process management suite built on Java and Eclipse
>>Turn processes into business applications with Bonita BPM Community Edition
>>Quickly connect people, data, and systems into organized workflows
>>Winner of BOSSIE, CODIE, OW2 and Gartner awards
>>http://p.sf.net/sfu/Bonitasoft
>>
>>
>>
>>
>>_______________________________________________
>>Mingw-w64-public mailing list
>>Mingw-w64-public@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>>
>>
>
>
>------------------------------------------------------------------------------
>Open source business process management suite built on Java and Eclipse
>Turn processes into business applications with Bonita BPM Community Edition
>Quickly connect people, data, and systems into organized workflows
>Winner of BOSSIE, CODIE, OW2 and Gartner awards
>http://p.sf.net/sfu/Bonitasoft
>
>_______________________________________________
>Mingw-w64-public mailing list
>Mingw-w64-public@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
>
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to