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

  Topics Views Last post
Programming and Graphic Design » To help prevent memory leaks from occurring in C++11, a ________ automatically deletes a chunk of ... New
Started by bclement10
107 May 22, 2019
Programming and Graphic Design » If a variable uses more than one byte of memory, for pointer purposes its address is New
Started by panfilo
99 May 22, 2019
Programming and Graphic Design » The isdigit function will return true if the argument is a digit between 0 and 9. New
Started by Mr.Thesaxman
89 May 22, 2019
Computer Science » Dynamic memory allocation occurs New
Started by deesands
61 May 22, 2019
Computer Science » Which of the following statements is NOT valid C++ code? New
Started by Themember4
100 May 22, 2019
Computer Science » Which of the following statements deletes memory that has been dynamically allocated for an array? New
Started by clippers!
515 May 22, 2019
Computer Science » In the following statement, what does int mean?int *ptr = nullptr; New
Started by Pineappleeh
72 May 22, 2019
Programming and Graphic Design » Assuming ptr is a pointer variable, what will the following statement output?cout New
Started by formula1
104 May 22, 2019
Computer Science » Which of the following statements is NOT valid C++ code? New
Started by serike
114 May 22, 2019
Programming and Graphic Design » To use any of the smart pointers in C++11 you must use the following directive in the header file:#include New
Started by Sportsfan2111
159 May 22, 2019