Click here to Skip to main content
15,893,588 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: 1 = 0 Pin
CPallini2-Dec-15 1:49
mveCPallini2-Dec-15 1:49 
GeneralRe: 1 = 0 Pin
HobbyProggy2-Dec-15 1:53
professionalHobbyProggy2-Dec-15 1:53 
GeneralRe: 1 = 0 Pin
CPallini2-Dec-15 1:59
mveCPallini2-Dec-15 1:59 
GeneralRe: 1 = 0 Pin
Richard Deeming2-Dec-15 2:06
mveRichard Deeming2-Dec-15 2:06 
GeneralRe: 1 = 0 Pin
HobbyProggy2-Dec-15 2:22
professionalHobbyProggy2-Dec-15 2:22 
GeneralRe: 1 = 0 Pin
Richard Deeming2-Dec-15 2:34
mveRichard Deeming2-Dec-15 2:34 
GeneralRe: 1 = 0 Pin
HobbyProggy2-Dec-15 2:39
professionalHobbyProggy2-Dec-15 2:39 
GeneralRe: 1 = 0 Pin
Richard Deeming2-Dec-15 2:48
mveRichard Deeming2-Dec-15 2:48 
HobbyProggy wrote:
Because the 6 at the end is ...

But there isn't a 6 at the "end", because there isn't an "end"! Laugh | :laugh:

Think of it like this:
C#
using System;

static class Program
{
    static void Main()
    {
        while (true)
        {
            Console.WriteLine("9");
        }
        
        Console.WriteLine("Squirrel!");
    }
}

If you run that program, how long will you have to wait before it prints "Squirrel"?



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: 1 = 0 Pin
HobbyProggy2-Dec-15 2:51
professionalHobbyProggy2-Dec-15 2:51 
GeneralRe: 1 = 0 Pin
Nelek2-Dec-15 3:40
protectorNelek2-Dec-15 3:40 
GeneralRe: 1 = 0 Pin
kiLLe_5123-Dec-15 0:17
kiLLe_5123-Dec-15 0:17 
GeneralRe: 1 = 0 Pin
Nelek2-Dec-15 3:37
protectorNelek2-Dec-15 3:37 
GeneralRe: 1 = 0 Pin
yiangos20-Mar-16 12:57
professionalyiangos20-Mar-16 12:57 
GeneralRe: 1 = 0 Pin
Nagy Vilmos1-Dec-15 23:44
professionalNagy Vilmos1-Dec-15 23:44 
GeneralRe: 1 = 0 Pin
HobbyProggy1-Dec-15 23:47
professionalHobbyProggy1-Dec-15 23:47 
GeneralRe: 1 = 0 Pin
Florgenator3-Dec-15 0:31
Florgenator3-Dec-15 0:31 
GeneralRe: 1 = 0 Pin
Member 121837503-Dec-15 2:39
Member 121837503-Dec-15 2:39 
GeneralRe: 1 = 0 Pin
willichan3-Dec-15 5:46
professionalwillichan3-Dec-15 5:46 
GeneralRe: 1 = 0 Pin
yiangos20-Mar-16 13:02
professionalyiangos20-Mar-16 13:02 
GeneralRe: 1 = 0 Pin
willichan31-Mar-16 12:27
professionalwillichan31-Mar-16 12:27 
GeneralRe: 1 = 0 Pin
yiangos6-Apr-16 10:17
professionalyiangos6-Apr-16 10:17 
GeneralRe: 1 = 0 Pin
jschell3-Dec-15 12:47
jschell3-Dec-15 12:47 
GeneralRe: 1 = 0 Pin
obermd3-Dec-15 17:11
obermd3-Dec-15 17:11 
GeneralRe: 1 = 0 Pin
maze33-Dec-15 22:49
professionalmaze33-Dec-15 22:49 
GeneralRe: 1 = 0 Pin
Member 120239884-Dec-15 0:06
Member 120239884-Dec-15 0:06 

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.