From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <38437382 DOT 9C577819 AT home DOT com> Subject: Re: Plite of the Newbie, Questions. Lines: 33 Organization: Pin Eight Software X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-Trace: /bV2/6AQh5NFou5yX6Xzg3IJkZxNS+6eSotc9qvutP0Qdu9dDTu/PrWz+GXPAaBo5V/28RsF18Eg!X/3gsN3ZD2krAM/tf7hPWWhiderekOzi5oXYIIXRRiKd62yX4u5O6PlQHcasYg+IZ6uQORry X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 01 Dec 1999 05:10:43 GMT Distribution: world Date: Wed, 01 Dec 1999 05:10:43 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Thomas Lake" wrote in message news:38437382 DOT 9C577819 AT home DOT com... > Hi all. > > I am a newbie to programming so I am sorry if the following sounds a > little cumbersome, hay you all were newbies at one point to. I am just > starting out with programming and I have learned enough with C to do > some simple programs, things like a very simple address book program and > even then usually one with the guide of tutorials. I was wondering how > much C should I lean before I start with beginner C++ books. Teach Yourself C++ in 21 Days recommends not even to learn C first. It mentions some kind of "bad habits." > One of the things I would like to be able to do is move away > from having to use the native DOS environment to display my > programs in. It would be nice if I could create some very simple > GUI's, I mean VERY simple, and not have to rely on the > BASIC /n and /t to position text on the screen. I hope > eventually to be able to program simple games, like Nibbles > from Qbasic, in Allegro or something similar. Need Allegro examples? Try FreePuzzleArena, some of which was ported from my old QBasic games. http://yerricde.tripod.com/binaries/ And Allegro does dialog boxes and forms. Damian Yerrick