The license only practically affects the source code in the archive which should have a license file.
As there is no payment for downloading the games or even a ranking system, there is no way of indicating your support for a particular game anyway.
Linux directory separator is / and spaces must be escaped so try
./ffplay ../../the_coming_economic_collapse/01\ -\ the_coming_economic_collapse.speex.ogg
Here's another solution - cycle combinations of n bits
Pros: Less values to check
Cons: recursive function calls
CODE
#include <iostream>
using namespace std;
int b(int total, int start, int l)
{
if (l < 0) return total;
int n = 1 << l;
int t = 0;
while ((total&n) == 0 && t...
I don't know if you want people who haven't preordered but if you're short of people, I'm available.
I can give you about 3 hours on week nights, a bit more at weekends. I've obviously got my existing GP2X stuff, but point me at any stuff you want porting I'm up for it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.