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

C / C++ / MFC

 
GeneralRe: Tabbing between child dialogs on a master form Pin
Michael Dunn18-Jul-04 18:22
sitebuilderMichael Dunn18-Jul-04 18:22 
GeneralRe: Tabbing between child dialogs on a master form Pin
#realJSOP19-Jul-04 0:03
professional#realJSOP19-Jul-04 0:03 
Generalproblem with reading compound dataset without pre-defined data structure Pin
Fiona Chen18-Jul-04 13:55
Fiona Chen18-Jul-04 13:55 
GeneralRe: problem with reading compound dataset without pre-defined data structure Pin
Alexander Wiseman19-Jul-04 4:00
Alexander Wiseman19-Jul-04 4:00 
GeneralRe: problem with reading compound dataset without pre-defined data structure Pin
Fiona Chen19-Jul-04 13:32
Fiona Chen19-Jul-04 13:32 
GeneralRe: problem with reading compound dataset without pre-defined data structure Pin
Alexander Wiseman21-Jul-04 4:56
Alexander Wiseman21-Jul-04 4:56 
GeneralRe: problem with reading compound dataset without pre-defined data structure Pin
Fiona Chen21-Jul-04 14:33
Fiona Chen21-Jul-04 14:33 
GeneralSome basic C++ question... yes, I'm a newbie - sorry! Pin
drjake18-Jul-04 13:33
drjake18-Jul-04 13:33 
Hi, I'm fairly new to Visual C++. Since recently learning it, I'm still a little unclear of what these parts or the program mean. I've created a list of important keywords and have given (to the best of my knowledge anyway) the meaning of each. If I've incorrectly got the meaning of any of the below wrong, could someone inform me on what to change it to.

The reason I'm doing this is because I know that I need to completely understand each meaning, otherwise learning C++ would be that extra bit harder! If anyone can help me, please do! Thanks, oh and apologies if this message has been asked before!


-All STATEMENTS end with a semi-colon

-DECLARATION is another type of statement which introduces variables to the compiler

-The ASSIGNMENT expression '=' is used to assign a value to a variable

-FUNCTIONS allow you to re-use duplicates of a declaration; meaning less coding

-STRUCTURES are groups of data which are contained within one declaration.
--e.g. :

My Friends Names
||
\/
School -> Joe, Carl, Emily
||
\/
Work -> Andy Philip, Indy
||
\/
Misc -> Ashley, Jake, Zoë

-CLASSES are similar to structures except you can have them public or private
--PUBLIC means the whole program can use the code
--PRIVATE means the code in only accessible within the class


drjake
GeneralRe: Some basic C++ question... yes, I'm a newbie - sorry! Pin
valikac18-Jul-04 13:57
valikac18-Jul-04 13:57 
GeneralRe: Some basic C++ question... yes, I'm a newbie - sorry! Pin
Christian Graus18-Jul-04 14:48
protectorChristian Graus18-Jul-04 14:48 
GeneralRe: Some basic C++ question... yes, I'm a newbie - sorry! Pin
bikram singh19-Jul-04 12:52
bikram singh19-Jul-04 12:52 
GeneralRe: Some basic C++ question... yes, I'm a newbie - sorry! Pin
Christian Graus19-Jul-04 13:00
protectorChristian Graus19-Jul-04 13:00 
GeneralRe: Some basic C++ question... yes, I'm a newbie - sorry! Pin
V.18-Jul-04 21:28
professionalV.18-Jul-04 21:28 
GeneralMSFlexGrid Control Problem Pin
Naveed Shoaib18-Jul-04 12:56
Naveed Shoaib18-Jul-04 12:56 
GeneralRe: MSFlexGrid Control Problem Pin
Toni7818-Jul-04 16:23
Toni7818-Jul-04 16:23 
GeneralRe: MSFlexGrid Control Problem Pin
Toni7818-Jul-04 16:25
Toni7818-Jul-04 16:25 
GeneralRe: MSFlexGrid Control Problem Pin
V.18-Jul-04 21:10
professionalV.18-Jul-04 21:10 
Generalproblem with including headers Pin
Jump_Around18-Jul-04 12:54
Jump_Around18-Jul-04 12:54 
GeneralRe: problem with including headers Pin
Ravi Bhavnani18-Jul-04 13:28
professionalRavi Bhavnani18-Jul-04 13:28 
GeneralDetermining DPI Pin
JD Steffen18-Jul-04 11:41
JD Steffen18-Jul-04 11:41 
GeneralRe: Determining DPI Pin
Michael Dunn18-Jul-04 12:52
sitebuilderMichael Dunn18-Jul-04 12:52 
GeneralRe: Determining DPI Pin
JD Steffen19-Jul-04 23:50
JD Steffen19-Jul-04 23:50 
GeneralCRecordSet->MoveFirst() exception Pin
JabraJabra18-Jul-04 7:12
JabraJabra18-Jul-04 7:12 
GeneralRe: CRecordSet->MoveFirst() exception Pin
Toni7818-Jul-04 7:15
Toni7818-Jul-04 7:15 
GeneralRe: CRecordSet->MoveFirst() exception Pin
Scozturk18-Jul-04 7:23
professionalScozturk18-Jul-04 7:23 

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.