I dont think even C++ or C can do what the op wants.Eventhough they can read memory as row data still OS will not let the user program to access the memory outside the range that is allocated to it.
i'm reffering about the memory of a specific program that is running and store some data in the memory, am I able to access that program's data from another program?