home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++,bnr.lang.c++
- Path: sparky!uunet!uchdcc!gschwarz
- From: gschwarz@dcc.uchile.cl (Guillermo Schwarz Utrup (Coto))
- Subject: Re: Criticisms wanted
- Sender: usenet@dcc.uchile.cl (Network News)
- Message-ID: <1992Nov05.152019.18488@dcc.uchile.cl>
- Date: Thu, 05 Nov 1992 15:20:19 GMT
- References: <1d87ooINN10l@bHARs12c.bnr.co.uk>
- Organization: Universidad de Chile, Depto. de Ciencias de la Computacion
- X-Newsreader: TIN [version 1.1 PL6]
- Lines: 18
-
- D.S.Riches (dsr@bnr.co.uk) wrote:
- : I'd like to know about other issues such as; is C++ easier to test than
- : C, is it possible to determine which object is invoked before another
- : object and so on.
-
- Each module (I mean each Class) is easier to test because it clearly
- performs a task and it can be tested by any program only by declaring
- an instance of that class. If the class works, the problem is not there.
- If all classes works, there is no problem :-)
-
- That's theory, no software really works (refer to Murphy's laws), but
- it seems to work more times than C modules do.
-
- Besides, with a C++ debugger you can realize which method call which class.
- If you don't have one C++ debugger forget it, buy one first.
-
- Hope it helps.
-