Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
correct.h
✓ #include <correct.h>
Creates a convolutional error correction codec
#include "correct.h"
#include <iostream>
int main() {
correct_convolutional* conv = correct_convolutional_create(4, 7, NULL, 0);
if (conv) {
std::cout << "Convolutional codec created" << std::endl;
correct_convolutional_destroy(conv);
}
return 0;
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
2018-10-11latest on vcpkg
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.