Web Log di Adrian Florea

"You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away." Antoine de Saint-Exupery
posts - 440, comments - 2715, trackbacks - 3944

My Links

Archives

Post Categories

Image Galleries

.RO Blogs

.RO People

.RO Sites

Blogs

Furls

Links

vinCitori

Quiz Sharp #68 [con smiley]

Questo snippet (di cui manca un pezzo) si esegue in Visual Studio premendo F5 e rimane fermo al breakpoint definito nel codice del metodo Main. Muovendo poi lentamente il mouse sulla finestra dello snippet in Visual Studio, si nota che a volte viene stampato uno smiley :-) a console.

class Quiz {
    // da completare
    static void Main() {
        System.Diagnostics.Debugger.Break(); // breakpoint
    }
}

Si chiede di completare il codice che manca.

Print | posted on domenica 18 novembre 2007 12:12 | Filed Under [ Quiz Sharp ]

Powered by:
Powered By Subtext Powered By ASP.NET