From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by sourceware.org (Postfix) with ESMTPS id 56B133858D3C for ; Tue, 5 Oct 2021 07:38:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 56B133858D3C Received: by mail-lf1-x132.google.com with SMTP id x27so81805273lfa.9 for ; Tue, 05 Oct 2021 00:38:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=pqoBdRL1uEIwv/CjUGpGJFKzuCY0P91MwITFfd0H3a0=; b=O//SrgRUDMFMIOVGRhZZLRShyrVNJBltlO2f8wkslroWLgnGmFM6w5c0oLT/ZcHbOR AVu0AALQl4ETMq3y9PJh+Nr9h3SupABi3wANurMq3QdvHExqKyZqzn6sO802KTfMsqwT Ck9aonjUtXTOPWmy1cGwwbvzQIg/D7+0J7PIDobEyu8buEbRoN/ztvMNRcgVHi+ARHMS 6WCE7sIcHUi/3xWo1NfzRLk+97wMz+/xkYm16DpAaJrlRjbcVpJftClToItfjiRiJiIX GwatSCDlN55rGmJ3VzQ648r6i6nYc5aRCuLibtnvs6xwYpAi1KXn73j60bqvAGpRORUC 1flQ== X-Gm-Message-State: AOAM533RkG03pVjJzNvhfBBoCfTwSLdlasSTov7VfLSxkckHrUGUOFrn n+akz37DH/tMOjofreEleBXFQh1/v/aVf0mrFiHKFggE X-Google-Smtp-Source: ABdhPJzRYeqtyxc7xFK1IzBOtP4NkiQEFJDUMBIUiyIazhqeBW0XfDPlVq11AmaIi1lUcVU9UNNFyaRXYxokiiIF7xw= X-Received: by 2002:a2e:80c6:: with SMTP id r6mr20463757ljg.58.1633419517581; Tue, 05 Oct 2021 00:38:37 -0700 (PDT) MIME-Version: 1.0 From: Jyothi Pattamshetty Date: Tue, 5 Oct 2021 13:08:25 +0530 Message-ID: Subject: To: gcc-help@gcc.gnu.org X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_05, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_BLANKSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2021 07:38:42 -0000 Hello! I have installed vs code and gcc mingw in my pc . I have no problem in my first code in c++ program which is hello world. But in 2nd code which is data types ,it's showing error - no such file or directory,fatal error no input files. Pls sort this out . I will very thankful