Click here to Skip to main content
15,914,409 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating a folder Pin
Timothy Grabrian21-Oct-04 13:37
professionalTimothy Grabrian21-Oct-04 13:37 
Generalwindows ce and pocketpc 2003 Pin
prateekkathuria21-Oct-04 11:46
prateekkathuria21-Oct-04 11:46 
GeneralRe: windows ce and pocketpc 2003 Pin
vcplusplus21-Oct-04 15:47
vcplusplus21-Oct-04 15:47 
Generalfor loop Pin
sacoskun21-Oct-04 11:00
sacoskun21-Oct-04 11:00 
GeneralRe: for loop Pin
Christian Graus21-Oct-04 11:34
protectorChristian Graus21-Oct-04 11:34 
GeneralRe: for loop Pin
Michael Dunn21-Oct-04 14:40
sitebuilderMichael Dunn21-Oct-04 14:40 
GeneralRe: for loop Pin
benjymous21-Oct-04 23:19
benjymous21-Oct-04 23:19 
GeneralRe: for loop Pin
sacoskun22-Oct-04 8:13
sacoskun22-Oct-04 8:13 
First of all thanks all who have replied to my question.

For Mr. Graus, whether I make the code

for( int i = 0, j = 3, z = 2; i < 10, j > 2, z < 8; i++, j--, z++ )

Condition still ends when z is 8.

Thanks Dunn and benjmous for the && then you mean my implementation is wrong, right? There should be some logical operators rather than commas?

Regards,

-
When in doubt, push a pawn!
-
QuestionHow to break mpeg on several files Pin
tserg21-Oct-04 10:26
tserg21-Oct-04 10:26 
GeneralDialogs data change Pin
smack_2k221-Oct-04 9:55
smack_2k221-Oct-04 9:55 
GeneralRe: Dialogs data change Pin
David Crow21-Oct-04 10:02
David Crow21-Oct-04 10:02 
GeneralRe: Dialogs data change Pin
Maximilien21-Oct-04 10:07
Maximilien21-Oct-04 10:07 
GeneralRe: Dialogs data change Pin
Timothy Grabrian21-Oct-04 13:49
professionalTimothy Grabrian21-Oct-04 13:49 
GeneralRe: Dialogs data change Pin
smack_2k223-Oct-04 0:18
smack_2k223-Oct-04 0:18 
GeneralHELP: socket upload file Pin
antonimasso21-Oct-04 9:10
antonimasso21-Oct-04 9:10 
GeneralCode data base Pin
embeddesign21-Oct-04 8:03
embeddesign21-Oct-04 8:03 
GeneralRe: Code data base Pin
David Crow21-Oct-04 8:19
David Crow21-Oct-04 8:19 
GeneralI deleted a class that I did not need Pin
Tom Wright21-Oct-04 7:21
Tom Wright21-Oct-04 7:21 
GeneralRe: I deleted a class that I did not need Pin
David Crow21-Oct-04 7:33
David Crow21-Oct-04 7:33 
GeneralRe: I deleted a class that I did not need Pin
Tom Wright21-Oct-04 7:44
Tom Wright21-Oct-04 7:44 
GeneralRe: I deleted a class that I did not need Pin
David Crow21-Oct-04 7:46
David Crow21-Oct-04 7:46 
GeneralRe: I deleted a class that I did not need Pin
Tom Wright21-Oct-04 7:50
Tom Wright21-Oct-04 7:50 
GeneralRe: I deleted a class that I did not need Pin
C_M_21-Oct-04 21:49
C_M_21-Oct-04 21:49 
GeneralRe: I deleted a class that I did not need Pin
Tom Wright22-Oct-04 4:10
Tom Wright22-Oct-04 4:10 
GeneralMFC Check Box Pin
missnazar21-Oct-04 6:49
missnazar21-Oct-04 6:49 

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.