Question List for "Starting Out with C++ from Control Structures to Objects"

  Topics Views Last post
Programming and Graphic Design » The expression s->m; indicates that s is a structure pointer and m is a structure member. New
Started by beccaep
75 May 22, 2019
Computer Science » In C++ a C-string is a sequence of characters stored in consecutive memory, terminated by a New
Started by abc
26 May 22, 2019
Programming and Graphic Design » Which of the following is required after the closing brace of the structure definition? New
Started by HCHenry
31 May 22, 2019
Programming and Graphic Design » The structure pointer operator is used to dereference a pointer to a structure, not a pointer that ... New
Started by Mollykgkg
85 May 22, 2019
Programming and Graphic Design » In C++11 if you want to retrieve a strongly typed enumerator's underlying integer value, you must ... New
Started by krzymel
30 May 22, 2019
Programming and Graphic Design » A struct can contain members with varying data types. New
Started by wrbasek0
77 May 22, 2019
Computer Science » You cannot directly assign an enumerator to an int variable. New
Started by Starlight
45 May 22, 2019
Programming and Graphic Design » In C++11, assuming mychar is a char variable and mystring is a string, what is the value of mychar ... New
Started by s.tung
63 May 22, 2019
Programming and Graphic Design » The expression *s->p; indicates that s is a structure pointer and p, which is also a pointer, is a ... New
Started by CharlieWard
142 May 22, 2019
Computer Science » Which of the following defines an array of C-strings that will hold 49 characters and the null terminator? New
Started by crobinson2013
25 May 22, 2019