Click here to Skip to main content
15,916,188 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Link Error only in Release mode Pin
Nick Parker17-May-04 5:03
protectorNick Parker17-May-04 5:03 
GeneralRe: Link Error only in Release mode Pin
David Crow17-May-04 5:52
David Crow17-May-04 5:52 
GeneralRe: Link Error only in Release mode Pin
Nick Parker17-May-04 6:32
protectorNick Parker17-May-04 6:32 
GeneralRe: Link Error only in Release mode Pin
Antony M Kancidrowski17-May-04 6:32
Antony M Kancidrowski17-May-04 6:32 
GeneralRe: Link Error only in Release mode Pin
Prakash Nadar17-May-04 4:57
Prakash Nadar17-May-04 4:57 
GeneralADO C++ Pin
edataonline17-May-04 4:39
edataonline17-May-04 4:39 
GeneralRe: ADO C++ Pin
Antony M Kancidrowski17-May-04 6:41
Antony M Kancidrowski17-May-04 6:41 
QuestionHow to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 4:26
Michigan185417-May-04 4:26 
How to build a DataBase of data types (int, char, struct, …)?

I would like to build an ACCESS DataBase, containing information about all the data types we use.

For example:

Suppose, we have the following C/C++ code;

typedef char ARRAY_8_BYTES[8];

struct Foo1
{
int a[20];
int b;
ARRAY_8_BYTES a6;
char a[8];
};

struct Foo2
{
Foo1 foo1;
Foo1 *pFoo1;
char c[12];
};

Ideally, I’d like to have an ACCESS DataBase, containing data about the Foo1, Foo2 structures. So, I would be able to build a program, which uses this data base and (for instance) generates automatically the C code structure definitions above.

The questions I ask myself are:

1) How to organize data which is hierarchical by nature using a relational
data base such as ACCESS?
2) Are they better solutions than using ACCESS to solve this kind of
problem?
3) Do you know about other databases or commercial softwares that permit to
do this?
4) Could you please give me either a precise answer or links which can help
me?

Many, many Thanks.


AnswerRe: How to build a DataBase of data types (int, char, struct, …)? Pin
David Crow17-May-04 4:46
David Crow17-May-04 4:46 
GeneralRe: How to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 4:53
Michigan185417-May-04 4:53 
GeneralRe: How to build a DataBase of data types (int, char, struct, …)? Pin
David Crow17-May-04 5:50
David Crow17-May-04 5:50 
GeneralRe: How to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 6:04
Michigan185417-May-04 6:04 
GeneralComboBox (and/or ListBox) shared in two dialogs (MFC) Pin
J.B.17-May-04 3:53
J.B.17-May-04 3:53 
GeneralRe: ComboBox (and/or ListBox) shared in two dialogs (MFC) Pin
RChin17-May-04 4:31
RChin17-May-04 4:31 
GeneralRe: ComboBox (and/or ListBox) shared in two dialogs (MFC) Pin
J.B.17-May-04 4:45
J.B.17-May-04 4:45 
GeneralRe: ComboBox (and/or ListBox) shared in two dialogs (MFC) Pin
Rafael Fernández López17-May-04 9:42
Rafael Fernández López17-May-04 9:42 
GeneralRe: ComboBox (and/or ListBox) shared in two dialogs (MFC) Pin
J.B.17-May-04 19:54
J.B.17-May-04 19:54 
GeneralData mismatch for Intel C++ Release Pin
SandeepKumarSingh17-May-04 3:22
SandeepKumarSingh17-May-04 3:22 
GeneralRe: Data mismatch for Intel C++ Release Pin
bikram singh17-May-04 4:48
bikram singh17-May-04 4:48 
GeneralVC .DLL + Centura string Pin
JensB17-May-04 3:21
JensB17-May-04 3:21 
QuestionHow to change window title text font? Pin
george ivanov17-May-04 3:16
george ivanov17-May-04 3:16 
AnswerRe: How to change window title text font? Pin
Roger Allen17-May-04 3:44
Roger Allen17-May-04 3:44 
QuestionCan anyone explain? Pin
V.17-May-04 2:27
professionalV.17-May-04 2:27 
GeneralCompiler Error / math.h Pin
harwanegg17-May-04 2:03
harwanegg17-May-04 2:03 
GeneralRe: Compiler Error / math.h Pin
Roger Allen17-May-04 3:48
Roger Allen17-May-04 3:48 

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.