Click here to Skip to main content
15,921,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDirectX 9 book Pin
Liorsh14-Apr-03 0:05
Liorsh14-Apr-03 0:05 
GeneralThe Shell NameSpace Extension AppWizard v3.1 Pin
bazoon13-Apr-03 23:24
bazoon13-Apr-03 23:24 
QuestionWhat is the best Encryption library and where can I get it?? Pin
IrishSonic13-Apr-03 22:48
IrishSonic13-Apr-03 22:48 
AnswerRe: What is the best Encryption library and where can I get it?? Pin
Joaquín M López Muñoz13-Apr-03 22:51
Joaquín M López Muñoz13-Apr-03 22:51 
Generalcomponent creation in C++ Pin
pankajdaga13-Apr-03 22:47
pankajdaga13-Apr-03 22:47 
GeneralRe: component creation in C++ Pin
valikac14-Apr-03 7:50
valikac14-Apr-03 7:50 
GeneralRe: component creation in C++ Pin
pankajdaga14-Apr-03 22:16
pankajdaga14-Apr-03 22:16 
Generalscripting tools to generate C++ file from another C++ file. Pin
smalladi13-Apr-03 22:45
smalladi13-Apr-03 22:45 
hi,
I am a novice to Windows programming. I have been mainly exposed to a unix
environment so far. I need to parse a file to generate a C++ header file
that can be used again the C++ code.

Specifically, I have to generate a function to convert a string value to its enum.

So,
enum numbers = {zero,one, two, three};
numbers temp = StringToEnum("zero"); // StringToEnum() should return the integer 0;

I want to maintain one file for the enum (its really big ) and generate a file
containing the function for StringToEnum()). This new file can then be used to compile
other code. Typically, I would do this by writing a shell script in unix followed by
appropriate changes to the makefile.

I am new to a Windows environment.
Can anyone please tell me how to achieve this in VC++ ( what scripting language,
if at all can I use and if there is any way I can set options to generate the C++
file that contains the function on the fly prior to compilation ).

Thanks and regards,
-sharath.

Sharath.
Generalserveral radio buttons groups on the same dialog Pin
Broker200313-Apr-03 22:36
Broker200313-Apr-03 22:36 
GeneralRe: serveral radio buttons groups on the same dialog Pin
Iain Clarke, Warrior Programmer13-Apr-03 22:48
Iain Clarke, Warrior Programmer13-Apr-03 22:48 
GeneralRe: serveral radio buttons groups on the same dialog Pin
Broker200313-Apr-03 22:56
Broker200313-Apr-03 22:56 
Questiona doubt ? Pin
Anonymous13-Apr-03 22:32
Anonymous13-Apr-03 22:32 
AnswerRe: a doubt ? Pin
Xander8013-Apr-03 22:41
Xander8013-Apr-03 22:41 
GeneralRe: a doubt ? Pin
Anonymous13-Apr-03 22:47
Anonymous13-Apr-03 22:47 
GeneralRe: a doubt ? Pin
Joaquín M López Muñoz13-Apr-03 22:54
Joaquín M López Muñoz13-Apr-03 22:54 
GeneralRe: a doubt ? Pin
Iain Clarke, Warrior Programmer13-Apr-03 22:55
Iain Clarke, Warrior Programmer13-Apr-03 22:55 
GeneralThanks [a doubt ?] Pin
Anonymous13-Apr-03 23:02
Anonymous13-Apr-03 23:02 
GeneralQuestion about raw socket and TCP. Pin
George213-Apr-03 22:10
George213-Apr-03 22:10 
GeneralCDialog - change title Pin
LittleYellowBird13-Apr-03 21:55
LittleYellowBird13-Apr-03 21:55 
GeneralRe: CDialog - change title Pin
Taka Muraoka13-Apr-03 22:09
Taka Muraoka13-Apr-03 22:09 
GeneralRe: CDialog - change title Pin
Cedric Moonen13-Apr-03 22:10
Cedric Moonen13-Apr-03 22:10 
GeneralRe: CDialog - change title Pin
peterchen13-Apr-03 22:12
peterchen13-Apr-03 22:12 
GeneralRe: CDialog - change title Pin
Rage13-Apr-03 22:12
professionalRage13-Apr-03 22:12 
GeneralRe: CDialog - change title Pin
LittleYellowBird13-Apr-03 22:22
LittleYellowBird13-Apr-03 22:22 
Generalprogramm crashes wenn retrieving a CString Pin
Willem B13-Apr-03 21:28
Willem B13-Apr-03 21:28 

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.