Click here to Skip to main content
16,004,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: What API do I use to automate IIS manager tasks? Pin
22491719-Apr-04 1:24
22491719-Apr-04 1:24 
GeneralRe: What API do I use to automate IIS manager tasks? Pin
Terry O'Nolley19-Apr-04 5:52
Terry O'Nolley19-Apr-04 5:52 
GeneralSubstring extraction in DOS Pin
Ravi Bhavnani18-Apr-04 8:52
professionalRavi Bhavnani18-Apr-04 8:52 
GeneralRe: Substring extraction in DOS Pin
PJ Arends18-Apr-04 9:45
professionalPJ Arends18-Apr-04 9:45 
GeneralRe: Substring extraction in DOS Pin
Ravi Bhavnani18-Apr-04 9:51
professionalRavi Bhavnani18-Apr-04 9:51 
GeneralRe: Substring extraction in DOS Pin
John R. Shaw18-Apr-04 9:53
John R. Shaw18-Apr-04 9:53 
GeneralRe: Substring extraction in DOS Pin
Ravi Bhavnani18-Apr-04 10:08
professionalRavi Bhavnani18-Apr-04 10:08 
GeneralRe: Substring extraction in DOS Pin
John R. Shaw18-Apr-04 10:39
John R. Shaw18-Apr-04 10:39 
I have read your reply and do not understand the problem.
The header files string.h and stdio.h are ansi c, they are stable and should not get you out of sync; unless I am missing something.

The example I just look up under strtok will do the job with only minor changes: (1) change main(int agc,char *argv[]), (2) use arc[1] insted of the global string variable and change the printf output in any way you want.

That is DOS programming; and if you compiled it under UNIX or almost any other operating system, it would still work.


INTP
GeneralRe: Substring extraction in DOS Pin
Ravi Bhavnani18-Apr-04 10:50
professionalRavi Bhavnani18-Apr-04 10:50 
GeneralRe: Substring extraction in DOS Pin
Robert A. T. Káldy19-Apr-04 1:47
Robert A. T. Káldy19-Apr-04 1:47 
GeneralOnChar() in Dialog Pin
dart1318-Apr-04 8:02
dart1318-Apr-04 8:02 
GeneralRe: OnChar() in Dialog Pin
Christian Graus18-Apr-04 11:20
protectorChristian Graus18-Apr-04 11:20 
GeneralRe: OnChar() in Dialog Pin
dart1318-Apr-04 23:27
dart1318-Apr-04 23:27 
GeneralRe: OnChar() in Dialog Pin
Christian Graus19-Apr-04 10:54
protectorChristian Graus19-Apr-04 10:54 
GeneralRe: OnChar() in Dialog Pin
dart1319-Apr-04 11:34
dart1319-Apr-04 11:34 
GeneralRe: OnChar() in Dialog Pin
Christian Graus19-Apr-04 11:54
protectorChristian Graus19-Apr-04 11:54 
GeneralRe: OnChar() in Dialog Pin
dart1319-Apr-04 12:02
dart1319-Apr-04 12:02 
Generalstange va_start() behavior Pin
toxcct18-Apr-04 6:10
toxcct18-Apr-04 6:10 
GeneralRe: stange va_start() behavior Pin
Tim Smith18-Apr-04 6:19
Tim Smith18-Apr-04 6:19 
GeneralRe: strange va_start() behavior Pin
toxcct18-Apr-04 6:25
toxcct18-Apr-04 6:25 
GeneralRe: strange va_start() behavior Pin
Nitzan Shaked18-Apr-04 6:58
Nitzan Shaked18-Apr-04 6:58 
GeneralRe: strange va_start() behavior Pin
toxcct18-Apr-04 7:13
toxcct18-Apr-04 7:13 
GeneralRe: strange va_start() behavior Pin
jmkhael18-Apr-04 22:23
jmkhael18-Apr-04 22:23 
GeneralRe: strange va_start() behavior Pin
toxcct18-Apr-04 22:31
toxcct18-Apr-04 22:31 
QuestionHow to Subclassing an ActivX to monitor it's messge [no events]? Pin
Behzad Ebrahimi18-Apr-04 5:47
Behzad Ebrahimi18-Apr-04 5:47 

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.