Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: waveInOpen and waveInProc problem. Pin
Sapto Priyono15-Feb-05 20:09
Sapto Priyono15-Feb-05 20:09 
GeneralRe: waveInOpen and waveInProc problem. Pin
anaknakal15-Feb-05 20:52
anaknakal15-Feb-05 20:52 
Questionfor ( ; i < 5; i++) ? Pin
Link260015-Feb-05 11:33
Link260015-Feb-05 11:33 
AnswerRe: for ( ; i &lt; 5; i++) ? Pin
Maximilien15-Feb-05 12:28
Maximilien15-Feb-05 12:28 
GeneralRe: for ( ; i < 5; i++) ? Pin
Link260015-Feb-05 17:29
Link260015-Feb-05 17:29 
GeneralRe: for ( ; i &lt; 5; i++) ? Pin
Antony M Kancidrowski15-Feb-05 23:09
Antony M Kancidrowski15-Feb-05 23:09 
AnswerRe: for ( ; i &lt; 5; i++) ? Pin
Ryan Binns15-Feb-05 17:34
Ryan Binns15-Feb-05 17:34 
AnswerRe: for ( ; i &lt; 5; i++) ? Pin
namaskaaram15-Feb-05 22:37
namaskaaram15-Feb-05 22:37 
the second would be better.....
but if reinitializing is that u consider inappropriate,then tooo i wouldnt go for the first rater i would maybe modify the first a little.....

int i ;

for(i = 0; i < 5; i++)
{
//code
}


"faith, hope, love remain, these three.....; but the greatest of these is love" -1 Corinthians 13:13
QuestionWhat is the max length of tree branche? Pin
bilas15-Feb-05 7:52
bilas15-Feb-05 7:52 
AnswerRe: What is the max length of tree branche? Pin
rocky_pulley15-Feb-05 9:03
rocky_pulley15-Feb-05 9:03 
GeneralRe: What is the max length of tree branche? Pin
bilas15-Feb-05 11:03
bilas15-Feb-05 11:03 
Generalcheck if PC connects to the internet Pin
includeh1015-Feb-05 5:49
includeh1015-Feb-05 5:49 
GeneralRe: check if PC connects to the internet Pin
Ravi Bhavnani15-Feb-05 8:58
professionalRavi Bhavnani15-Feb-05 8:58 
GeneralRe: check if PC connects to the internet Pin
David Crow15-Feb-05 10:57
David Crow15-Feb-05 10:57 
GeneralRe: check if PC connects to the internet Pin
includeh1015-Feb-05 22:48
includeh1015-Feb-05 22:48 
QuestionWinSOCK and HTTP POST - how to send/receive data? Pin
Peter Laursen15-Feb-05 5:08
Peter Laursen15-Feb-05 5:08 
AnswerRe: WinSOCK and HTTP POST - how to send/receive data? Pin
Ravi Bhavnani15-Feb-05 9:01
professionalRavi Bhavnani15-Feb-05 9:01 
GeneralRe: WinSOCK and HTTP POST - how to send/receive data? Pin
humps15-Feb-05 9:44
humps15-Feb-05 9:44 
GeneralRe: WinSOCK and HTTP POST - how to send/receive data? Pin
Peter Laursen16-Feb-05 0:05
Peter Laursen16-Feb-05 0:05 
GeneralRe: WinSOCK and HTTP POST - how to send/receive data? Pin
humps16-Feb-05 9:09
humps16-Feb-05 9:09 
General#include &amp; Enviornment variables Pin
BlueCrack15-Feb-05 5:04
BlueCrack15-Feb-05 5:04 
GeneralHelp changing the position of the text cursor in an edit box Pin
Bi0Mutati0n15-Feb-05 5:01
Bi0Mutati0n15-Feb-05 5:01 
GeneralRe: Help changing the position of the text cursor in an edit box Pin
basementman15-Feb-05 5:38
basementman15-Feb-05 5:38 
GeneralRe: Help changing the position of the text cursor in an edit box Pin
Bi0Mutati0n15-Feb-05 6:04
Bi0Mutati0n15-Feb-05 6:04 
GeneralRe: Help changing the position of the text cursor in an edit box Pin
Blake Miller15-Feb-05 6:19
Blake Miller15-Feb-05 6:19 

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.