Click here to Skip to main content
15,896,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert -> Long Integer to Char?? Pin
Werdna11-Aug-04 16:02
Werdna11-Aug-04 16:02 
QuestionDoes C# have the C++ equivalent of a friend class? Pin
Joe Woodbury11-Aug-04 11:53
professionalJoe Woodbury11-Aug-04 11:53 
AnswerRe: Does C# have the C++ equivalent of a friend class? Pin
Christian Graus11-Aug-04 12:18
protectorChristian Graus11-Aug-04 12:18 
GeneralRe: Does C# have the C++ equivalent of a friend class? Pin
Werdna11-Aug-04 13:38
Werdna11-Aug-04 13:38 
AnswerRe: Does C# have the C++ equivalent of a friend class? Pin
Daniel Turini12-Aug-04 2:32
Daniel Turini12-Aug-04 2:32 
AnswerRe: Does C# have the C++ equivalent of a friend class? Pin
eggie512-Aug-04 7:22
eggie512-Aug-04 7:22 
GeneralPrinter Properties Dialog Pin
Werdna11-Aug-04 11:07
Werdna11-Aug-04 11:07 
Questionhow to jump from 'for' statment Pin
Adel83k11-Aug-04 10:26
Adel83k11-Aug-04 10:26 
i have a lines of code just like the following and i whould like to jump after checking a specified condition and incressing the i ... somthing like that ...

<br />
for(int i=0;i<=10;i++)<br />
{<br />
    //<br />
    // some code..<br />
    //<br />
    if(ok)<br />
       // here if true i wanna jump and re enter<br />
       // the 'for' but with value   of i++<br />
<br />
    //<br />
    // codes will only excute if ok=false;<br />
    //<br />
<br />
}<br />


how can i do something like that...

ADEL K Khalil
AnswerRe: how to jump from 'for' statment Pin
Michael P Butler11-Aug-04 10:51
Michael P Butler11-Aug-04 10:51 
GeneralRe: how to jump from 'for' statment Pin
Nick Parker11-Aug-04 11:14
protectorNick Parker11-Aug-04 11:14 
GeneralOpen-files-problem Pin
Member 80940911-Aug-04 7:57
Member 80940911-Aug-04 7:57 
GeneralRe: Open-files-problem Pin
sreejith ss nair11-Aug-04 8:22
sreejith ss nair11-Aug-04 8:22 
GeneralRe: Open-files-problem Pin
Nick Parker11-Aug-04 9:36
protectorNick Parker11-Aug-04 9:36 
GeneralRe: Open-files-problem Pin
Member 80940911-Aug-04 10:14
Member 80940911-Aug-04 10:14 
GeneralRe: Open-files-problem Pin
Dave Kreskowiak11-Aug-04 10:39
mveDave Kreskowiak11-Aug-04 10:39 
GeneralRe: Open-files-problem Pin
sreejith ss nair11-Aug-04 16:52
sreejith ss nair11-Aug-04 16:52 
GeneralRe: Open-files-problem Pin
Dave Kreskowiak12-Aug-04 0:24
mveDave Kreskowiak12-Aug-04 0:24 
GeneralRe: Open-files-problem Pin
sreejith ss nair12-Aug-04 1:13
sreejith ss nair12-Aug-04 1:13 
GeneralRe: Open-files-problem Pin
Nick Parker11-Aug-04 9:33
protectorNick Parker11-Aug-04 9:33 
GeneralRe: Open-files-problem Pin
Member 80940911-Aug-04 10:25
Member 80940911-Aug-04 10:25 
GeneralRe: Open-files-problem Pin
Dave Kreskowiak11-Aug-04 10:44
mveDave Kreskowiak11-Aug-04 10:44 
GeneralRe: Open-files-problem Pin
Member 80940911-Aug-04 10:52
Member 80940911-Aug-04 10:52 
GeneralPlease try to help me.. Pin
sreejith ss nair12-Aug-04 2:27
sreejith ss nair12-Aug-04 2:27 
GeneralRe: Please try to help me.. Pin
Dave Kreskowiak12-Aug-04 12:57
mveDave Kreskowiak12-Aug-04 12:57 
GeneralWeird Build Problem Pin
Guinness4Strength11-Aug-04 5:47
Guinness4Strength11-Aug-04 5:47 

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.