Convert new to mallocI found a solution by: [code]GFSPPair *p_pair = (GFSPPair*)malloc(sizeof(GFSPPair)) *p_pair = pa...
Convert new to mallocFor some reasons, I cannot use extern "C". Also, I know that I need sizeof( any struct ) and a cast ...
Convert new to mallocHello all, I have a struct called GFSPPair. I made a reference to a GFSPPair instance called "pai...
This user does not accept Private Messages