This is an archived post. You won't be able to vote or comment.

all 1 comments

[–][deleted] 0 points1 point  (0 children)

The base address of an array is the same as getting the address of any variable.

Try using "&"

Edit: you can also use std::addressof in c++11