Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to increment the slider while video is playing.? Pin
mbatra3110-Jun-13 19:52
mbatra3110-Jun-13 19:52 
AnswerRe: How to increment the slider while video is playing.? Pin
David Crow11-Jun-13 2:50
David Crow11-Jun-13 2:50 
AnswerRe: How to increment the slider while video is playing.? Pin
ThatsAlok11-Jun-13 3:31
ThatsAlok11-Jun-13 3:31 
GeneralRe: How to increment the slider while video is playing.? Pin
mbatra3111-Jun-13 3:37
mbatra3111-Jun-13 3:37 
AnswerRe: How to increment the slider while video is playing.? Pin
David Crow11-Jun-13 4:28
David Crow11-Jun-13 4:28 
QuestionReagarding error with ostream Pin
Manoj73909-Jun-13 20:24
Manoj73909-Jun-13 20:24 
AnswerRe: Reagarding error with ostream Pin
Richard MacCutchan9-Jun-13 21:25
mveRichard MacCutchan9-Jun-13 21:25 
GeneralRe: Reagarding error with ostream Pin
Manoj73909-Jun-13 21:40
Manoj73909-Jun-13 21:40 
In the main program i am calling another header function called "FiniteFieldElement.h" function. In that function i have used --

XML
// ostream handler
               template<int T>
               friend  ostream&    operator<<(ostream& os, const FiniteFieldElement<T>& g)
               {
                   return os << g.i_;
               }


I am calling this function and using "ostream" in so many places in main function. I am getting the errors like..

/usr/include/c++/4.6/ostream:493:5: note: template<class _chart,="" class="" _traits=""> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
/usr/include/c++/4.6/ostream:473:5: note: template<class _traits=""> std::basic_ostream<char, _traits="">& std::operator<<(std::basic_ostream<char, _traits="">&, unsigned char)
/usr/include/c++/4.6/ostream:468:5: note: template<class _traits=""> std::basic_ostream<char, _traits="">& std::operator<<(std::basic_ostream<char, _traits="">&, signed char)
/usr/include/c++/4.6/ostream:462:5: note: template<class _traits=""> std::basic_ostream<char, _traits="">& std::operator<<(std::basic_ostream<char, _traits="">&, char)
/usr/include/c++/4.6/ostream:456:5: note: template<class _chart,="" class="" _traits=""> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
/usr/include/c++/4.6/ostream:451:5: note: template<class _chart,="" class="" _traits=""> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
GeneralRe: Reagarding error with ostream Pin
Richard MacCutchan9-Jun-13 21:49
mveRichard MacCutchan9-Jun-13 21:49 
GeneralRe: Reagarding error with ostream Pin
Manoj73909-Jun-13 22:01
Manoj73909-Jun-13 22:01 
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 
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 

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.