Hello,
I am new to Xcode and Objective C. I normally use RealStudio but I need to covert some C++ into Objective C so I can compile a dylib for a poker program project. So far I have converted everything over ok except a few lines containing this CopyMemory function:
CopyMemory (m_ucTotalSuit, m_ucBoardSuit, 4);
I believe this is a windows API of some sort. Does anybody know what the equivalent would be in Xcode/Obj C? Any help would be greatly appreciated.
Thanks
I am new to Xcode and Objective C. I normally use RealStudio but I need to covert some C++ into Objective C so I can compile a dylib for a poker program project. So far I have converted everything over ok except a few lines containing this CopyMemory function:
CopyMemory (m_ucTotalSuit, m_ucBoardSuit, 4);
I believe this is a windows API of some sort. Does anybody know what the equivalent would be in Xcode/Obj C? Any help would be greatly appreciated.
Thanks