Vertaling van "en purebasic" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Typiquement (et spécialement en PureBasic) utilisé pour indiquer la fin d'une chaîne. 1
Null-character, typically (and especially in PureBasic) used to indicate the end of the string. 1
Vous pouvez également écrire vos propres petits outils en PureBasic pour effectuer des actions spéciales sur le code source que vous êtes en train d'éditer, afin d'automatiser les tâches récurrentes (ex : réorganisation du code, statistiques, etc...).
The use of this is to make any other program you use while programming easily accessible. You can also write your own little tools in PureBasic that will perform special actions on the source code you are currently viewing to automate common tasks.
En PureBasic, les procédures sont récursives et peuvent donc s'appeler elles-mêmes.
In PureBasic, a recurrence is fully supported for the procedures and any procedure can call it itself.
La déclaration d'une variable en PureBasic se fait en la nommant.
Variables declaration To declare a variable in PureBasic, simply type its name.
Si aucune parenthèse ne correspond (ce qui est une erreur de syntaxe en PureBasic), l'IDE affichera la parenthèse en rouge.
If a matching brace could not be found (which is a syntax error in PureBasic) the IDE will highlight the current brace in red.
Note : A l'inverse du C/C++, en PureBasic l' ' ' fait partie intégrante du nom de la variable.
Note: unlike C/C++, in PureBasic the ' ' is always part of the item name.
Les objets PureBasic Introduction L'objectif de ce chapitre est d'assimiler la création et la manipulation des objets en PureBasic.
Introduction The purpose of this section is to describe the behavior, creation, and handling of objects in PureBasic.
Comme";" marque le début d'un commentaire en PureBasic, ils seront ignorés par le compilateur.
Since";" marks a comment in PB, these will be totally ignored by the compiler.
De fait, cette bibliothèque n'est pas pour les néophytes et il est conseillé d'avoir de solides bases en PureBasic et en programmation en général pour l'utiliser.
Therefore this library is not for beginners, and you need to have some solid basis with PureBasic and programming in general to be able to use this library efficiently.