
12 Feb
2006
12 Feb
'06
1:31 p.m.
Reece Dunn wrote:
what happens if you have a class called shared_data that uses shmem, and use it like this:
shared_data data;
int main() { return 0; }
If this throws an exception, your application will crash and it could be difficult to determine why.
This is true for all classes. It doesn't matter whether shared_data uses shmem or not.