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

C / C++ / MFC

 
GeneralRe: C++ Loop statment Or LoopFor Pin
Ravi Bhavnani29-Jun-05 2:27
professionalRavi Bhavnani29-Jun-05 2:27 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:32
Cillieacc0rd5o429-Jun-05 2:32 
GeneralRe: C++ Loop statment Or LoopFor Pin
Ravi Bhavnani29-Jun-05 2:41
professionalRavi Bhavnani29-Jun-05 2:41 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:42
Cillieacc0rd5o429-Jun-05 2:42 
GeneralRe: C++ Loop statment Or LoopFor Pin
Maximilien29-Jun-05 2:45
Maximilien29-Jun-05 2:45 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:58
Cillieacc0rd5o429-Jun-05 2:58 
GeneralRe: C++ Loop statment Or LoopFor Pin
Maximilien29-Jun-05 3:08
Maximilien29-Jun-05 3:08 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 3:14
Cillieacc0rd5o429-Jun-05 3:14 
EXP_USHORT Reset_All_Relais(void)
{
for ( int relay = 0 ; relay <= 25; relay ++ )

ScoUniSetRelay(relay, 0);
}

return

}

Something like this ?
B\c that is not working for me never used Loop n that stuff before so something is missing i think. ; gives me another error


EDIT !!!!!

PS: I dont need any return crap I can make the proto type run with out Return to check if it was or not just need to to make that damn thing do her stuff.


THANKS ALOT !!!!
GeneralRe: C++ Loop statment Or LoopFor Pin
toxcct29-Jun-05 5:32
toxcct29-Jun-05 5:32 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 19:32
Cillieacc0rd5o429-Jun-05 19:32 
GeneralRe: C++ Loop statment Or LoopFor Pin
Ravi Bhavnani29-Jun-05 4:45
professionalRavi Bhavnani29-Jun-05 4:45 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 19:35
Cillieacc0rd5o429-Jun-05 19:35 
GeneralRe: C++ Loop statment Or LoopFor Pin
Maximilien29-Jun-05 2:43
Maximilien29-Jun-05 2:43 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 3:09
Cillieacc0rd5o429-Jun-05 3:09 
GeneralRe: C++ Loop statment Or LoopFor Pin
toxcct29-Jun-05 5:35
toxcct29-Jun-05 5:35 
GeneralGet exe File version, icon etc programmatically Pin
munawar196829-Jun-05 2:04
munawar196829-Jun-05 2:04 
GeneralRe: Get exe File version, icon etc programmatically Pin
ThatsAlok29-Jun-05 2:11
ThatsAlok29-Jun-05 2:11 
GeneralRe: Get exe File version, icon etc programmatically Pin
munawar196829-Jun-05 2:18
munawar196829-Jun-05 2:18 
GeneralRe: Get exe File version, icon etc programmatically Pin
ThatsAlok29-Jun-05 2:23
ThatsAlok29-Jun-05 2:23 
GeneralRe: Get exe File version, icon etc programmatically Pin
munawar196829-Jun-05 2:27
munawar196829-Jun-05 2:27 
GeneralConvert path with spaces Pin
retro_coder29-Jun-05 0:36
retro_coder29-Jun-05 0:36 
GeneralRe: Convert path with spaces Pin
toxcct29-Jun-05 1:08
toxcct29-Jun-05 1:08 
GeneralRe: Convert path with spaces Pin
retro_coder29-Jun-05 1:18
retro_coder29-Jun-05 1:18 
GeneralRe: Convert path with spaces Pin
toxcct29-Jun-05 1:22
toxcct29-Jun-05 1:22 
GeneralRe: Convert path with spaces Pin
Chris Losinger29-Jun-05 3:26
professionalChris Losinger29-Jun-05 3:26 

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.