Some Delphi and Pascal programing resources (#9459)
* added Pascal language section with the new book from Gilles Vasseur and Jean-Luc Gofflot * added a 70 hours free Delphi/Pascal/programming learning course in French * added a Delphi 7 book from Ole Witt-Hansen * updated link for Danish Delphi 7 book * updated text for DVLP download link * removed the FR Pascal Object bookpull/9478/head
parent
dec793ad1e
commit
871b19d964
|
@ -3,6 +3,7 @@
|
|||
* [C](#c)
|
||||
* [C#](#csharp)
|
||||
* [C++](#cpp)
|
||||
* [Delphi](#delphi)
|
||||
* [Java](#java)
|
||||
* [Pascal](#pascal)
|
||||
|
||||
|
@ -23,6 +24,11 @@
|
|||
* [Notes about C++](http://people.cs.aau.dk/~normark/ap/index.html) - Kurt Nørmark (HTML)
|
||||
|
||||
|
||||
### Delphi
|
||||
|
||||
* [Programmering Med Delphi 7](http://olewitthansen.dk/Datalogi/ProgrammeringMedDelphi.pdf) - Ole Witt-Hansen (PDF)
|
||||
|
||||
|
||||
### Java
|
||||
|
||||
* [Objektorienteret programmering i Java](http://javabog.dk) - Jacob Nordfalk
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* [C](#c)
|
||||
* [C#](#csharp)
|
||||
* [C++](#cpp)
|
||||
* [Delphi](#delphi)
|
||||
* [Git](#git)
|
||||
* [HTML and CSS](#html-and-css)
|
||||
* [Java](#java)
|
||||
|
@ -56,6 +57,11 @@
|
|||
* [La programmation en C++ moderne](https://zestedesavoir.com/tutoriels/822/la-programmation-en-c-moderne/) - Zeste de savoir informaticienzero mehdidou99
|
||||
|
||||
|
||||
### Delphi
|
||||
|
||||
* [Apprendre la programmation avec Delphi](https://apprendre-delphi.fr/apprendre-la-programmation-avec-delphi-2020.php) - Patrick Prémartin
|
||||
|
||||
|
||||
### Git
|
||||
|
||||
* [Apprendre à utiliser Git et GitHub \| Cours Complet (2020)](https://www.pierre-giraud.com/git-github-apprendre-cours/) - Pierre Giraud
|
||||
|
|
Loading…
Reference in New Issue