View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#47
Hi,
for my personal use I modified the source to use my own api key. I did it so:

Code:
char apikey[20];
std::ifstream apifile("/home/user/.wolframalpha/apikey.txt");
apifile >> apikey;
I've just tested it, after fetching something I got segmentation fault.

Even hardcoding the key (replacing the orig. one) causes the app to crash.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here