Click here to Skip to main content
16,010,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Difference between C++ Structures and C++ Classes Pin
jhwurmbach8-Aug-06 3:25
jhwurmbach8-Aug-06 3:25 
GeneralRe: Difference between C++ Structures and C++ Classes Pin
toxcct8-Aug-06 3:35
toxcct8-Aug-06 3:35 
GeneralRe: Difference between C++ Structures and C++ Classes Pin
David Crow8-Aug-06 5:50
David Crow8-Aug-06 5:50 
GeneralRe: Difference between C++ Structures and C++ Classes Pin
jhwurmbach8-Aug-06 5:55
jhwurmbach8-Aug-06 5:55 
GeneralRe: Difference between C++ Structures and C++ Classes Pin
David Crow8-Aug-06 7:32
David Crow8-Aug-06 7:32 
GeneralRe: Difference between C++ Structures and C++ Classes Pin
jhwurmbach8-Aug-06 8:14
jhwurmbach8-Aug-06 8:14 
GeneralRe: Difference between C++ Structures and C++ Classes Pin
Subramaniam s.V.9-Aug-06 1:37
Subramaniam s.V.9-Aug-06 1:37 
GeneralRe: Difference between C++ Structures and C++ Classes [modified] Pin
jhwurmbach9-Aug-06 2:10
jhwurmbach9-Aug-06 2:10 
Your question has been answered quite a few times, additionally, a lot of links have been given.

Short recapitulation:
In classes, the default visibility is private, in structs, it is public.
Classes can be template parameters, where structs can not.

Thats all, folks.
Big Grin | :-D


-- modified at 8:11 Wednesday 9th August, 2006


"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

GeneralRe: Difference between C++ Structures and C++ Classes Pin
David Crow8-Aug-06 5:48
David Crow8-Aug-06 5:48 
GeneralRe: Difference between C++ Structures and C++ Classes Pin
Chris Losinger8-Aug-06 2:59
professionalChris Losinger8-Aug-06 2:59 
GeneralRe: Difference between C++ Structures and C++ Classes Pin
Nemanja Trifunovic8-Aug-06 8:53
Nemanja Trifunovic8-Aug-06 8:53 
GeneralRe: Difference between C++ Structures and C++ Classes Pin
Chris Losinger8-Aug-06 9:08
professionalChris Losinger8-Aug-06 9:08 
AnswerRe: Difference between C++ Structures and C++ Classes Pin
Amar Sutar8-Aug-06 2:57
Amar Sutar8-Aug-06 2:57 
AnswerRe: Difference between C++ Structures and C++ Classes Pin
David Crow8-Aug-06 2:57
David Crow8-Aug-06 2:57 
AnswerRe: Difference between C++ Structures and C++ Classes Pin
Viorel.8-Aug-06 2:59
Viorel.8-Aug-06 2:59 
AnswerRe: Difference between C++ Structures and C++ Classes Pin
Hamid_RT8-Aug-06 3:46
Hamid_RT8-Aug-06 3:46 
AnswerRe: Difference between C++ Structures and C++ Classes Pin
Zac Howland8-Aug-06 5:28
Zac Howland8-Aug-06 5:28 
QuestionTemplate argument dependent compilation Pin
tuxyboy8-Aug-06 2:11
tuxyboy8-Aug-06 2:11 
AnswerRe: Template argument dependent compilation Pin
Chris Losinger8-Aug-06 2:36
professionalChris Losinger8-Aug-06 2:36 
AnswerRe: Template argument dependent compilation Pin
Viorel.8-Aug-06 2:48
Viorel.8-Aug-06 2:48 
GeneralRe: Template argument dependent compilation Pin
tuxyboy9-Aug-06 3:40
tuxyboy9-Aug-06 3:40 
QuestionCompiling DirectX9 SDK Sample Code in VC 6 & VC 2005 Pin
Andy Rama8-Aug-06 2:05
Andy Rama8-Aug-06 2:05 
AnswerRe: Compiling DirectX9 SDK Sample Code in VC 6 & VC 2005 Pin
Amar Sutar8-Aug-06 3:04
Amar Sutar8-Aug-06 3:04 
QuestionFind the directory present or not Pin
Arul Joseph8-Aug-06 1:59
Arul Joseph8-Aug-06 1:59 
AnswerRe: Find the directory present or not Pin
Don Box8-Aug-06 2:01
Don Box8-Aug-06 2:01 

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.