From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fgw20-4.mail.saunalahti.fi (fgw20-4.mail.saunalahti.fi [62.142.5.107]) by sourceware.org (Postfix) with ESMTPS id 139B93987936 for ; Sat, 5 Sep 2020 07:31:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 139B93987936 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=wippies.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kai.ruottu@wippies.com Received: from [10.0.0.14] (mobile-access-5d6a5d-213.dhcp.inet.fi [93.106.93.213]) by fgw20.mail.saunalahti.fi (Halon) with ESMTPSA id d6de7422-ef49-11ea-ba22-005056bd6ce9; Sat, 05 Sep 2020 10:31:41 +0300 (EEST) Subject: Re: Question, using gcc, forum. To: tele , gcc-help@gcc.gnu.org References: <20200831201750.74266362@arch.localdomain> <20200903232726.ba28157e5ee86c0dbd76f723@wp.pl> <20200905004946.01f55c07cae44af25f88002e@wp.pl> From: Kai Ruottu Message-ID: Date: Sat, 5 Sep 2020 10:31:40 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200905004946.01f55c07cae44af25f88002e@wp.pl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Sat, 05 Sep 2020 07:31:47 -0000 tele via Gcc-help kirjoitti 5.9.2020 klo 1.49: > 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 There have been downloadable tutorials for GNU software like : https://www.it.uc3m.es/pbasanta/asng/course_notes/ctut.pdf Googling with "Programming with GNU C"  gave this quite easily. Then there have been O'Reilly books like : https://www.amazon.com/Programming-GNU-Software-Nutshell-Handbooks/dp/1565921127 and : https://www.amazon.com/Programming-Embedded-Systems-C/dp/1565923545 Not that expensive and probably many public libraries have them for free borrow. I myself have these in my bookshelf. Generally learning to program with free C compilers isn't limited to GNU C, for Windoze there are others like : https://borland-c.software.informer.com/5.5/ Once being sold and I myself learned C with "Borland Turbo C" for MS-DOS, a less than $100 compiler.  Borland used to have quite good manuals in PDF. For UNIX/Linux there are books like : https://www.amazon.com/Advanced-Programming-UNIX-Environment-3rd/dp/0321637739 General learning material for C like : https://ece.uwaterloo.ca/~dwharder/icsrts/C/ Other links : https://en.wikipedia.org/wiki/Watcom_C/C%2B%2B http://openwatcom.org/