SOFTWARE ENGINEERING

Ing. Alessandro Tasora

Software engineering lessons

Here you can find some useful resources about software engineering 
(slides, on-line books, exercises, etc.)
C++ language lessons

Here you can find some useful resources about C++ programming 
(slides, on-line books, exercises, etc.)
Free C++ compilers
Free Integrated Editors (IDE)

These integrated editors can be used to edit source code (C++ or other languages),
 to manage large projects, to use debuggers, etc. They can use the free C++ compilers above.
Free GUI toolkits

How to add a GUI (graphical user interface) to your program? If you want
free and platform-independent technologies, here are two possible solutions:
Free installation tools

How to make an installer (ex: a Setup.exe) for your program ? Here is a great solution:
Other resources

Some resources about software engineering and developement.