Translation of "Greffons" in English

0.003 sec.

Examples of using "Greffons" in a sentence and their english translations:

Comprendre comment les greffons peuvent fonctionner en C nous aidera à comprendre dans le futur comment implémenter des greffons entre différents langages.

Understanding how plugins may work in C will help us understand how to implement cross-language plugins in the future.

J'ai ré-implémenté entièrement en C le programme htmlize du précédent article, incluant un mécanisme de greffons ainsi que les deux greffons d'exemples.

I’ve re-implemented the htmlize program from the previous article entirely in C, including a plugin mechanism and the same two sample plugins.

C'est le second article de la série sur les infrastructures de greffons.

This is the second article in the series about plugin infrastructures.

Dans l'article d'ouverture de cette série, j'ai défini les concepts fondamentaux que nous pouvons utiliser lorsque nous parlons de greffons.

In the kickoff article of this series, I defined some fundamental concepts we can use when talking about plugins.

J'ai également montré un exemple d'une application simple, mais complète, d'une système de greffons pour une application, le tout écrit en Python.

I also showed an example of a simple but complete plugin system for an application, all written in Python.

Les greffons en C sont quasiment toujours implémentés en tant que ODP (Objets Dynamiques Partagés, aussi connus sous le nom de bibliothèques partagées ou DLL sous Windows).

Plugins in C are almost always implemented as DSOs (Dynamic Shared Objects, aka. shared libraries, or DLLs on Windows).

Mais voyez-vous, le Python a la malencontreuse habitude de donner l'impression que tout est trop facile. Pour vraiment montrer les tripes d'une infrastructure de greffons, nous allons passer au C.

But see, Python has the unfortunate habit of making everything look too easy. To really show the guts of a plugin infrastructure, we’ll switch to C.