User profile: zerophase

User info
User name:zerophase
Name:Mike
Location:Chicago
Website:http://michaellojkovic.virb.com/
History
Joined:
Number of posts:20
Latest posts:

Is there a means of redefining free functions?
I'm writing some unit tests for some extension methods, and some of the other extension methods call...

Disable Run-Time Check Failure #3 for a method
Turns out I just needed to map a comparator for const char * to dialogueChildren.

Disable Run-Time Check Failure #3 for a method
I have some code that's triggering Run-Time Check Failure #3, but the variable should be assigned be...

struct member access with array notation?
I think there's just examples of it in my system architecture book, for working with structs that ha...

struct member access with array notation?
I'm just doing this for a range based container's iterator, so I can modify contents of pointers sto...