No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: 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: [code] FILE * db; char str[680]; db = fopen("Applications\\ffdbs\\client001.ffdb", "rt+"); //if(db == NULL) exit(1); int pos = 0; while(!feof(db)) { fgets(str, 690, db); strcpy(data[pos].c_str(),str); … | |
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 limited to: 1) true multi-dimensionalism, 2) array fields 3)File embedding, of 30 or more formats.. 4) … | |
Re: [URL="http://www.daniweb.com/techtalkforums/member146093.html"]ramyavairamani[/URL], I think i may have a much easier solution for you, then learning database programming. My solutions is, there is about 200 Spell Checker and Thesaurus Libraries updated daily, and in use, such as Microsoft's VSpell which is actually crap. However, at the following link you will find GNU … | |
Re: 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 i am willing to share the code with you, and … | |
Re: 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 pause your applications... A good alternative is at: [url]http://cpp.codenewbie.com/articles/cpp/1437/systemPAUSE-Page_1.html[/url] As for System("CLS") function, it clcears your console … | |
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 looks like this: CLIENT CODE | CLIENT NAME| CLIENT ADDRESS 1 ... This pattern goes on for about 23 … |
The End.