Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > fr.comp.sys.mac.programmation > #1713
| From | Jean-Pierre Kuypers <Kuypers@address.invalid> |
|---|---|
| Newsgroups | fr.comp.sys.mac.programmation |
| Subject | Re: Coup de main C++ pour ma fille |
| Date | 2018-12-09 11:57 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <091220181157087125%Kuypers@address.invalid> (permalink) |
| References | <1nzima6.94o17s1xmd3buN%benoit@com.invalid> <5c0cc378$0$15188$426a74cc@news.free.fr> |
In article (Dans l'article) <5c0cc378$0$15188$426a74cc@news.free.fr>,
Patrick <patrick@nowhere.invalid> wrote (écrivait) :
> Xcode est fait pour ta fille ! Mais attention, c'est du lourd...
Lourd, et pas un peu !
Personnellement - et chacun a évidemment SES préférences - je
proposerais perl, déjà installé dans macOS.
Un (petit) programme fait avec BBedit par exemple :
-----
#!/usr/bin/perl
print "Hello, World!\n";
-----
lancé à partir du Terminal avec la commande :
perl chemin_d'accès_au_fichier
permet de voir s'afficher la phrase mythique :
Hello, World!
Peut-être un jour pourra-t-elle s'attaquer à des considérations du
genre :
$filename =~ s/[^a-zA-Z0-9_.-]//og;
--
Jean-Pierre Kuypers
Back to fr.comp.sys.mac.programmation | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Coup de main C++ pour ma fille benoit@com.invalid (Benoit) - 2018-12-09 00:20 +0100
Re: Coup de main C++ pour ma fille Patrick <patrick@nowhere.invalid> - 2018-12-09 08:25 +0100
Re: Coup de main C++ pour ma fille benoit@com.invalid (Benoit) - 2018-12-09 11:49 +0100
Re: Coup de main C++ pour ma fille Patrick <patrick@nowhere.invalid> - 2018-12-09 13:07 +0100
Re: Coup de main C++ pour ma fille Patrick <patrick@nowhere.invalid> - 2018-12-09 13:13 +0100
Re: Coup de main C++ pour ma fille quark67@free.fr (quark67) - 2018-12-09 21:34 +0100
Re: Coup de main C++ pour ma fille benoit@com.invalid (Benoit) - 2018-12-09 21:37 +0100
Re: Coup de main C++ pour ma fille quark67@free.fr (quark67) - 2018-12-09 21:54 +0100
Re: Coup de main C++ pour ma fille cgallais@alussinan.org (Christian) - 2018-12-14 05:59 +0100
Re: Coup de main C++ pour ma fille benoit@com.invalid (Benoit) - 2018-12-14 16:00 +0100
Re: Coup de main C++ pour ma fille Patrick <patrick@nowhere.invalid> - 2018-12-10 08:31 +0100
Re: Coup de main C++ pour ma fille Julien Salort <listes@salort.eu> - 2018-12-10 09:18 +0100
Re: Coup de main C++ pour ma fille benoit@com.invalid (Benoit) - 2018-12-10 18:34 +0100
Re: Coup de main C++ pour ma fille Jean-Pierre Kuypers <Kuypers@address.invalid> - 2018-12-09 11:57 +0100
Re: Coup de main C++ pour ma fille Patrick <patrick@nowhere.invalid> - 2018-12-09 13:23 +0100
Re: Coup de main C++ pour ma fille benoit@com.invalid (Benoit) - 2018-12-09 18:19 +0100
Re: Coup de main C++ pour ma fille Patrick <patrick@nowhere.invalid> - 2018-12-09 18:34 +0100
Re: Coup de main C++ pour ma fille benoit@com.invalid (Benoit) - 2018-12-09 19:34 +0100
csiph-web