Deutsch   English   Français   Italiano  
<w70ijJCPcZro_xHttwighR8sL50@jntp>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!pasdenom.info!from-devjntp
Message-ID: <w70ijJCPcZro_xHttwighR8sL50@jntp>
JNTP-Route: news2.nemoweb.net
JNTP-DataType: Article
Subject: Re: Application vs programme
References: <9peuuihqasnj59kgbbktptroojt7j0qen3@news.usenet.ovh> <utegr1$6tu$1@rasp.pasdenom.info>
 <cmOvQGF5REYV3lBlwKEB8oUeNYk@jntp> <utelig$f2o$1@rasp.pasdenom.info> <UoX16iuJG3WXSR3s2MOMVxuMDDE@jntp>
 <65fdc6d6$0$7527$426a74cc@news.free.fr> <GyGu1_iL6mlAEt9qC8Tu8GwUeeo@jntp> <65feb539$0$5269$426a74cc@news.free.fr>
 <orWEE-2RseTBnAGT9mHvwEHRUA4@jntp> <ca-20240326153510@ram.dialup.fu-berlin.de>
Newsgroups: fr.sci.jargon
JNTP-HashClient: uM5KtseyC2lET_ATNgpwZJhljkY
JNTP-ThreadID: 9peuuihqasnj59kgbbktptroojt7j0qen3@news.usenet.ovh
JNTP-Uri: http://news2.nemoweb.net/?DataID=w70ijJCPcZro_xHttwighR8sL50@jntp
User-Agent: Nemo/0.999a
JNTP-OriginServer: news2.nemoweb.net
Date: Tue, 26 Mar 24 15:16:59 +0000
Organization: Nemoweb
JNTP-Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0
Injection-Info: news2.nemoweb.net; posting-host="516ee13c1e79fa65aedf115a32aee346f9289ca9"; logging-data="2024-03-26T15:16:59Z/8793133"; posting-account="44@news2.nemoweb.net"; mail-complaints-to="julien.arlandis@gmail.com"
JNTP-ProtocolVersion: 0.21.1
JNTP-Server: PhpNemoServer/0.94.5
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-JNTP-JsonNewsGateway: 0.96
From: pehache <pehache.7@gmail.com>
Bytes: 2283
Lines: 28

Le 26/03/2024 à 15:38, ram@zedat.fu-berlin.de (Stefan Ram) a écrit :
>>Tu compiles ça:
>>====================================
>>#include <iostream>
>>#include <string>
>>
>>int main() {
>>    std::string str = "Hello World!"
>>    cout << str << endl;
>>    return 0;
>>}

Oui j'ai écrit rapidement sans rien vérifier. Pour faire simple:
====================================
#include <iostream>
#include <string> 

using namespace std;

int main() {
    string str = "Hello World!";
    cout << str << endl;
    return 0;
}
====================================

> En fait, dans mon environnement de travail, cela n'a pas ouvert  de fenêtre.

Voilà...