need help debugging this programWhy not try something like this [code] If (stocknum>=200){ If (stocknum<=800){ cout<<"valid"; Else c...
How do I return this[code]#include <stdio.h> #include <curl.h> int main () { CURL *curl; CURLcode res; curl ...
Usage of Bignum LibrariesOk, does anyone have suggestions for libraries?
Usage of Bignum LibrariesWell it looks like it's a library error, I'll try a different one.
Usage of Bignum LibrariesOk, so I found a library: https://mattmccutchen.net/bigint/ [code] #include <iostream> #include <fst...