blah blah blah is here! blah blah » Close

1
votes
1 answers

C++ pointers, can someone explain this so it sticks in my head?

Rick_A
761

I have read how pointers work in c++, but for some reason whenever I think about them I get lost and have to keep re-reading some online tutorial on pointers. I was [b]hoping[/b] that someone can explain the concept and syntax to me, in ...

0
votes
1 answers

Can C# do an array of pointers?

Hello So i need to declare an array of pointers, like in C++ i would use double* voltagePointerArray[64]; I need to do the same for C#, but i am not sure of the syntax or for that matter even if i can actually do it. Help wil ...

Feedback