Forum: C++ Apr 6th, 2007 |
| Replies: 6 Views: 1,300 Basically,
what i have put in the post is a bare minimum of what i have, the encryption is a 1gig encryption, which takes about 2 seconds to encrypt and decrypt. As far as my compression... |
Forum: C++ Apr 6th, 2007 |
| Replies: 6 Views: 1,300 Hello Everyone,
I have started creating an open source database architecture, with a waa, and much more. There is many features that can blow SQL, and access out of the water, including but not... |
Forum: C++ Apr 6th, 2007 |
| Replies: 4 Views: 3,138 ramyavairamani (http://www.daniweb.com/techtalkforums/member146093.html),
I think i may have a much easier solution for you, then learning database programming. My solutions is, there is about... |
Forum: C++ Apr 5th, 2007 |
| Replies: 4 Views: 1,101 Well, It seems like your in a bit of pickle. but something i amm willing to say, is i have done something similar to this project at the holiday in express' in the Toronto Area. Mine was a gui, and... |
Forum: C++ Apr 5th, 2007 |
| Replies: 5 Views: 6,529 Well, the System("pause"); actually a function to the main windows shell, which calls pause.exe, and thereby pauses your program. And just to let you know, the System("PAUSE") method is a bad way of... |
Forum: IT Professionals' Lounge Apr 5th, 2007 |
| Replies: 4 Views: 5,044 Digital-ether,
Your post is very interesting, and is exactly what im looking for.. but im not sure, i've got the code right.
what i have is:
FILE * db;
char str[680];
... |
Forum: C++ Apr 3rd, 2007 |
| Replies: 7 Views: 5,087 Well everyone, i have figured out a way of doing this sort of.
What i have done is created strings, and used the substring function within a huge for loop. This method works better than strtok,... |
Forum: C++ Apr 2nd, 2007 |
| Replies: 7 Views: 5,087 Well guys,
I have tried the obvious.
I think I may be doing something a little wrong, or the strtok(str, delims) function is not going to suffice.
The test file i made looks like this ... |
Forum: C++ Apr 2nd, 2007 |
| Replies: 7 Views: 5,087 Sorry... i meant "including one memo field per line" not "including one field per line" |
Forum: C++ Apr 2nd, 2007 |
| Replies: 7 Views: 5,087 Hello Everyone,
My question is pretty basic, i hope. Basically, what i have is an extremely large text file, which acts as a flat file database... in essence.
Text file formatting... |