Tagged Questions
1
vote
1answer
198 views
Objective-C Stack implementation
I'm a S.O. user, and this is my first question on Code Review, so please be lenient. (i actually thought about making a site like this myself at one point, but i LOVE this Code Review idea!).
I just ...
0
votes
3answers
337 views
A C FIFO queue for audio data can this be improved?
I have created a data structure to handle some audio data I am generating (simple sine wave right now). It had some errors in it due to some misunderstanding of my ancient C knowledge that has been ...