From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 10 18:12:25 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0248F16A4CE for ; Thu, 10 Mar 2005 18:12:25 +0000 (GMT) Received: from titan.whee.org (titan.whee.org [207.195.206.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B13143D55 for ; Thu, 10 Mar 2005 18:12:24 +0000 (GMT) (envelope-from adam@whee.org) Received: from titan.whee.org (localhost [127.0.0.1]) by titan.whee.org (8.12.9/8.12.9) with ESMTP id j2AHwqqb006970; Thu, 10 Mar 2005 11:58:52 -0600 (CST) Received: from localhost (adam@localhost) by titan.whee.org (8.12.9/8.12.9/Submit) with ESMTP id j2AHwqLA006967; Thu, 10 Mar 2005 11:58:52 -0600 (CST) X-Authentication-Warning: titan.whee.org: adam owned process doing -bs Date: Thu, 10 Mar 2005 11:58:52 -0600 (CST) From: Adam Maloney X-X-Sender: adam@titan To: "H. S." In-Reply-To: <61969.81.84.174.5.1110478195.squirrel@mail.revolutionsp.com> Message-ID: References: <61969.81.84.174.5.1110478195.squirrel@mail.revolutionsp.com> X-GPG-FINGERPRINT: E39B 8D34 5F0A EA2E 4CCA 5B1D 8D55 7C25 0061 10AF X-GPG-PUBLIC_KEY: http://www.whee.org/~adam/adam-whee-org-pubkey.asc MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-hackers@freebsd.org Subject: Re: basic programming questions X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 18:12:25 -0000 On Thu, 10 Mar 2005, H. S. wrote: > Hey, > > Sorry if this is a little offtopic, but I need some basic help with C. > > I'm not a programmer, but I need to get something done in C for a project. > I need to do a console application, and as I've got some free time, I'd > like to add bold sentences and characters with other colors (ie blue, red, > etc), to make it prettier. > > As my C skills go as far as declaring variables, making loops, and knowing > my way around pointers, I really do not know where to start looking for > the header file including these functions! I also need a function to clear > the screen (in order to re-draw it). > > Could anyone point me to the right header files, and perhaps suggest some > programs that use these functions so I can have something to start with? curses!