Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
QuestionRe: Read a Webpage content. Pin
AksharRoop7-Jan-09 23:25
AksharRoop7-Jan-09 23:25 
QuestionWhen is goto acceptable? Pin
Dewald7-Jan-09 4:05
Dewald7-Jan-09 4:05 
AnswerRe: When is goto acceptable? Pin
Alan Balkany7-Jan-09 4:15
Alan Balkany7-Jan-09 4:15 
AnswerRe: When is goto acceptable? Pin
Jon Rista7-Jan-09 4:18
Jon Rista7-Jan-09 4:18 
AnswerRe: When is goto acceptable? PinPopular
#realJSOP7-Jan-09 4:40
mve#realJSOP7-Jan-09 4:40 
JokeRe: When is goto acceptable? Pin
Giorgi Dalakishvili7-Jan-09 5:05
mentorGiorgi Dalakishvili7-Jan-09 5:05 
AnswerRe: When is goto acceptable? Pin
Wendelius7-Jan-09 5:05
mentorWendelius7-Jan-09 5:05 
GeneralRe: When is goto acceptable? PinPopular
DaveyM697-Jan-09 5:16
professionalDaveyM697-Jan-09 5:16 
    int count = 0;
loop:
    if (count < 1000)
    {
        Console.WriteLine("I shall never use goto");
        count++;
        goto loop;
    }


Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

GeneralRe: When is goto acceptable? Pin
Wendelius7-Jan-09 5:21
mentorWendelius7-Jan-09 5:21 
GeneralRe: When is goto acceptable? Pin
CPallini7-Jan-09 6:12
mveCPallini7-Jan-09 6:12 
JokeRe: When is goto acceptable? Pin
Luc Pattyn7-Jan-09 6:34
sitebuilderLuc Pattyn7-Jan-09 6:34 
AnswerRe: When is goto acceptable? Pin
Guffa7-Jan-09 5:17
Guffa7-Jan-09 5:17 
AnswerRe: When is goto acceptable? Pin
Dan Neely7-Jan-09 5:29
Dan Neely7-Jan-09 5:29 
GeneralRe: When is goto acceptable? Pin
Luc Pattyn7-Jan-09 6:32
sitebuilderLuc Pattyn7-Jan-09 6:32 
GeneralRe: When is goto acceptable? Pin
DaveyM697-Jan-09 7:14
professionalDaveyM697-Jan-09 7:14 
GeneralRe: When is goto acceptable? Pin
Luc Pattyn7-Jan-09 7:26
sitebuilderLuc Pattyn7-Jan-09 7:26 
GeneralRe: When is goto acceptable? Pin
DaveyM697-Jan-09 7:46
professionalDaveyM697-Jan-09 7:46 
AnswerRe: When is goto acceptable? Pin
CPallini7-Jan-09 6:17
mveCPallini7-Jan-09 6:17 
AnswerRe: When is goto acceptable? Pin
Dave Kreskowiak7-Jan-09 6:20
mveDave Kreskowiak7-Jan-09 6:20 
JokeRe: When is goto acceptable? Pin
Guffa7-Jan-09 6:24
Guffa7-Jan-09 6:24 
QuestionCreating Interops Pin
satsumatable7-Jan-09 3:28
satsumatable7-Jan-09 3:28 
AnswerRe: Creating Interops Pin
Dave Kreskowiak7-Jan-09 5:59
mveDave Kreskowiak7-Jan-09 5:59 
GeneralRe: Creating Interops Pin
satsumatable7-Jan-09 17:44
satsumatable7-Jan-09 17:44 
GeneralRe: Creating Interops Pin
Dave Kreskowiak8-Jan-09 1:37
mveDave Kreskowiak8-Jan-09 1:37 
GeneralRe: Creating Interops Pin
satsumatable9-Jan-09 0:48
satsumatable9-Jan-09 0:48 

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.