Click here to Skip to main content
15,920,688 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOptimisations cause white dialog background. Pin
Jurgen25-Aug-02 12:00
Jurgen25-Aug-02 12:00 
GeneralRe: Optimisations cause white dialog background. Pin
Anonymous25-Aug-02 14:33
Anonymous25-Aug-02 14:33 
GeneralDetecting Workstation Lock Pin
Venet25-Aug-02 11:25
Venet25-Aug-02 11:25 
GeneralRe: Detecting Workstation Lock Pin
Garth J Lancaster25-Aug-02 12:37
professionalGarth J Lancaster25-Aug-02 12:37 
GeneralRe: Detecting Workstation Lock Pin
Venet25-Aug-02 23:17
Venet25-Aug-02 23:17 
GeneralRe: Detecting Workstation Lock Pin
Brian Delahunty26-Aug-02 1:36
Brian Delahunty26-Aug-02 1:36 
GeneralRe: Detecting Workstation Lock Pin
Venet26-Aug-02 22:23
Venet26-Aug-02 22:23 
QuestionHow to detect number in a string Pin
25-Aug-02 7:52
suss25-Aug-02 7:52 
can someone help me out with this c++ problem? here's the question..
User is required to enter a person's address. the address should contain oni numeric, alphabets and '/'. when user press <enter> key, it will passed to a function..lets call it charsok() that will return true if the entered text contains only alphabet,numeric and '/'-it will return false otherwise. it will then passed in to another function lets call it splitter. In here, it'll splits the line of entered text into few components.the components are returned by function splitter. components in the entered string are delimited by a slash, space or tab character. then it'll pass to another function to display the results. pass the component to display, do not make them available by declaring them as global variables. The output should be :
When user key in Duckworth Avenue..
the output will be Street Address = Duckworth Avenue.
another example 14 Melba crescent..output : Street Number = 14 Street Address = Melba Crescent.
and the last possibility is 13/240 William Slim Drive. the output : Unit = 13 Street Number = 240 Street Address = William Slim Drive

Please Help.. need it asap.. mail me at angieng@malaysia.st
Please please please..
AnswerRe: How to detect number in a string Pin
l a u r e n25-Aug-02 9:15
l a u r e n25-Aug-02 9:15 
GeneralCListrCtrl & Change Color and/or Font :: MFC Pin
valikac25-Aug-02 6:47
valikac25-Aug-02 6:47 
GeneralRe: CListrCtrl & Change Color and/or Font :: MFC Pin
Steve L.25-Aug-02 7:09
Steve L.25-Aug-02 7:09 
GeneralRe: CListrCtrl & Change Color and/or Font :: MFC Pin
valikac25-Aug-02 7:42
valikac25-Aug-02 7:42 
QuestionHow to get CTreeCtrl's item index? Pin
Pole25-Aug-02 4:24
Pole25-Aug-02 4:24 
AnswerRe: How to get CTreeCtrl's item index? Pin
Steve L.25-Aug-02 5:45
Steve L.25-Aug-02 5:45 
Generalgrabbing stderr from ShellExecute Pin
yeliad25-Aug-02 3:12
yeliad25-Aug-02 3:12 
GeneralRe: grabbing stderr from ShellExecute Pin
Daniel Turini25-Aug-02 15:02
Daniel Turini25-Aug-02 15:02 
GeneralRe: grabbing stderr from ShellExecute Pin
yeliad25-Aug-02 23:56
yeliad25-Aug-02 23:56 
GeneralRe: grabbing stderr from ShellExecute Pin
Daniel Turini26-Aug-02 0:29
Daniel Turini26-Aug-02 0:29 
GeneralKilling another application Pin
Anonymous25-Aug-02 2:13
Anonymous25-Aug-02 2:13 
GeneralRe: Killing another application Pin
Anonymous25-Aug-02 7:37
Anonymous25-Aug-02 7:37 
GeneralThe color is different for static and the window Pin
Anonymous25-Aug-02 0:18
Anonymous25-Aug-02 0:18 
QuestionCopy all files in a folder? Pin
Steven Richardson24-Aug-02 23:20
Steven Richardson24-Aug-02 23:20 
AnswerRe: Copy all files in a folder? Pin
Mike Nordell25-Aug-02 3:04
Mike Nordell25-Aug-02 3:04 
GeneralRe: Copy all files in a folder? Pin
Steven Richardson25-Aug-02 3:13
Steven Richardson25-Aug-02 3:13 
GeneralRe: Copy all files in a folder? Pin
Luis Alonso Ramos25-Aug-02 12:57
Luis Alonso Ramos25-Aug-02 12:57 

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.