Hi!

I have three questions about VC++:

1. How should I handle Errors in VC++ (like in VB: On Error GoTo ...)

2. Is there a With statement in VC++
(like:
With cout
{
<< "Line 1\n"
<< "line 2\n"
<< "Line n"
}

3. How should I Distribute a VC++ application. Must I use PDW or any other setup programs like in VB or is there another way?