Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Please help Pin
nbugalia23-Sep-07 23:44
nbugalia23-Sep-07 23:44 
AnswerRe: Please help Pin
baerten23-Sep-07 23:45
baerten23-Sep-07 23:45 
GeneralRe: Please help Pin
rajeevktripathi23-Sep-07 23:52
rajeevktripathi23-Sep-07 23:52 
GeneralRe: Please help Pin
nbugalia24-Sep-07 0:05
nbugalia24-Sep-07 0:05 
GeneralRe: Please help Pin
toxcct24-Sep-07 1:55
toxcct24-Sep-07 1:55 
GeneralRe: Please help Pin
jhwurmbach24-Sep-07 1:26
jhwurmbach24-Sep-07 1:26 
GeneralRe: Please help Pin
toxcct24-Sep-07 1:56
toxcct24-Sep-07 1:56 
AnswerRe: Please help Pin
toxcct24-Sep-07 1:53
toxcct24-Sep-07 1:53 
rajeevktripathi wrote:
How to change associativity of operators in C++,


changing associativity is like changing the meaning of things (so, changing the language itself), so, no way at all.
moreover, if associativity exists like it is, there are reasons over the problem you can have with it.


rajeevktripathi wrote:
then compiler interpret this expression as
int c = (a--) - b;
what I want, is like int c = a -(--b);


then, why don't you just use spaces (or at least, parenthises like someone said) ?
write c = a - --b; and everything will be good.


AnswerRe: Please help Pin
David Crow24-Sep-07 3:07
David Crow24-Sep-07 3:07 
QuestionA generic c++ question regarding dynamic_cast in virtual inheritance Pin
_Pinux_23-Sep-07 23:21
_Pinux_23-Sep-07 23:21 
AnswerRe: A generic c++ question regarding dynamic_cast in virtual inheritance Pin
toxcct24-Sep-07 1:57
toxcct24-Sep-07 1:57 
GeneralRe: A generic c++ question regarding dynamic_cast in virtual inheritance Pin
_Pinux_24-Sep-07 15:58
_Pinux_24-Sep-07 15:58 
QuestionDirectShow about media files Pin
kcynic23-Sep-07 23:06
kcynic23-Sep-07 23:06 
AnswerRe: DirectShow about media files Pin
Mark Salsbery24-Sep-07 7:30
Mark Salsbery24-Sep-07 7:30 
GeneralRe: DirectShow about media files Pin
kcynic24-Sep-07 15:21
kcynic24-Sep-07 15:21 
Questionc++ UserInterface Pin
raja.geek23-Sep-07 23:04
raja.geek23-Sep-07 23:04 
QuestionRe: c++ UserInterface Pin
David Crow24-Sep-07 3:08
David Crow24-Sep-07 3:08 
AnswerRe: c++ UserInterface Pin
toxcct24-Sep-07 20:51
toxcct24-Sep-07 20:51 
AnswerRe: c++ UserInterface Pin
Signal-926-Sep-07 15:16
Signal-926-Sep-07 15:16 
QuestionMultiple access to MS SQL Database Pin
__yash__23-Sep-07 22:57
professional__yash__23-Sep-07 22:57 
QuestionRe: Multiple access to MS SQL Database Pin
Mark Salsbery24-Sep-07 7:33
Mark Salsbery24-Sep-07 7:33 
AnswerRe: Multiple access to MS SQL Database Pin
__yash__24-Sep-07 20:35
professional__yash__24-Sep-07 20:35 
GeneralRe: Multiple access to MS SQL Database Pin
Mark Salsbery25-Sep-07 5:40
Mark Salsbery25-Sep-07 5:40 
GeneralRe: Multiple access to MS SQL Database Pin
__yash__25-Sep-07 18:53
professional__yash__25-Sep-07 18:53 
QuestionHow to run an exe file. Pin
Exelioindia23-Sep-07 22:52
Exelioindia23-Sep-07 22:52 

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.