User profile: nofish

User info
User name:nofish
History
Joined:
Number of posts:18
Latest posts:

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 array
Ah yes, of course. Marked as solved, thanks for the replies. :)

using a vector instead of an array
Thank you, this is new for me. The pointer arithmetic works fine with this, nice. Just an additiona...

using a vector instead of an array
Hello, I have this delay class (it's for audio processing) using an array of doubles for a buffer. ...