Final Exam: Getting Started in C++

C++    |    Beginner
  • 1 video | 32s
  • Includes Assessment
  • Earns a Badge
Rating 3.6 of 16 users Rating 3.6 of 16 users (16)
Final Exam: Getting Started in C++ will test your knowledge and application of the topics presented throughout the Getting Started in C++ track of the Skillsoft Aspire Programming in C++ Journey.

WHAT YOU WILL LEARN

  • Outline the history of c++
    contrast c and c++
    explore the c++ standard library
    outline principles for writing c++ code
    outline the compilation process of c++
    print out data to screen
    use data types in c++
    use boolean types in c++
    use logical and assignment operators in c++
    perform operations with strings
    view subsets from strings, compare strings, and find text in strings
    look up characters in a string using indexes
    concatenate and compare strings
    use cin to accept input from a user
    use the cin stream, getline(), and get() to accept input from a user
    use the get () and ignore() functions to manage input
    modify the flow of a program with if-blocks
    create vectors and check whether they are empty
    iterate over vectors and search for a specific element
    create enums and switch statements
    overload operators and use them in if statements
    chain relational checks using logical operators
    create variables in if-block signatures
    iterate over arrays using for loops
    create string arrays and use break and continue
    create multidimensional arrays and iterate over them
    recall the offerings of the standard template library
    search for an element in a vector through templates
    use the cend(), rend(), and crend() functions
    use maps and range-based for loops
  • contrast null and nullptr
    store strings in character arrays and pointers
    use the nullptr keyword
    create pointers on string objects
    contrast malloc() and new
    use the new and delete keywords on pointers
    invoke constructors and destructors on arrays
    contrast const pointers and pointers to consts
    create constant pointers on constant and non-constant variables
    create constant variables and pointers on those variables
    recall how unique pointers, shared pointers, and strong pointers work
    create unique pointers to automatically deallocate memory
    copy, transfer, and reset pointers
    create shared pointers using various syntaxes
    recognize the limitations of weak pointers
    recognize how weak pointers can become invalid.
    examine values stored in shared pointers
    contrast references with pointers
    create references and modify the variables being referred to
    use the const_cast operator
    create functions and contrast declarations and definitions
    recall that strings are passed by value
    recall that pointers can be passed by value
    pass in references to vectors
    use the pass-by-reference construct
    pass in references and perform implicit type conversion
    pass in input arguments with default values
    explore how to return pointers and references from functions
    create multiple functions with the same name
    split code into header files

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.2 of 111 users Rating 4.2 of 111 users (111)
Rating 5.0 of 5 users Rating 5.0 of 5 users (5)
Rating 4.1 of 21 users Rating 4.1 of 21 users (21)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 13 users Rating 4.5 of 13 users (13)
Rating 4.5 of 122 users Rating 4.5 of 122 users (122)
Rating 4.5 of 24 users Rating 4.5 of 24 users (24)