Click here to Skip to main content
15,898,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: is it possible to genarate barcode application using vc++6.0 [modified] Pin
Code-o-mat4-Nov-09 2:22
Code-o-mat4-Nov-09 2:22 
QuestionApplication that communicates with a database - how? Pin
Jan Sommer4-Nov-09 0:32
Jan Sommer4-Nov-09 0:32 
AnswerRe: Application that communicates with a database - how? Pin
David Crow4-Nov-09 2:51
David Crow4-Nov-09 2:51 
GeneralRe: Application that communicates with a database - how? Pin
Jan Sommer4-Nov-09 3:09
Jan Sommer4-Nov-09 3:09 
QuestionHelp in C++ needed Pin
d.project4-Nov-09 0:06
d.project4-Nov-09 0:06 
AnswerRe: Help in C++ needed Pin
Jan Sommer4-Nov-09 0:44
Jan Sommer4-Nov-09 0:44 
GeneralRe: Help in C++ needed Pin
Jan Sommer4-Nov-09 1:03
Jan Sommer4-Nov-09 1:03 
AnswerRe: Help in C++ needed Pin
David Crow4-Nov-09 2:59
David Crow4-Nov-09 2:59 
The first order of business would be to break the problem down into more manageable pieces. Rather than try to solve the overall problem at once, instead try and solve the individual pieces and the larger problem will solve itself.

Roughly:

  • Get input from an edit control
  • Tokenize that input
  • For each token, determine if it is 2 digits and if the sum of the digits is 9
  • If so, print that token

    "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

    "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


  • QuestionGet Installation path Pin
    Davitor3-Nov-09 22:46
    Davitor3-Nov-09 22:46 
    AnswerRe: Get Installation path Pin
    Richard MacCutchan3-Nov-09 22:55
    mveRichard MacCutchan3-Nov-09 22:55 
    GeneralRe: Get Installation path Pin
    Saurabh.Garg4-Nov-09 1:11
    Saurabh.Garg4-Nov-09 1:11 
    GeneralRe: Get Installation path Pin
    Richard MacCutchan4-Nov-09 2:56
    mveRichard MacCutchan4-Nov-09 2:56 
    GeneralRe: Get Installation path Pin
    Saurabh.Garg4-Nov-09 15:55
    Saurabh.Garg4-Nov-09 15:55 
    AnswerRe: Get Installation path Pin
    Jan Sommer4-Nov-09 1:48
    Jan Sommer4-Nov-09 1:48 
    GeneralRe: Get Installation path Pin
    David Crow4-Nov-09 3:07
    David Crow4-Nov-09 3:07 
    Questionlooking for good information / tutorials on threading Pin
    Sauce!3-Nov-09 22:06
    Sauce!3-Nov-09 22:06 
    AnswerRe: looking for good information / tutorials on threading Pin
    Rajesh R Subramanian3-Nov-09 22:51
    professionalRajesh R Subramanian3-Nov-09 22:51 
    GeneralRe: looking for good information / tutorials on threading Pin
    Sauce!4-Nov-09 0:29
    Sauce!4-Nov-09 0:29 
    GeneralRe: looking for good information / tutorials on threading Pin
    Rajesh R Subramanian4-Nov-09 0:57
    professionalRajesh R Subramanian4-Nov-09 0:57 
    QuestionPrinting dash line Pin
    Shivani .B3-Nov-09 20:20
    Shivani .B3-Nov-09 20:20 
    QuestionRe: Printing dash line Pin
    CPallini3-Nov-09 21:57
    mveCPallini3-Nov-09 21:57 
    AnswerRe: Printing dash line Pin
    Shivani .B3-Nov-09 22:01
    Shivani .B3-Nov-09 22:01 
    GeneralRe: Printing dash line Pin
    CPallini3-Nov-09 22:40
    mveCPallini3-Nov-09 22:40 
    AnswerRe: Printing dash line Pin
    Shivani .B3-Nov-09 23:01
    Shivani .B3-Nov-09 23:01 
    QuestionProblem in Getting Window handler Pin
    NarVish3-Nov-09 19:31
    NarVish3-Nov-09 19:31 

    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.