I have used debug mode in Visual Studio before, but I never had to use the memory window. If I had a simple application that calculates a=b+c and made b =8 and c=-2, how can
Try doing that with a char * and opening its address in the Memory window. It will be simpler to interpret its output. As for the Linux environment, I guess you can use this tutorial on GDB: http://www.ofb.net/gnu/gdb/gdb_56.html
It's quite interesting to see something like this from time to time :)