Forum: C++ Apr 6th, 2007 |
| Replies: 6 Views: 778 Re: An OpenSource Database 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 algorithms... |
Forum: C++ Apr 5th, 2007 |
| Replies: 6 Views: 778 An OpenSource Database 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 5th, 2007 |
| Replies: 4 Views: 1,410 Re: urgent: c++ graphics project 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 200... |
Forum: C++ Apr 5th, 2007 |
| Replies: 4 Views: 809 Re: Guys pls help me with this assignment. 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: 2,495 Re: system( "PAUSE" );!!!! 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 Technologies and Trends Apr 5th, 2007 |
| Replies: 4 Views: 4,382 Re: Loading External Pages 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];
db... |
Forum: C++ Apr 3rd, 2007 |
| Replies: 7 Views: 2,428 Re: how do i parse a custom delimited file 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: 2,428 Re: how do i parse a custom delimited file 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
BLUE |... |
Forum: C++ Apr 2nd, 2007 |
| Replies: 7 Views: 2,428 |
Forum: C++ Apr 2nd, 2007 |
| Replies: 7 Views: 2,428 how do i parse a custom delimited file 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... |