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

Search:

Type: Posts; User: Qeeet

Search: Search took 0.05 seconds.

  1. Re: Being argument, array a[2] isn't copied when calling function

    Thanks!! Now I've understood it
  2. Being argument, array a[2] isn't copied when calling function

    Hi,
    I cannot understand why the following happens, please read to the end.
    The code below outputs this:
    a[]= 00
    a[]= 10
    a[]= 10
    a[]= 10
    a[]= 11
    a[]= 11
    0.
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured