From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) by sourceware.org (Postfix) with ESMTPS id 521EC3857813 for ; Sat, 5 Sep 2020 15:04:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 521EC3857813 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kegel.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=daniel.r.kegel@gmail.com Received: by mail-ej1-f50.google.com with SMTP id e23so12354509eja.3 for ; Sat, 05 Sep 2020 08:04:11 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=uO9LDnA9u+e97Ix/cTxOX76didQMOQImQWdrpQH1JWg=; b=HAGjCXOv+DvSNqWaTprMdR8fSbTnMdYHIQVcmDAqp/zndyi+KmGlg3HPG0Do96WxkS yo4d2F8IljmBp0buqYTEmzXCOUQj0FxAYD0s8hhJ/y4rrgb/RKKBwP8pWq7Nr++tv41s 4WBtEv94EKTqwguxvEjfklTgk1BnnBV6p51zKm345n0InjaSzDp3g490Jae4n2mC1nro XUVv9XvCyW/Dxs/EJDFxzyS7lnzLf0WMHlSy9X6f89J8aYgZTPx65xZuTAkAAqI3zgEM ZZUoOeW97kxNJbRlUVOtlZHRoGeuKABMU2A23YW3KDHD1RT4bPfedYHwFjnDVdpP9Vy1 UKYg== X-Gm-Message-State: AOAM532rG+6onh2S2SeCHzXM8Au5jvVcBtPmcEdwpwrRBM/bYh92tmxE G/Bhdk8ghhfKcOcvWVDVDyufap/2tlxzZ2yeLhQ= X-Google-Smtp-Source: ABdhPJz/KeqVgBM55VItuIwyqEHAD8seGLuav4XUKPJjGk52nSPCvjFKAJKKC5VR692fofsNnIKPiU8oN3WNBWjxc3o= X-Received: by 2002:a17:906:8543:: with SMTP id h3mr12595549ejy.258.1599318250142; Sat, 05 Sep 2020 08:04:10 -0700 (PDT) MIME-Version: 1.0 References: <20200831201750.74266362@arch.localdomain> <20200903232726.ba28157e5ee86c0dbd76f723@wp.pl> <20200905004946.01f55c07cae44af25f88002e@wp.pl> In-Reply-To: From: Dan Kegel Date: Sat, 5 Sep 2020 08:03:58 -0700 Message-ID: Subject: Re: Question, using gcc, forum. To: Jonathan Wakely Cc: tele , gcc-help X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, URI_DOTEDU autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Sat, 05 Sep 2020 15:04:13 -0000 How about K&R? https://en.m.wikipedia.org/wiki/The_C_Programming_Language That did it for me. You can pick up a used 2nd edition for cheap, I'm sure. Similarly, D&K (sharing one author) is a wonderful introduction to Go. https://www.gopl.io/ - Dan Jonathan Wakely via Gcc-help schrieb am Sa., 5. Sept. 2020, 01:15: > On Fri, 4 Sep 2020 at 23:51, tele via Gcc-help > wrote: > > > > > > I am looking for a "forum" where I can find help in learning programming > c. > > Because the "manual" doesn't look great for me. > > > > > > For example: > > - Where is C manual ? > > https://gcc.gnu.org/onlinedocs/ > > > > Why there ? > > https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html > > Because that's a completely separate project from GCC, it's just that > they both happen to be under the GNU umbrella. > > It seems reasonable to link to the GNU C Manual from the GCC website, > if we don't do so already. > > > > For example: > > https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html > > https://tiswww.case.edu/php/chet/bash/bashref.html > > > > My description for an example of building a bicycle. > > This looks like a description of the components that make up the bike. > > I am especially concerned that the manual shows the gear, but it does > not show if it is part of a larger set and where it is on the bike. > > But maybe I am too stupid or blind because I do not see the tutorial on > how to build a programs. > > > > For me, this is archeology in which I try to deduce something sensible > from the ruins and sand. > > > > That's why I need someone who can help me get through the beginning a > little. > > Especially since the language is constantly evolving. Programming > security too. And maybe someone has some programming advice on my own blog > that I can't find in internet. > > My personal advice: Get a good book. Teaching C programming is not > simple, and expecting to get it for free from a website is optimistic. > If you want quality material, pay for it by supporting an established > author of quality books. > >