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

C / C++ / MFC

 
QuestionA template question Pin
EQ Learner13-Aug-13 9:50
EQ Learner13-Aug-13 9:50 
AnswerRe: A template question Pin
pasztorpisti13-Aug-13 12:22
pasztorpisti13-Aug-13 12:22 
GeneralRe: A template question Pin
EQ Learner14-Aug-13 4:08
EQ Learner14-Aug-13 4:08 
GeneralRe: A template question Pin
pasztorpisti14-Aug-13 5:21
pasztorpisti14-Aug-13 5:21 
GeneralRe: A template question Pin
EQ Learner14-Aug-13 5:55
EQ Learner14-Aug-13 5:55 
GeneralRe: A template question Pin
pasztorpisti14-Aug-13 6:03
pasztorpisti14-Aug-13 6:03 
GeneralRe: A template question Pin
EQ Learner14-Aug-13 6:13
EQ Learner14-Aug-13 6:13 
GeneralRe: A template question Pin
pasztorpisti14-Aug-13 8:29
pasztorpisti14-Aug-13 8:29 
Well, you actually changed the signature of the Serialize method. You are not allowed to do that. If you want to be able to access a stream for this purpose then put both of these methods into a class instead, store a stream reference/pointer in the class, create an instance of that class and call these sfinae methods of the instance. This way you don't have to change the signature of the sfinae methods. A simpler less nice alternative is not changing the methods but accessing the stream from a global variable.
GeneralRe: A template question Pin
EQ Learner14-Aug-13 8:57
EQ Learner14-Aug-13 8:57 
GeneralRe: A template question Pin
pasztorpisti14-Aug-13 9:29
pasztorpisti14-Aug-13 9:29 
Questionhow can i improve my c programming in different ways Pin
Member 985748713-Aug-13 2:18
Member 985748713-Aug-13 2:18 
AnswerRe: how can i improve my c programming in different ways Pin
NotPolitcallyCorrect13-Aug-13 2:29
NotPolitcallyCorrect13-Aug-13 2:29 
AnswerRe: how can i improve my c programming in different ways Pin
CPallini13-Aug-13 2:32
mveCPallini13-Aug-13 2:32 
JokeRe: how can i improve my c programming in different ways Pin
pasztorpisti13-Aug-13 3:29
pasztorpisti13-Aug-13 3:29 
AnswerRe: how can i improve my c programming in different ways Pin
pasztorpisti13-Aug-13 3:15
pasztorpisti13-Aug-13 3:15 
GeneralRe: how can i improve my c programming in different ways Pin
Erudite_Eric13-Aug-13 4:33
Erudite_Eric13-Aug-13 4:33 
GeneralRe: how can i improve my c programming in different ways Pin
CPallini13-Aug-13 9:17
mveCPallini13-Aug-13 9:17 
GeneralRe: how can i improve my c programming in different ways Pin
pasztorpisti13-Aug-13 9:22
pasztorpisti13-Aug-13 9:22 
AnswerRe: how can i improve my c programming in different ways Pin
Erudite_Eric13-Aug-13 4:35
Erudite_Eric13-Aug-13 4:35 
GeneralRe: how can i improve my c programming in different ways Pin
CPallini13-Aug-13 9:18
mveCPallini13-Aug-13 9:18 
AnswerRe: how can i improve my c programming in different ways Pin
jschell13-Aug-13 8:46
jschell13-Aug-13 8:46 
Questionc++ with QT exe file error Pin
Mkhitar_Sargsyan12-Aug-13 21:08
Mkhitar_Sargsyan12-Aug-13 21:08 
GeneralRe: c++ with QT exe file error Pin
Richard MacCutchan12-Aug-13 22:05
mveRichard MacCutchan12-Aug-13 22:05 
GeneralRe: c++ with QT exe file error Pin
SoMad12-Aug-13 22:43
professionalSoMad12-Aug-13 22:43 
AnswerRe: c++ with QT exe file error Pin
Erudite_Eric13-Aug-13 0:18
Erudite_Eric13-Aug-13 0:18 

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.