| maison  | Hardware  | réseaux  | programmation  | Logiciel  | Dépannage  | systèmes |  
programmation  
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Programmation Java

  • Programmation JavaScript

  • PHP /MySQL Programmation

  • programmation Perl

  • Programmation Python

  • Ruby Programming

  • Visual Basics programmation
  •  
    Connaissances Informatiques >> programmation >> Computer Programming Languages >> Content
    Bonjour Tutoriel Monde
    Bonjour tout le monde est un programme simple qui peut être écrit dans n'importe quel langage de programmation. Il affiche "Bonjour le monde ! " sur le dispositif de sortie relié à l'ordinateur sur lequel il est exécuté. Bonjour tout le monde est généralement la première programmeurs écrivent exercice lors de l'apprentissage d'une nouvelle langue . Bonjour tout le monde en Java

    pour commencer à programmer en Java , téléchargez le kit de développement Java SE 6 ( JDK6 ) . Installez le kit en suivant les instructions fournies avec le téléchargement. Ouvrez votre éditeur de texte favori tel que Notepad ou un alternative.First , vous pourrez compiler un fichier source . Tapez le code suivant dans votre éditeur de texte :/*** La classe HelloWorldApp met en œuvre une application qui * affiche simplement " Bonjour tout le monde ! " sur la sortie standard * /class HelloWorldApp { public static void main ( String [] args) {System.out.println (" Bonjour tout le monde ! "); . //Affiche la chaîne .}} Assurez-vous que vous n'avez pas fait d'erreur . Le code doit être entré exactement comme vous le voyez ici . Ce code est sensible à la casse . Enregistrez le code comme " HelloWorldApp.java " en procédant comme suit : . 1) Dans le Bloc-notes , cliquez sur "Fichier " puis " Enregistrer sous". 2) Indiquez un répertoire comme un dossier nommé "Java" sur votre disque dur ou . C : \\. .3 ) Garder le type de fichier txt.4 ) Assurez-vous que l'encodage est ANSI.5 ) Cliquez sur Fermer Bloc-notes. . . "Enregistrer". . Prenez une invite de commandes. Il ya quelques façons dont vous pouvez faire cela. Cliquez sur "Démarrer " puis cliquez sur "Command Prompt" dans le menu Démarrer. Dans Vista , cliquez sur " Démarrer" et tapez "cmd" dans le champ de recherche. L' invite de commande est également appelée Shell dans la programmation. La fenêtre de shell va montrer votre répertoire courant. Changez ce répertoire dans le dossier où vous avez enregistré votre fichier java . Dans notre exemple, ce serait: cd C: fenêtre \\ javaThe shell aura alors changer de répertoire et afficher le suivant: C: \\ java > Tapez " dir" et appuyez sur "Entrée" pour afficher votre fichier source. Compiler le fichier source en tapant la commande suivante : HelloWorldApp.javaPress javac "Entrée". Vous avez compilé un fichier bytecode appelé HelloWorldApp.class . Vous pouvez afficher le fichier en tapant "dir" de nouveau à l'invite de commande . Vous êtes maintenant prêt à exécuter votre program.Run votre programme en tapant la commande suivante à l'invite de commande : programme HelloWorldAppYour java affiche " Bonjour le monde!" à l'écran et que votre programme est une réussite.
    Bonjour tout le monde en PHP

    Pour écrire un programme Bonjour tout le monde simplement en PHP, vous aurez besoin de PHP Web compatible hébergement pour que vous pouvez télécharger votre page. Ouvrez votre éditeur de texte et tapez la commande suivante : My First PHP Page < /title> < /head> <body> < ? Phpecho "Bonjour le monde"; > ; </body> </html> Assurez-vous que vous tapez tout exactement comme il apparaît ici . C'est PHP intégré dans un document HTML . Bien que ce soit très simple, il est compatible avec les standards du web. Enregistrez le fichier en cliquant sur " Enregistrer sous ", tapez " index.php " et cliquez sur "Enregistrer". <br> <p> Télécharger la page sur votre espace web PHP activé . Utilisez un navigateur Web comme Internet Explorer ou Firefox pour accéder à votre page. La page affiche "Bonjour le monde ! " <br> Bonjour tout le monde en C <br> <p> pour commencer à programmer en C , télécharger le Borland C + + compiler à partir de http://www.borland.com /cbuilder /cppcomp . Installez le compilateur. Vous devez ajouter "C: \\ Borland \\ Bcc55 \\ Bin " à votre chemin . Pour ce faire , cliquez sur " Démarrer", " Panneau de configuration" et double-cliquez sur "Système". Cliquez sur l'onglet "Avancé" ou " Paramètres système avancés " si vous utilisez Vista. Cliquez sur " Variables d'environnement ". Sélectionnez " Path" et cliquez sur " Modifier". Ajouter "C: \\ Borland \\ Bcc55 \\ Bin " à " Valeur de la variable " dans le dialogue . Cliquez sur " OK " pour fermer chaque boîte de dialogue box.Open votre éditeur de texte. Tapez les lignes suivantes de texte exactement comme ils apparaissent : -I "C: \\ Borland \\ Bcc55 \\ include " -L " C: \\ Borland \\ Bcc55 \\ lib " Enregistrer le fichier sous " Bcc32.cfg " pour le nouveau chemin que vous venez créé: C: \\ Borland \\ Bcc55 \\ Bin.Now vous êtes prêt à commencer votre programme. Ouvrez un éditeur de texte et tapez la commande suivante : # include <stdio.h> int main () {printf (" Bonjour tout le monde \\ n") ; return 0; } Assurez-vous que vous entrez le code exactement comme il apparaît ici . Enregistrez le fichier sous " hello.c " et sélectionnez "Tous les fichiers " comme type de fichier. Cliquez sur " Enregistrer". Enregistrez-le dans un répertoire sur votre lecteur C: \\ comme C: \\ helloworld.Open l'invite de commande . Cliquez sur " Démarrer" et sélectionner "Command Prompt" ou cliquez sur "Exécuter " et tapez " cmd ". Si vous utilisez Vista , cliquez sur " Démarrer" et tapez "cmd" directement dans la boîte de recherche . Appuyez sur "Entrée". Changez le répertoire de celui que vous venez de créer en tapant la commande suivante dans l'invite de commande : cd C: \\ helloworldThe Invite de commandes affiche le nouveau répertoire : C: \\ helloworld > Type " hello.c " pour exécuter le programme. " Bonjour tout le monde ! " sera affiché dans la fenêtre d'invite . <br> <br> <div class=ad2><script language='javascript' src='/ad/201310/4.js'></script></div> </div> </td> </tr> </table> <table width="95%" height="1" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#DEE7EE"> <tr> <td></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="91%" height="52" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="51%"><p>Previous : <a class='LinkPrevArticle' href='/programmation/computer-programming-languages/88776.html' >Comment Saisissez les caractères chinois sur votre clavier US </a></li></p></td> </tr> <tr> <td width="49%"> next : <a class='LinkNextArticle' href='/programmation/computer-programming-languages/88778.html' >Tutoriel URL HTML </a></li></td> </tr> </table></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="770" height="246" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="375" height="246" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm"> articles connexes </td> </tr> </table> <table width="95%" height="209" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="201"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/86518.html" title="Comment faire un menu dans Matlab " target="_self">Comment faire un menu dans Matlab </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87606.html" title="Comment appeler le shell Borne D'un C- Shell " target="_self">Comment appeler le shell Borne D'un C- Shell </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/88116.html" title="Comment écrire des programmes avec Virtual Pascal " target="_self">Comment écrire des programmes avec Virtual Pascal </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87381.html" title="Comment supprimer les fichiers à l'aide de T- SQL " target="_self">Comment supprimer les fichiers à l'aide de T- SQL </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/88679.html" title="Description de l'emploi pour un programmeur CMM " target="_self">Description de l'emploi pour un programmeur CMM </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/86976.html" title="Comment faire pour convertir une image en binaire et binaire à cordes " target="_self">Comment faire pour convertir une image en binaire et bi…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/88689.html" title="Comment compter en binaire pour les débutants " target="_self">Comment compter en binaire pour les débutants </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/88062.html" title="Comment faire pour modifier le dossier partagé dans 3ami " target="_self">Comment faire pour modifier le dossier partagé dans 3a…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/88895.html" title="Comment ajouter une bannière aide HTML Programmation " target="_self">Comment ajouter une bannière aide HTML Programmation </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87230.html" title="DataColumn Types " target="_self">DataColumn Types </a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> <td width="20" valign="top"></td> <td width="375" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm">articles en vedette </td> </tr> </table> <table width="95%" height="207" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="199"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/visual-basics-programming/95723.html" title="Comment faire pour utiliser un service Web pour afficher des données sur Visual Basic Net " target="_self">Comment faire pour utiliser un service Web pour affiche…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/visual-basics-programming/94390.html" title="Comment faire pour convertir Visual Basic pour Floating Point " target="_self">Comment faire pour convertir Visual Basic pour Floating…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/88513.html" title="Comment démonter Hex " target="_self">Comment démonter Hex </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/cc-programming/85894.html" title="Comment détecter un événement avec WIA Wait " target="_self">Comment détecter un événement avec WIA Wait </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/javascript-programming/90907.html" title="Comment faire pour masquer la liste déroulante en JavaScript " target="_self">Comment faire pour masquer la liste déroulante en Java…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/python-programming/93605.html" title="Comment lire les images dans un dossier sur Python " target="_self">Comment lire les images dans un dossier sur Python </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/visual-basics-programming/94812.html" title="Comment utiliser VB Logic Pour réorganiser une liste " target="_self">Comment utiliser VB Logic Pour réorganiser une liste </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/86775.html" title="Usages du codage Constant " target="_self">Usages du codage Constant </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87554.html" title="Comment tuer une demande en ColdFusion " target="_self">Comment tuer une demande en ColdFusion </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/python-programming/93785.html" title="Comment écrire un script Python qui peut lire l'utilisation du processeur sur Windows " target="_self">Comment écrire un script Python qui peut lire l'utilis…</a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table> <table width="980" height="8" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table border=0 cellSpacing=0 cellPadding=0 width=980 bgColor=#36506e height=90> <tr> <td class=bs height=90 align=middle>Copyright © Connaissances Informatiques http://fr.wingwit.com <script language='javascript' src='/ad/201310/1.js'></script></td> </tr> </table> </div> </body> </html>