From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89806 invoked by alias); 13 Apr 2018 21:35:39 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 89793 invoked by uid 89); 13 Apr 2018 21:35:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Marc, marc, Hx-languages-length:844, H*i:sk:8151899 X-HELO: mail3-relais-sop.national.inria.fr Received: from mail3-relais-sop.national.inria.fr (HELO mail3-relais-sop.national.inria.fr) (192.134.164.104) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 13 Apr 2018 21:35:36 +0000 Received: from ip-22.net-89-2-189.rev.numericable.fr (HELO stedding) ([89.2.189.22]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Apr 2018 23:35:33 +0200 Date: Fri, 13 Apr 2018 21:35:00 -0000 From: Marc Glisse Reply-To: "gcc-help@gcc.gnu.org" To: Roy Ware cc: "gcc-help@gcc.gnu.org" Subject: Re: C++ Compiler In-Reply-To: <815189974.291369.1523654409630@mail.yahoo.com> Message-ID: References: <815189974.291369.1523654409630.ref@mail.yahoo.com> <815189974.291369.1523654409630@mail.yahoo.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT X-SW-Source: 2018-04/txt/msg00032.txt.bz2 On Fri, 13 Apr 2018, Roy Ware via gcc-help wrote: > I am a mainframe programmer wanting to learn C++.  I downloaded CodeBlock and need a compiler to make it work.  All searches keep coming back to you and even after studying and trying your site for 3 hours, I cannot figure out how to get a compiler. > I'n on a Windows 10 PC and need a C++ 14 or 17 (17 would be better) compiler.  DO you have a link directly t the download and simple instructions on how to install it?  Remember - a mainframe programmer with very limited PC development! Hello, if you take a closer look at the codeblocks download webpage, it offers 2 versions of the download, with or without a compiler... If you want to install the compiler separately (probably a bit more complicated), head over to https://mingw-w64.org/doku.php . -- Marc Glisse