From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91015 invoked by alias); 13 Apr 2018 21:35:48 -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 90898 invoked by uid 89); 13 Apr 2018 21:35:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:wwwvis, sk:www.vis, H*i:sk:8151899, H*c:alternative X-HELO: mail-qt0-f175.google.com Received: from mail-qt0-f175.google.com (HELO mail-qt0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 13 Apr 2018 21:35:45 +0000 Received: by mail-qt0-f175.google.com with SMTP id l11so306870qtj.10 for ; Fri, 13 Apr 2018 14:35:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=cFhx93Yvo5fUk5V4JGfq1ZxttRmTVYhHjD63WyAPDfA=; b=hWYfnQ9cbfsrkvuqZZVpt+Lj7iF6LZUWiZ+SLvCEp+QwMxj6KbflkUE2nEzYioUXHo XF0fekkBy2UswG3kuiW2jHy+vRKiMRjgfeGfwZIn5smBRK/Emae19ZsS/VCuFVUN1mhe kQqq1JT7b5F7vDsJJ3zrIYnx6HbNYr2L481CO8aq/bBn2wOtIGvZt/SpvXIZXr3D/4Ps 2WLpqY4OD4WIaQxTK4STnuZmjiQsPPTxpudZjv8DwCR3y/yag2SS5k/P/ePJGl2/jvd2 xRACTtafuTER85F5w5mkih9zGrZp4k0qftyntt0iqfT2Zwe+MSf2hQqadeL5cJSypmCU 32Rw== X-Gm-Message-State: ALQs6tCaoUiq3au1upm8cptMqcZ1P+YI5NmS23Wx6IgnyRXXf6I9dkUa vbx49TYRNfjRaC3t1yhK4lydhZSMONCG0wbSDMw= X-Google-Smtp-Source: AIpwx48mauAZQqNcgqVNfNnmwVo0eIEOkWJH9Wc4YM/bo6XKeSOS5PSvjRXUplJsx2dEAGPfGOIKIuWJCAqzkcZI77A= X-Received: by 10.200.18.71 with SMTP id g7mr4972710qtj.35.1523655343438; Fri, 13 Apr 2018 14:35:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.212.148 with HTTP; Fri, 13 Apr 2018 14:35:42 -0700 (PDT) In-Reply-To: <815189974.291369.1523654409630@mail.yahoo.com> References: <815189974.291369.1523654409630.ref@mail.yahoo.com> <815189974.291369.1523654409630@mail.yahoo.com> From: Andrew Bell Date: Fri, 13 Apr 2018 21:35:00 -0000 Message-ID: Subject: Re: C++ Compiler To: Roy Ware Cc: "gcc-help@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00033.txt.bz2 This isn't really the proper forum for this kind of question -- it's for questions regarding the operation of the compiler itself. If you're wanting to learn C++ on Windows 10, you can get a free version of VisualStudio from Microsoft. That might be easiest for you. See: https://www.visualstudio.com/vs/community/ This will take less setup than gcc. If you want to try to use gcc on Windows, you might want to look here: http://www.mingw.org/ On Fri, Apr 13, 2018 at 5:20 PM, 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! > Roy Ware -- Andrew Bell andrew.bell.ia@gmail.com