Click here to Skip to main content
15,897,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reagarding error with ostream Pin
Richard MacCutchan9-Jun-13 22:10
mveRichard MacCutchan9-Jun-13 22:10 
GeneralRe: Reagarding error with ostream Pin
CPallini9-Jun-13 22:47
mveCPallini9-Jun-13 22:47 
GeneralRe: Reagarding error with ostream Pin
Richard MacCutchan9-Jun-13 23:34
mveRichard MacCutchan9-Jun-13 23:34 
QuestionAny (free) Unit testing frame work for MFC code? Pin
pk jain8-Jun-13 21:52
pk jain8-Jun-13 21:52 
AnswerRe: Any (free) Unit testing frame work for MFC code? Pin
«_Superman_»9-Jun-13 5:01
professional«_Superman_»9-Jun-13 5:01 
GeneralRe: Any (free) Unit testing frame work for MFC code? Pin
pk jain9-Jun-13 18:47
pk jain9-Jun-13 18:47 
GeneralRe: Any (free) Unit testing frame work for MFC code? Pin
ThatsAlok11-Jun-13 3:32
ThatsAlok11-Jun-13 3:32 
AnswerRe: Any (free) Unit testing frame work for MFC code? Pin
Rolf Kristensen11-Jun-13 10:21
Rolf Kristensen11-Jun-13 10:21 
Other test frameworks:

Google Test[^] (Google Test Adapter (Adds VS2012 support)[^]

Microsoft.VisualStudio.TestTools.CppUnitTestFramework (VS2012 only)[^]

It can be a good idea to investigate how well the unit testing framework works together with your build server. It can give "free" benefits like test performance graphs, that can show if a recent code change have degraded performance.
QuestionDAO Database classes are not supported for Win64 platforms error help Pin
ForNow8-Jun-13 19:53
ForNow8-Jun-13 19:53 
AnswerRe: DAO Database classes are not supported for Win64 platforms error help Pin
Jochen Arndt8-Jun-13 21:45
professionalJochen Arndt8-Jun-13 21:45 
AnswerRe: DAO Database classes are not supported for Win64 platforms error help Pin
Richard MacCutchan8-Jun-13 21:47
mveRichard MacCutchan8-Jun-13 21:47 
GeneralRe: DAO Database classes are not supported for Win64 platforms error help Pin
ForNow8-Jun-13 23:44
ForNow8-Jun-13 23:44 
GeneralRe: DAO Database classes are not supported for Win64 platforms error help Pin
Richard MacCutchan8-Jun-13 23:49
mveRichard MacCutchan8-Jun-13 23:49 
GeneralRe: DAO Database classes are not supported for Win64 platforms error help Pin
ForNow9-Jun-13 3:54
ForNow9-Jun-13 3:54 
GeneralRe: DAO Database classes are not supported for Win64 platforms error help Pin
Richard MacCutchan9-Jun-13 5:27
mveRichard MacCutchan9-Jun-13 5:27 
GeneralRe: DAO Database classes are not supported for Win64 platforms error help Pin
JackDingler11-Jun-13 4:19
JackDingler11-Jun-13 4:19 
QuestionRe: DAO Database classes are not supported for Win64 platforms error help Pin
David Crow10-Jun-13 5:49
David Crow10-Jun-13 5:49 
QuestionHow to avoid thrid party lib(no source codes) to allocate memory from physical memory? Pin
Falconapollo8-Jun-13 15:29
Falconapollo8-Jun-13 15:29 
AnswerRe: How to avoid thrid party lib(no source codes) to allocate memory from physical memory? Pin
Richard MacCutchan8-Jun-13 21:44
mveRichard MacCutchan8-Jun-13 21:44 
GeneralRe: How to avoid thrid party lib(no source codes) to allocate memory from physical memory? Pin
Stefan_Lang10-Jun-13 20:53
Stefan_Lang10-Jun-13 20:53 
GeneralRe: How to avoid thrid party lib(no source codes) to allocate memory from physical memory? Pin
Richard MacCutchan10-Jun-13 21:01
mveRichard MacCutchan10-Jun-13 21:01 
GeneralRe: How to avoid thrid party lib(no source codes) to allocate memory from physical memory? Pin
JackDingler11-Jun-13 4:24
JackDingler11-Jun-13 4:24 
GeneralRe: How to avoid thrid party lib(no source codes) to allocate memory from physical memory? Pin
Richard MacCutchan11-Jun-13 4:41
mveRichard MacCutchan11-Jun-13 4:41 
GeneralRe: How to avoid thrid party lib(no source codes) to allocate memory from physical memory? Pin
JackDingler11-Jun-13 5:04
JackDingler11-Jun-13 5:04 
GeneralRe: How to avoid thrid party lib(no source codes) to allocate memory from physical memory? Pin
Falconapollo10-Jun-13 21:44
Falconapollo10-Jun-13 21:44 

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.