Click here to Skip to main content
15,910,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ and Sqlite connection Pin
Thilek9-Jan-09 3:54
Thilek9-Jan-09 3:54 
GeneralRe: C++ and Sqlite connection Pin
vanishaa9-Jan-09 4:05
vanishaa9-Jan-09 4:05 
GeneralRe: C++ and Sqlite connection Pin
Cedric Moonen9-Jan-09 4:07
Cedric Moonen9-Jan-09 4:07 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 4:16
professionalStuart Dootson9-Jan-09 4:16 
JokeRe: C++ and Sqlite connection Pin
6Qing889-Jan-09 16:58
6Qing889-Jan-09 16:58 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 22:16
professionalStuart Dootson9-Jan-09 22:16 
AnswerRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 4:03
professionalStuart Dootson9-Jan-09 4:03 
GeneralRe: C++ and Sqlite connection Pin
vanishaa9-Jan-09 18:54
vanishaa9-Jan-09 18:54 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 22:19
professionalStuart Dootson9-Jan-09 22:19 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 1:32
vanishaa10-Jan-09 1:32 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 1:57
professionalStuart Dootson10-Jan-09 1:57 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 2:19
vanishaa10-Jan-09 2:19 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 2:46
vanishaa10-Jan-09 2:46 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 3:20
professionalStuart Dootson10-Jan-09 3:20 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 4:03
vanishaa10-Jan-09 4:03 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 5:33
professionalStuart Dootson10-Jan-09 5:33 
Questioncommand line Pin
Russell'9-Jan-09 2:37
Russell'9-Jan-09 2:37 
AnswerRe: command line Pin
David Crow9-Jan-09 3:09
David Crow9-Jan-09 3:09 
GeneralRe: command line Pin
Russell'9-Jan-09 4:53
Russell'9-Jan-09 4:53 
QuestionPossible violation in typedefs Pin
6Qing889-Jan-09 2:05
6Qing889-Jan-09 2:05 
hi, everyone.
Other posts appear very quickly, it's harder to find my previous one related to
this question, so I decide to post this one:

Is the following code legal, for example:

typedef struct _VECTOR {
long a;
} _VECTOR, *_PVECTOR;

since I know:

typedef int int;

is illegal, but the 'typedef struct' example mentioned above is legal at least in
mingw2.95.

Is it possible to get an error from some other compilers that there's a
'typedef redefinition'?

Thanks in advance. Smile | :)
QuestionRe: Possible violation in typedefs Pin
CPallini9-Jan-09 2:18
mveCPallini9-Jan-09 2:18 
AnswerRe: Possible violation in typedefs Pin
6Qing889-Jan-09 3:01
6Qing889-Jan-09 3:01 
AnswerRe: Possible violation in typedefs Pin
Stuart Dootson9-Jan-09 2:25
professionalStuart Dootson9-Jan-09 2:25 
GeneralRe: Possible violation in typedefs Pin
6Qing889-Jan-09 3:06
6Qing889-Jan-09 3:06 
GeneralRe: Possible violation in typedefs Pin
Luc Pattyn9-Jan-09 2:44
sitebuilderLuc Pattyn9-Jan-09 2:44 

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.