Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: atof() in Visual Studio 6 vs 2005 Pin
Mark Salsbery19-Sep-08 5:03
Mark Salsbery19-Sep-08 5:03 
AnswerRe: atof() in Visual Studio 6 vs 2005 Pin
CPallini18-Sep-08 11:31
mveCPallini18-Sep-08 11:31 
GeneralRe: atof() in Visual Studio 6 vs 2005 Pin
FoxholeWilly18-Sep-08 12:22
FoxholeWilly18-Sep-08 12:22 
QuestionRe: atof() in Visual Studio 6 vs 2005 Pin
CPallini18-Sep-08 22:18
mveCPallini18-Sep-08 22:18 
AnswerRe: atof() in Visual Studio 6 vs 2005 Pin
Mark Salsbery19-Sep-08 4:46
Mark Salsbery19-Sep-08 4:46 
AnswerRe: atof() in Visual Studio 6 vs 2005 Pin
FoxholeWilly22-Sep-08 5:27
FoxholeWilly22-Sep-08 5:27 
Questionunordered_set Pin
steph518-Sep-08 9:23
steph518-Sep-08 9:23 
AnswerRe: unordered_set Pin
Randor 18-Sep-08 10:04
professional Randor 18-Sep-08 10:04 
steph5 wrote:
They are apparently in TR1. whatever that is?


TR1 is a document describing proposed extensions to the C++ standards. You can read more here:
http://en.wikipedia.org/wiki/Technical_Report_1[^]

steph5 wrote:
How can I be able to use them in my program?


The TR1 extensions were not included in Visual Studio 2005. If you wish to use unordered_set you may take the following avenues of recourse:

1.) You could use the Boost implementation available here: http://www.boost.org/doc/libs/1_35_0/doc/html/intrusive/unordered_set_unordered_multiset.html[^]
2.) You could purchase the Dinkumware implementation which is actually what Microsoft used in VC2008http://www.dinkumware.com/tr1.aspx[^]
3.) You could purchase VC2008

If you simply want to do experiments with unordered_set storage containers then perhaps you could perform them with the GCC compiler. The libstdc++ library has implemented most of TR1 available here: http://gcc.gnu.org/libstdc++/[^]

Best Wishes,
-David Delaune
Question<unordered_set></unordered_set> Pin
steph518-Sep-08 8:37
steph518-Sep-08 8:37 
AnswerRe: Pin
Mark Salsbery18-Sep-08 8:42
Mark Salsbery18-Sep-08 8:42 
GeneralRe: Pin
steph518-Sep-08 9:13
steph518-Sep-08 9:13 
GeneralRe: Pin
Mark Salsbery18-Sep-08 9:30
Mark Salsbery18-Sep-08 9:30 
GeneralRe: Pin
steph518-Sep-08 9:39
steph518-Sep-08 9:39 
JokeRe: Pin
Rajesh R Subramanian18-Sep-08 21:56
professionalRajesh R Subramanian18-Sep-08 21:56 
GeneralRe: Pin
Mark Salsbery19-Sep-08 5:09
Mark Salsbery19-Sep-08 5:09 
AnswerHow about a subject line? Pin
Paul Conrad18-Sep-08 10:22
professionalPaul Conrad18-Sep-08 10:22 
GeneralRe: How about a subject line? Pin
Bram van Kampen18-Sep-08 14:14
Bram van Kampen18-Sep-08 14:14 
GeneralRe: How about a subject line? Pin
Paul Conrad18-Sep-08 14:53
professionalPaul Conrad18-Sep-08 14:53 
GeneralRe: How about a subject line? Pin
Rane18-Sep-08 18:50
Rane18-Sep-08 18:50 
GeneralRe: How about a subject line? Pin
Bram van Kampen19-Sep-08 11:35
Bram van Kampen19-Sep-08 11:35 
QuestionHow to get PrintPreview From MSFlexGrid Control Pin
ulka@NCST18-Sep-08 8:05
ulka@NCST18-Sep-08 8:05 
QuestionInterpX function limitation (from Interp32.xll Excel addin) [modified] Pin
M.Slipper18-Sep-08 8:03
M.Slipper18-Sep-08 8:03 
AnswerRe: InterpX function limitation (from Interp32.xll Excel addin) Pin
Randor 18-Sep-08 10:15
professional Randor 18-Sep-08 10:15 
GeneralRe: InterpX function limitation (from Interp32.xll Excel addin) Pin
M.Slipper18-Sep-08 10:30
M.Slipper18-Sep-08 10:30 
QuestionSafe premature shutdown of application Pin
frqftgbdafr18-Sep-08 7:50
frqftgbdafr18-Sep-08 7:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.