I am wondering what the proper way to implement a bitVector in an iOS project is using xcode.
I am pretty new with iOS and just found out I could use the C++ bitvector in my project. Any guidance would be greatly appreciated.
Thanks
Just rename C++ bitvector project class .m
files as .mm
and add it to Xcode.
Watch a sample video tutorial here
See a sample code tutorial here
See one good Wrapping C++ tutorial here