2
votes
Rockbox audio format
I've never worked with Rockbox, but I did some snooping around, and I found this link. It may …
0
votes
Alpha blending sprites in Nintendo DS Homebrew
It's been a long time since I've done any GBA programming, but as I recall, the DS supports most (if not all) of the stuff that GBA supports. …
6
votes
Passing more parameters in C function pointers
Ah, if only C supported closures...
Antonio is right; if you need to pass extra parameters, you'll need to redefine your function pointer to accept the additional arguments. If you don't kn …
0
votes
Print Odd-Even numbers using signals
Your TA or instructor would probably be the best person to direct your questions to. It is generally considered bad form to post homework assignment questions on discussion forums, and I would supp …
0
votes
Print Odd-Even numbers using signals
Yes, this site is for asking programming questions, but when you are solving a real world problem or working on a side project for fun, getting the answer is often more important than truly underst …
