Start time:
Mi 05 Jul 2017 16:00:55
End time:
Fr 07 Jul 2017 16:00:55

Assignments: 2

Numbers (3 P)
Implement a program that reads double numbers from a text file "numbers.txt", checks the values and writes the result back into an output file "results.txt". Each line of the input file contains...
List with Smart Pointers (4 P)
Write a program for creating and manipulating doubly linked lists. Each node shall contain a char value and two pointers, one to the previous and one to the next node. Instead of using raw...