Click here to Skip to main content
16,007,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Html Print Pin
Atlence28-Jan-04 11:53
Atlence28-Jan-04 11:53 
GeneralToolbar and Combo Box problem Pin
calebcohoon28-Jan-04 9:16
calebcohoon28-Jan-04 9:16 
GeneralRe: Toolbar and Combo Box problem Pin
Robert A. T. Káldy28-Jan-04 10:05
Robert A. T. Káldy28-Jan-04 10:05 
Questiondangers of using typedef in C/C++? Pin
Maximilien28-Jan-04 8:11
Maximilien28-Jan-04 8:11 
AnswerRe: dangers of using typedef in C/C++? Pin
toxcct28-Jan-04 9:01
toxcct28-Jan-04 9:01 
AnswerRe: dangers of using typedef in C/C++? Pin
Alvaro Mendez28-Jan-04 9:12
Alvaro Mendez28-Jan-04 9:12 
GeneralRe: dangers of using typedef in C/C++? Pin
Maximilien28-Jan-04 10:14
Maximilien28-Jan-04 10:14 
AnswerRe: dangers of using typedef in C/C++? Pin
Jörgen Sigvardsson28-Jan-04 10:32
Jörgen Sigvardsson28-Jan-04 10:32 
In C++ a struct name is a fully qualified type name, where as in C it is not. Hence you see all the typedefs.

In C++, a typedef is a type name alias. So if typedef SomeType SomeAlias, then SomeType is fully equivalent to SomeAlias.

If you do not want all these differnent names, just search and replace all instances of the typedef names with the struct name. No danger at all. Smile | :)

--
He just smiled and gave me a vegemite sandwich.
QuestionHow to setup DX projects Pin
Ylis28-Jan-04 7:46
Ylis28-Jan-04 7:46 
GeneralPackage .exe file within .exe Pin
iluvyuri28-Jan-04 6:56
iluvyuri28-Jan-04 6:56 
GeneralRe: Package .exe file within .exe Pin
valikac28-Jan-04 7:51
valikac28-Jan-04 7:51 
GeneralRe: Package .exe file within .exe Pin
David Crow28-Jan-04 10:32
David Crow28-Jan-04 10:32 
GeneralRe: Package .exe file within .exe Pin
iluvyuri29-Jan-04 7:47
iluvyuri29-Jan-04 7:47 
GeneralRe: Package .exe file within .exe Pin
David Crow29-Jan-04 9:29
David Crow29-Jan-04 9:29 
GeneralRe: Package .exe file within .exe Pin
iluvyuri29-Jan-04 20:58
iluvyuri29-Jan-04 20:58 
GeneralRe: Package .exe file within .exe Pin
David Crow5-Feb-04 3:04
David Crow5-Feb-04 3:04 
GeneralCreating/Adding Tabs to a Tab Control Pin
monrobot1328-Jan-04 6:49
monrobot1328-Jan-04 6:49 
GeneralRe: Creating/Adding Tabs to a Tab Control Pin
Carlos Antollini28-Jan-04 8:25
Carlos Antollini28-Jan-04 8:25 
GeneralRe: Creating/Adding Tabs to a Tab Control Pin
monrobot1328-Jan-04 12:02
monrobot1328-Jan-04 12:02 
GeneralCopy Constructors Pin
BrockVnm28-Jan-04 6:46
BrockVnm28-Jan-04 6:46 
GeneralRe: Copy Constructors Pin
peterchen28-Jan-04 7:13
peterchen28-Jan-04 7:13 
GeneralRe: Copy Constructors Pin
BrockVnm28-Jan-04 7:18
BrockVnm28-Jan-04 7:18 
GeneralRe: Copy Constructors Pin
peterchen28-Jan-04 7:42
peterchen28-Jan-04 7:42 
GeneralRe: Copy Constructors Pin
TFrancis28-Jan-04 7:43
TFrancis28-Jan-04 7:43 
GeneralRe: Copy Constructors Pin
Nitron28-Jan-04 7:16
Nitron28-Jan-04 7:16 

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.