I have written a code that maps to a shared memory location,so that the first program opens a shared memory block and stores some data in it.And the second program reads the shared data.
When im trying to resolve a CORBA reference I receive a segmentation fault. Either im blind or I have done something really stupid for this not work. Im using ACE 5.7.9 TAO 1.7.9 for CORBA. Wondering
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
i\'ve used search but i didn\'t find answer satisfying me... so.. this is chunk of code: //VoteContainer.h
This a code that would reverse the data of a document and s开发者_如何转开发ave it in the same document itself.
I\'m trying to convert a Windows based library that my company produces to run on AIX. We are currently able to run it on Solaris and Linux but AIX is causing some additional issues. I\'mnot sure if t
I have implemented a simple Composite pattern using SplObjectStorage, like the example above: class Node
I have a st开发者_运维知识库atic variable declared in a file: static char *msgToUser[] = { \"MSG1\",
I\'m trying to use glDrawArrays() but I always get segmentation fault on glDrawArrays call. Am I doing something wrong?
I can\'t understand why does this code fail with segfault: #include <cstdlib> #include <iostream>