Win32: determine size of passed char[]?Yes, I know it's outdated. But as the application is using .ini files to store information (also to ...
Win32: determine size of passed char[]?Hi, I'm programming a 3rd party extension for an application. The application writes to .ini fil...
using a vector instead of an arrayAh yes, of course. Marked as solved, thanks for the replies. :)
using a vector instead of an arrayThank you, this is new for me. The pointer arithmetic works fine with this, nice. Just an additiona...
using a vector instead of an arrayHello, I have this delay class (it's for audio processing) using an array of doubles for a buffer. ...