Click here to Skip to main content
15,888,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Circular buffer for file Pin
CPallini28-Feb-14 12:44
mveCPallini28-Feb-14 12:44 
QuestionMFC App & Physical Memory Pin
Don Guy28-Feb-14 9:41
Don Guy28-Feb-14 9:41 
AnswerRe: MFC App & Physical Memory Pin
Richard Andrew x6428-Feb-14 10:28
professionalRichard Andrew x6428-Feb-14 10:28 
GeneralRe: MFC App & Physical Memory Pin
Don Guy28-Feb-14 10:57
Don Guy28-Feb-14 10:57 
AnswerRe: MFC App & Physical Memory Pin
Richard Andrew x6428-Feb-14 11:02
professionalRichard Andrew x6428-Feb-14 11:02 
AnswerRe: MFC App & Physical Memory Pin
David Crow1-Mar-14 6:05
David Crow1-Mar-14 6:05 
QuestionProgram Involving Many changing strings, library’s, and or databases and files? Pin
Craig McRae28-Feb-14 8:01
Craig McRae28-Feb-14 8:01 
AnswerRe: Program Involving Many changing strings, library’s, and or databases and files? Pin
Garth J Lancaster28-Feb-14 11:47
professionalGarth J Lancaster28-Feb-14 11:47 
I'd break it down into units/chunks of work, each unit/chunk exploring one small aspect

your first one may be to be able to use a html query to a website like http://dictionary-api.cambridge.org/index.php/help/resources#c#[^] to get a definition for a word and display it - could be console or forms based

Once you know how the data comes back, you then have to be able to parse/render it into a form you can use for matching - and possibly store it in memory

btw, I showed the c# api for that dictionary - 'better programming language' ? I don't know - there's this big thing about abstraction and using the right language/tool for the job - sometimes like this dictionary api, you may not find an api for your language - that doesn't stop you from having a mixed component approach - I think c# would also be ok for this project - it'll just take you longer to do 'this bit' in c++ since they don't supply an api - so you'd have to model the java or Objective-C one.

So, I'd start in an 'agile' frame of mind, small steps, refined, combined - I don't think the big issue here is getting the dictionary definitions, its the matching - so you may need to think about storing dictionary results in memory or some other appropriate form so you can develop an algorithm for matching and/or retrieving more dictionary entries - and also 'backtracking' if you come to a dead end
GeneralRe: Program Involving Many changing strings, library’s, and or databases and files? Pin
Craig McRae2-Mar-14 16:20
Craig McRae2-Mar-14 16:20 
GeneralRe: Program Involving Many changing strings, library’s, and or databases and files? Pin
Garth J Lancaster2-Mar-14 19:58
professionalGarth J Lancaster2-Mar-14 19:58 
GeneralRe: Program Involving Many changing strings, library’s, and or databases and files? Pin
Craig McRae4-Mar-14 8:24
Craig McRae4-Mar-14 8:24 
GeneralRe: Program Involving Many changing strings, library’s, and or databases and files? Pin
Craig McRae2-Mar-14 16:22
Craig McRae2-Mar-14 16:22 
AnswerReply 2 Pin
Garth J Lancaster28-Feb-14 11:55
professionalGarth J Lancaster28-Feb-14 11:55 
GeneralRe: Reply 2 Pin
Craig McRae2-Mar-14 15:42
Craig McRae2-Mar-14 15:42 
AnswerRe: Program Involving Many changing strings, library’s, and or databases and files? Pin
jschell28-Feb-14 13:21
jschell28-Feb-14 13:21 
AnswerRe: Program Involving Many changing strings, library’s, and or databases and files? Pin
leon de boer4-Mar-14 13:47
leon de boer4-Mar-14 13:47 
QuestionReceiving double value differently Pin
narasingubhanu27-Feb-14 20:20
narasingubhanu27-Feb-14 20:20 
AnswerRe: Receiving double value differently Pin
CPallini27-Feb-14 21:15
mveCPallini27-Feb-14 21:15 
AnswerRe: Receiving double value differently Pin
Jochen Arndt27-Feb-14 21:20
professionalJochen Arndt27-Feb-14 21:20 
QuestionIs MFC resources occupy memory? Pin
econy27-Feb-14 18:09
econy27-Feb-14 18:09 
AnswerRe: Is MFC resources occupy memory? Pin
CPallini27-Feb-14 21:15
mveCPallini27-Feb-14 21:15 
QuestionCDHtmlDialog : Memory Management Pin
Don Guy27-Feb-14 13:41
Don Guy27-Feb-14 13:41 
AnswerRe: CDHtmlDialog : Memory Management Pin
Richard Andrew x6427-Feb-14 14:05
professionalRichard Andrew x6427-Feb-14 14:05 
QuestionCMAP vs String table resource Pin
econy27-Feb-14 3:06
econy27-Feb-14 3:06 
AnswerRe: CMAP vs String table resource Pin
Richard MacCutchan27-Feb-14 5:56
mveRichard MacCutchan27-Feb-14 5:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.