From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by sourceware.org (Postfix) with ESMTPS id 940543858D39 for ; Tue, 5 Oct 2021 07:58:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 940543858D39 Received: by mail-wm1-x333.google.com with SMTP id s24so15600659wmh.4 for ; Tue, 05 Oct 2021 00:58:09 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=PWSrTSl7f5yMALLyDCdvkx7wPg2B0RV5r7cdK56AHbQ=; b=01FkafEsUf7gTZugBItRpHZhfyaSb0b3NvvV3PxWDhZdgxAmaYVujwiGoPQJTGCbO1 oY+Eeg/LgEW/eaVM2LJlToZ3gNynav8ppT8pgn2zCVt+Pucth+httlAfzxEsMYKFrzw/ g5sx9sZJF4d++wEHPbWHpYC+h1hJ6Y6Ep1Don5eMeVZmjVbyHb2y31BQ2PihQBAYGxpS jppwQdNlRabbiqgVCrGmG26OAD02MWJShGA8D1cb/tdM3fykFXuipCKmvO6jEcpMtSOF lhwwfi0llOeJL/gCmaBjiNtRV+AcqxDNp2qE3AFMpD+0yF6oCLeOX3SxBV9OpZilNiOp PmcQ== X-Gm-Message-State: AOAM533V5ZJbYuI76/d0+tcut40zni4Khi7h+QjwXbjDdiwl7wAVtWLD yt/zlS0l1pXvHH1EdOiHAdlopOByROGuj33Gyv8= X-Google-Smtp-Source: ABdhPJxoeEW2LC2lOIOeXxogJ4dpqoBISXmZHS3Ya8hpF5u1yA6/Kq5c+hoFus7YFVpKMibD49SYN5W9uKx0A8tuq5Y= X-Received: by 2002:a05:600c:210f:: with SMTP id u15mr1801350wml.157.1633420688636; Tue, 05 Oct 2021 00:58:08 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Tue, 5 Oct 2021 08:57:57 +0100 Message-ID: Subject: Re: To: Jyothi Pattamshetty Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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 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:58:10 -0000 On Tue, 5 Oct 2021 at 08:39, Jyothi Pattamshetty via Gcc-help wrote: > > 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. This is a problem with how you're using VS Code, it's not caused by GCC.