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

  Topics Views Last post
Computer Science » The C++ library provides functions for converting a string representation of a number to a numeric ... New
Started by schs14
65 May 22, 2019
Computer Science » The function that accepts a C-string as an argument and converts the string to a long integer is New
Started by mwit1967
76 May 22, 2019
Programming and Graphic Design » The strlen function returns a C-string's length and adds one for \0. New
Started by schs14
43 May 22, 2019
Programming and Graphic Design » The function that accepts a pointer to a C-string as an argument and returns the length of the ... New
Started by nenivikky
43 May 22, 2019
Computer Science » To test whether a character is a numeric digit character, use the ________ function. New
Started by stevenposner
67 May 22, 2019
Computer Science » The ________ function will change a character argument from uppercase to lowercase. New
Started by Medesa
43 May 22, 2019
Programming and Graphic Design » To determine whether a character entered is a letter of the alphabet, use the ________ function. New
Started by madam-professor
53 May 22, 2019
Programming and Graphic Design » The string class's front and back member functions were introduced in C++11. New
Started by Brittanyd9008
35 May 22, 2019
Computer Science » What will the following code output?int number = 22;int *var = &number;cout New
Started by dalyningkenk
66 May 22, 2019
Programming and Graphic Design » When you pass a pointer as an argument to a function, you must New
Started by silviawilliams41
32 May 22, 2019