Pardon me if it is off topic.But, is there anyone who could suggest me some basics with how to get started with working with C++ for GF(2)??
I am new in C++.I am learning to working with arrays and pointers. I have no idea if there is any in built function like MATLAB. Would be so helpful if anyone could suggest me anything. Any kind of suggestion is appreciated.
Thanks in Advance
You could define your own operators for + and * by operator overloading. That means that you define the rules of GF(2) yourself, and you can then compute with it using the + and * operators.