Skip to main content

Introduction to Programming: C++ (3cr)

Course unit code: NN00GC32

General information


Credits
3 cr

Objectives

Competence goals for the approved performance:

The student can interpret the finished program code.
The student knows how to compile and run the application.
The student knows how to create applications using control structures, variables and tables.
The student knows how to build simple applications.

The course uses the C++ programming language and tools.

Content

How to program computer applications
How to compile and run applications
How to write a small application

The content of the course is implemented using the C++ programming language and tools.

Further information

C++ and other programming languages
Development environments and compiling a program (Hello world)
C++ basic syntax
Basic data types and variables (int, float, ...)
Operands (+, - +=, ...)
Conditional clauses (if)
Repetition structures (for, while)
Tables and strings (int[], string, ...)
Functions, parameters, and return values
Data structures (struct)
Getting to know C++ classes and objects

Go back to top of page