burning cd/dvd api for c++someone would recommend me api for burning cd/dvd in c++ that doesnt need any software installation?...
rand() problemthe random number i was expecting is like [output] 23 94 57 1 76 42[/output]
rand() problemi recorded 10 outputs: [output]first run: 92 second run: 93 third: 93 fourth: 96 fifth: 98: sixth: 1...
rand() problemso how do i do it?
rand() problem[code] int main() { srand(time(NULL)); int bunny_name_index = rand() % 100 + 0; std::cout << bunny_...
This user does not accept Private Messages