Re: basic function tell an function
Jean-Christophe <[email protected]>
| Newsgroups | gmane.linux.debian.user |
|---|---|
| Message-ID | <fa8c9c0cc90123e9237b745dd619e31ab1784e13.camel@blues-softwares.net> |
$ g++ -std=c++23 test-fonction.cpp -o test-fonction.out $ ./test-fonction.out File created successfully! chocolat chocolat 25ans chocolat a environ 100 bandes-dessinées. 1 $ file my_file.txt my_file.txt: empty On Wed, 2026-08-26 at 15:47 -0400, Dan Ritter wrote: > Jean-Christophe wrote: > > hello, > > > > i try to write an my_files.txt > > > > and see the output on tty > > Please show us: > > - the exact command line you used to compile this program > - all the output of the compilation > - the exact command line you used to run the program > - the exact output, including errors, from that run >