Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 761 Bytes

File metadata and controls

32 lines (18 loc) · 761 Bytes

Haladó Alkalmazott Programozás

Advanced Applied Programming

This repository contains teaching material created by members of the Wigner RCP GPU-Lab for the above BSc course.

The webpage of the lecture is here.

Table of Contents:

  1. Lesson

    No code for this lesson

  2. Lesson

    Simple functions, solving a linear and a quadratic equation

    main.cpp

  3. Lesson

    Type parameters, function templates, writing an integrator with function parameter

    main.cpp

  4. Lesson

    Constness, References, arrays and vectors, algorithm basics

    main2.cpp