Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
c++ x 9

6 Posted Topics

Member Avatar for JaxsWastedLife

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); …

Member Avatar for xeto
0
175
Member Avatar for Lance Wassing

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) …

Member Avatar for Infarction
0
202
Member Avatar for ramya_bugbuster

[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 …

Member Avatar for Lance Wassing
0
118
Member Avatar for tjay

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 …

Member Avatar for Lance Wassing
-1
395
Member Avatar for 7arouf

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 …

Member Avatar for Lance Wassing
0
561
Member Avatar for Lance Wassing

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 …

Member Avatar for WaltP
0
133

The End.