Kurs: Programowanie w C++

Język wykładowy Angielski
Semestr Letni
Status W ofercie
Opiekun Jean Marie de Nivelle
Liczba godzin 30 (wyk.) 30 (prac.)
Rodzaj K1 - kurs podstawowy
ECTS 5
Polecany dla I roku Nie
Egzamin Nie
Grupy efektów kształcenia Programowanie i projektowanie obiektowe

Opis przedmiotu:

This is a basic course about programming in C++. The course is based on g++, make and Linux. C++ is a language that makes it possible to combine high-level code with efficient execution on standard hardware. Contrary to common belief, the core of C++ is not object-oriented, but based on value semantics. C++ is a language in which one starts at low level, but which allows to move to higher levels of abstraction. With a good programming style, low level can be abandonded quickly, and constructions of arbitrary complexity can be defined in a clean fashion.