User: sheva29

  • Public profile

User profile: sheva29

User info
User name:sheva29
Name:Mauricio Sanchez Duque
Location:United States
Website:http://sanchezmauricio.com
Bio:Creative Coder, MFA Design and Technology Graduate, passionate about code. Working as a creative technologist
History
Joined:
Number of posts:22
Latest posts:

passing the value of a pointer to a regular variable
Very Enlightening. Thanks!

passing the value of a pointer to a regular variable
Thanks TheIdeasMan, I think I figure it out and correct me if I'm wrong. [code]&[/code] in any situ...

passing the value of a pointer to a regular variable
I have the following code snippet: [code] int main (){ int tmp = 5; int *myPtr = &tmp...

map iterator doesn't have (+ n) iterator - any work around this?
@Disch Super helpful, thanks so much!

map iterator doesn't have (+ n) iterator - any work around this?
Is there any particular reason why you can't assign a specific position to the iterator of a map? ...

This user does not accept Private Messages