CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 14 of 14

Threaded View

  1. #9
    Join Date
    Dec 2010
    Posts
    907

    Re: Writing a simple copy constructor

    I'd like to pass it as reference-to-array
    But I can't do this
    Matrix(const float& mat[][4])
    which is a syntax error
    Last edited by lucky6969b; December 10th, 2012 at 05:53 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured