Skip to content

This repository contains the solutions of the lecture "Advanced Programming" ("Programmazione Avanzata") held at Università di Camerino, Computer Science Degree.

License

Notifications You must be signed in to change notification settings

michele-loreti/ap_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Programming: Excercises and Solutions.

This repository contains the solutions of the lecture "Advanced Programming" ("Programmazione Avanzata") held at Università di Camerino, Computer Science Degree.

The full list of excercises is available here.

Download code.

You can download the code either by using Git or by downloading a zip archive. The first solutions is strongly reccomended since you can easily get new versions of the excercises.

Downloading exercises with Git:

To download the excercices with Git you have to:

  1. Install Git if it is not yet available on your machine (see instructions here);
  2. Choose the folder where you want to download the code, say it <abspath_to_your_folder>;
  3. Open a terminal and execute:
cd <abspath_to_your_folder>
git clone https://github.com/michele-loreti/ap_examples.git
  1. At this point you can use the appropriate to manage the solution.

When you have completed all the steps above, you can download the solutions to new excercices or updates to the old ones, you have just to execute in a terminal the following instructions:

cd <abspath_to_your_folder>
git pull

Downloading excerices as an archive

All the code is available as a zip archive at the following link.

About

This repository contains the solutions of the lecture "Advanced Programming" ("Programmazione Avanzata") held at Università di Camerino, Computer Science Degree.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published