CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: atx_4u

Search: Search took 0.02 seconds.

  1. Thread: Xcopy

    by atx_4u
    Replies
    3
    Views
    1,441

    Re: Xcopy

    I just needed some help to be sure I've chosen the right answer.
    Nothing common with attending the lectures.
  2. Thread: Xcopy

    by atx_4u
    Replies
    3
    Views
    1,441

    Xcopy

    Please help me with this question.

    That's not a multiple choice question

    Which of the following does net apply to XCOPY deployment?

    1) The appropriate version of the .NET framework must be...
  3. Thread: Learning C#

    by atx_4u
    Replies
    50
    Views
    355,101

    Sticky: Re: Learning C#

    Hi all, who can help me with this question??

    which of the following is not unboxing conversion?
    a. void func1(object o)
    {
    int i = (int)o;
    }
    b. void func1(ValueType v)
    {...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured