Click here to Skip to main content
15,913,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIdentifying sequence point errors in VS6 Pin
Chintoo72311-Mar-06 19:30
Chintoo72311-Mar-06 19:30 
AnswerRe: Identifying sequence point errors in VS6 Pin
John R. Shaw11-Mar-06 21:32
John R. Shaw11-Mar-06 21:32 
GeneralRe: Identifying sequence point errors in VS6 Pin
Chintoo72312-Mar-06 0:51
Chintoo72312-Mar-06 0:51 
GeneralRe: Identifying sequence point errors in VS6 Pin
John R. Shaw16-Mar-06 14:51
John R. Shaw16-Mar-06 14:51 
GeneralRe: Identifying sequence point errors in VS6 Pin
Chintoo72318-Mar-06 18:55
Chintoo72318-Mar-06 18:55 
GeneralRe: Identifying sequence point errors in VS6 Pin
John R. Shaw19-Mar-06 12:22
John R. Shaw19-Mar-06 12:22 
GeneralRe: Identifying sequence point errors in VS6 Pin
Ryan Binns12-Mar-06 17:31
Ryan Binns12-Mar-06 17:31 
GeneralRe: Identifying sequence point errors in VS6 Pin
John R. Shaw16-Mar-06 15:44
John R. Shaw16-Mar-06 15:44 
Ryan Binns wrote:
Actually, it does violate the standard


Actually, undefined behaviour is not a violation of the standard. It is what it says "undefined", that means it is up to the compiler [vender] to determine what its behaviour is.

Personaly, I think it should translate into:
data[i] = i;
++i;
OR
data[i] = (temp = i + 1);
i = temp;
but that is just my opinion.

INTP
Every thing is relative...
AnswerRe: Identifying sequence point errors in VS6 Pin
Trollslayer12-Mar-06 1:45
mentorTrollslayer12-Mar-06 1:45 
GeneralRe: Identifying sequence point errors in VS6 Pin
Chintoo72312-Mar-06 3:44
Chintoo72312-Mar-06 3:44 
GeneralRe: Identifying sequence point errors in VS6 Pin
Trollslayer12-Mar-06 10:06
mentorTrollslayer12-Mar-06 10:06 
QuestionHow to translate applications using resources files Pin
Allad11-Mar-06 17:40
Allad11-Mar-06 17:40 
AnswerRe: How to translate applications using resources files Pin
John R. Shaw11-Mar-06 22:32
John R. Shaw11-Mar-06 22:32 
GeneralRe: How to translate applications using resources files Pin
Allad12-Mar-06 2:00
Allad12-Mar-06 2:00 
GeneralRe: How to translate applications using resources files Pin
John R. Shaw16-Mar-06 15:24
John R. Shaw16-Mar-06 15:24 
QuestionHow can i enumerate all users in PC? Pin
fcoder11-Mar-06 16:41
fcoder11-Mar-06 16:41 
AnswerRe: How can i enumerate all users in PC? Pin
Anton Mikhalyov11-Mar-06 21:13
Anton Mikhalyov11-Mar-06 21:13 
AnswerRe: How can i enumerate all users in PC? Pin
Hamid_RT11-Mar-06 21:14
Hamid_RT11-Mar-06 21:14 
AnswerRe: How can i enumerate all users in PC? Pin
Hamid_RT11-Mar-06 21:24
Hamid_RT11-Mar-06 21:24 
AnswerRe: How can i enumerate all users in PC? Pin
John R. Shaw11-Mar-06 22:42
John R. Shaw11-Mar-06 22:42 
Questionmethod of hook dll Pin
HOW WHAT11-Mar-06 15:15
HOW WHAT11-Mar-06 15:15 
AnswerRe: method of hook dll Pin
Anton Mikhalyov11-Mar-06 18:17
Anton Mikhalyov11-Mar-06 18:17 
GeneralRe: method of hook dll Pin
HOW WHAT11-Mar-06 18:41
HOW WHAT11-Mar-06 18:41 
GeneralRe: method of hook dll Pin
Anton Mikhalyov11-Mar-06 20:52
Anton Mikhalyov11-Mar-06 20:52 
GeneralRe: method of hook dll Pin
HOW WHAT12-Mar-06 1:24
HOW WHAT12-Mar-06 1:24 

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.