Studying at the University of Verona
Here you can find information on the organisational aspects of the Programme, lecture timetables, learning activities and useful contact details for your time at the University, from enrolment to graduation.
Type D and Type F activities
This information is intended exclusively for students already enrolled in this course.If you are a new student interested in enrolling, you can find information about the course of study on the course page:
Laurea in Informatica - Enrollment from 2025/2026Type D learning activities are the student's choice, type F activities are additional knowledge useful for job placement (internships, transversal skills, project works, etc.). According to the Teaching Regulations of the Course, some activities can be chosen and entered independently in the booklet, others must be approved by a special committee to verify their consistency with the study plan. Type D or F learning activities can be covered by the following activities.
1. Modules taught at the University of Verona
Include the modules listed below and/or in the Course Catalogue (which can also be filtered by language of delivery via Advanced Search).
Booklet entry mode: if the teaching is included among those listed below, the student can enter it independently during the period in which the curriculum is open; otherwise, the student must make a request to the Secretariat, sending the form to carriere.scienze@ateneo.univr.it during the period indicated.
2. CLA certificate or language equivalency
In addition to those required by the curriculum/study plan, the following are recognized for those matriculated from A.Y. 2021/2022:
- English language: 3 CFUs are recognized for each level of proficiency above that required by the course of study (if not already recognized in the previous course of study).
- Other languages and Italian for foreigners: 3 CFUs are recognized for each proficiency level starting from A2 (if not already recognized in the previous study cycle).
These CFUs will be recognized, up to a maximum of 6 CFUs in total, of type F if the study plan allows it or of type D. Additional elective credits for language knowledge may be recognized only if consistent with the student's educational project and if adequately justified.
Those enrolled until A.Y. 2020/2021 should consult the information found here.
Method of inclusion in the booklet: request the certificate or equivalency from CLA and send it to the Student Secretariat - Careers for the inclusion of the exam in the career, by email: carriere.scienze@ateneo.univr.it
3. Transversal skills
Discover the training paths promoted by the University's TALC - Teaching and learning center intended for students regularly enrolled in the academic year of course delivery https://talc.univr.it/it/competenze-trasversali
Mode of inclusion in the booklet: the teaching is not expected to be included in the curriculum. Only upon obtaining the Open Badge will the booklet CFUs be automatically validated. The registration of CFUs in career is not instantaneous, but there will be some technical time to wait.
4. Contamination lab
The Contamination Lab Verona (CLab Verona) is an experiential course with modules on innovation and enterprise culture that offers the opportunity to work in teams with students from all areas to solve challenges set by companies and organisations.
Upon completion of a CLab, students will be entitled to receive 6 CFU (D- or F-type credits).
Find out more: https://www.univr.it/clabverona
PLEASE NOTE: In order to be admitted to any teaching activities, including those of your choice, you must be enrolled in the academic year in which the activities in question are offered. Students who are about to graduate in the December and April sessions are therefore advised NOT to undertake extracurricular activities in the new academic year in which they are not enrolled, as these graduation sessions are valid for students enrolled in the previous academic year. Therefore, students who undertake an activity in an academic year in which they are not enrolled will not be granted CFU credits.
5. Internship/internship period
In addition to the CFUs stipulated in the curriculum/study plan (check carefully what is indicated on the Teaching Regulations) here you can find information on how to activate the internship.
Check the regulations to see which activities can be Type D and which can be Type F.
Please also note that for traineeships activated after 1 October 2024, it will be possible to recognise excess hours in terms of type D credits limited only to traineeship experiences carried out at host organisations outside the University.
years | Modules | TAF | Teacher |
---|---|---|---|
2° 3° | Attention Laboratory | D |
Pietro Sala
(Coordinator)
|
2° 3° | Elements of Cosmology and General Relativity | D |
Claudia Daffara
(Coordinator)
|
2° 3° | Introduction to quantum mechanics for quantum computing | D |
Claudia Daffara
(Coordinator)
|
2° 3° | Introduction to smart contract programming for ethereum | D |
Sara Migliorini
(Coordinator)
|
2° 3° | Python programming language [English edition] | D |
Carlo Combi
(Coordinator)
|
2° 3° | BEYOND ARDUINO: FROM PROTOTYPE TO PRODUCT WITH STM MICROCONTROLLER | D |
Franco Fummi
(Coordinator)
|
2° 3° | APP REACT PLANNING | D |
Graziano Pravadelli
(Coordinator)
|
2° 3° | HW components design on FPGA | D |
Franco Fummi
(Coordinator)
|
years | Modules | TAF | Teacher |
---|---|---|---|
2° 3° | Attention Laboratory | D |
Pietro Sala
(Coordinator)
|
2° 3° | LaTeX Language | D |
Enrico Gregorio
(Coordinator)
|
2° 3° | Python programming language [Edizione in italiano] | D |
Carlo Combi
(Coordinator)
|
2° 3° | Rapid prototyping on Arduino | D |
Franco Fummi
(Coordinator)
|
2° 3° | Programming Challanges | D |
Romeo Rizzi
(Coordinator)
|
2° 3° | Tools for development of applications of virtual reality and mixed | D |
Andrea Giachetti
(Coordinator)
|
2° 3° | Development and life cycle of software of artificial intelligence software | D |
Marco Cristani
(Coordinator)
|
2° 3° | Protection of intangible assets (SW and invention)between industrial law and copyright | D |
Mila Dalla Preda
(Coordinator)
|
years | Modules | TAF | Teacher |
---|---|---|---|
1° | Subject requirements: mathematics | D |
Franco Zivcovich
(Coordinator)
|
C++ Programming Language (2019/2020)
Teaching code
4S007124
Teacher
Coordinator
Credits
2
Also offered in courses:
- C++ Programming Language of the course Bachelor's degree in Applied Mathematics
- C++ Programming Language of the course Master's degree in Mathematics
- C++ Programming Language of the course Bachelor's degree in Bioinformatics
- C++ Programming Language of the course Master's degree in Computer Science and Engineering
- C++ Programming Language of the course Master's degree in Medical Bioinformatics
Language
Italian
Scientific Disciplinary Sector (SSD)
NN - -
Period
II semestre dal Mar 2, 2020 al Jun 12, 2020.
Learning outcomes
The course provides the skills to design and develop programs in C++ language. Particular emphasis will be given to the most advanced constructs of the newest standard C++11/14/17. Furthermore, the course introduces techniques for code organization and maintaining.
At the end of the course, the students will obtain the necessary skills to develop and organize C++ programs in a profitable way.
Program
Course organization:
- Course and C++ Language Introduction
- Fundamental Concepts I. IOStream, Primitive Types, Statements and Control Flow
- Fundamental Concepts II. Memory management, Pointers and References, C++ Keywords, Type Conversion, Preprocessing, Functions
- Utilities. Math functions, Algorithm Library, String, Random Numbers, Time Measuring
- Object Oriented Programming. C++ Classes, Class Hierarchy, Class Keywords, Polymorphism in C++, Operator Overloading, C++ Special Objects
- C++ Templates and Meta-Programming I. Function Templates, Type Deduction, Compile-Time Utilities, Type Traits, Template Parameters
- C++ Templates and Meta-Programming II. Class Templates, Template Meta-Programming, SFINAE, Variadic Templates
- Containers and Iterators. Lambda Expressions, Std Containers, User-Defined Iterators
- Code Organization
- C++ Tools and Error Handling. CMake, Gdb, Valgrind, Demangler, Version-Control, Linter, Code Statistics and Analyzer
- Advanced Concepts. Move Semantic, C++ Idioms
- Code Optimization
Author | Title | Publishing house | Year | ISBN | Notes |
---|---|---|---|---|---|
Marc Gregoire | Professional C++ (Edizione 4) | Wrox Pr Inc | 2014 | 978-1-118-85805-9 | |
Bjarne Stroustrup | Programming Principles and Practice Using C++ (Edizione 2) | Addison-Wesley | 2014 | 978-0-321-99278-9 |
Examination Methods