User profile: miamidawgs

User info
User name:miamidawgs
Old user name:saifismail03
Name:Saif Ismail
Location:Knoxville
History
Joined:
Number of posts:42
Latest posts:

Loading vector with bit matrices
That's what I was taught. Sometimes it is easier to format with them.

Loading vector with bit matrices
I did. I don't see any correction for that function. Can you please elaborate?

Loading vector with bit matrices
It loads bit matrices in a vector that stores only ones and zeroes. It is supposed to create, read, ...

Loading vector with bit matrices
[code]main(int argc, char **argv) { Bitmatrix *bm, *bm2, *bm3, *bm4, *bm5; BM_Hash *ht; int i,...

Loading vector with bit matrices
[code]#include <string> #include <iostream> #include <vector> using namespace std; class Bitmatrix ...