home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9202 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  2.0 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!jas37876
  2. From: jas37876@uxa.cso.uiuc.edu (John A. Slagel)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: C++ vs Quick BASIC : HELP NEEDED
  5. Message-ID: <BuBvAu.FAn@news.cso.uiuc.edu>
  6. Date: 9 Sep 92 20:23:17 GMT
  7. References: <9209091743.AA01566@pms035.pms.ford.com>
  8. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  9. Organization: University of Illinois at Urbana
  10. Lines: 30
  11.  
  12. chad@quality.ta.ford.com (Chad Childers) writes:
  13.  
  14. >>I was wonding what the 'pros and cons' are with Microsoft Quick BASIC and
  15. >>C++ (Borland). I need to buy a language I can use to create a flexible
  16. >>string based data base (as well as for general programming). I can only buy
  17. >>one and would like to know what would best suit my needs.
  18.  
  19.     I used to swear by Basic 7.1 -- It handled strings effortlessly,
  20.     *NO* developement environment is easier to use, it compiles faster
  21.     than C in the environment, Press F2 and a list of subroutines in
  22.     the program comes up, you pick the one you want, so you don't
  23.     have to scroll through code.
  24.  
  25.     But-- There is no question that C makes faster code. I had some
  26.     numeric calculation routines that I wrote in Basic and C and the
  27.     C version ran up to 5 times faster.
  28.  
  29.     Another problem-- Once your application gets big, you start running
  30.     out of memory, even if you use the overlays in Basic. So, if you don't
  31.     plan on it getting too big, and developement time is more important than
  32.     speed, then I would recommend Basic. 
  33.  
  34.     Another plus-- Basic 7.1 has built in ISAM support that is a very fast
  35.     database manager, which works very nice inside of Basic.
  36.  
  37. -- 
  38. ------------------------------------------------------------------------
  39.  John A. Slagel     "My old man used to tell me, before he left this
  40.  j-slagel1@uiuc.edu  shitty world, never chase buses or women- you
  41.                      always get left behind." -The Marlboro Man
  42.