home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20337 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.1 KB

  1. Path: sparky!uunet!ukma!darwin.sura.net!newsserver.jvnc.net!badboy.protocol.zycad.com!dsallard
  2. From: dsallard@protocol.zycad.com (Dave Sallard - Protocol/Zycad)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Learning c++
  5. Date: 28 Jan 1993 17:43:53 -0500
  6. Organization: Protocol A Division of Zycad Corp
  7. Lines: 32
  8. Sender: dsallard@badboy.protocol.zycad.com
  9. Distribution: world
  10. Message-ID: <1k9nj9INN1hm@badboy.protocol.zycad.com>
  11. References: <1993Jan19.233110.2873@ringer.cs.utsa.edu> <00966E60.98255E60@Msu.oscs.montana.edu>
  12. NNTP-Posting-Host: badboy.protocol.zycad.com
  13.  
  14.  
  15. In article <00966E60.98255E60@Msu.oscs.montana.edu>, gjb7307@Msu.oscs.montana.edu writes:
  16. |> In article <1993Jan19.233110.2873@ringer.cs.utsa.edu>, pnarsipu@ringer.cs.utsa.edu (Praasad Y. Narsipur) writes:
  17. |> >I want to C++ language. I`m a moderate C programmer.
  18. |> >Suggest me book so that i can learn C++ programming.
  19. |> >Some say that if he is a good programmer in C, then it is difficult
  20. |> >to learn C++(rather shift over to C++)Is that true. Also tell me the
  21. |> 
  22. |>  not exactly, i think what you have heard is that it is difficult to
  23. |>  go from structured programming to object-oriented programming simply
  24. |>  because we try to impose limitations and look at future problems when
  25. |>  we should be focusing on the NOW.  The limitations and future problems
  26. |>  usually turn out not to exist.
  27. |> 
  28. |> >difference between Borland C++ and Turbo C++. I'm confused by this.
  29. |> 
  30. |>  _Currently_, Borland C++ is the DOS environment, whereas Turbo C++ is
  31. |>  the Windows environment.
  32. |> 
  33.  
  34. Actually, if I have it correct, Borland C++ is a larger version of the C++ implementation which include
  35. a lot of additional material in terms of manuals and example code.  I believe it
  36. also includes the Turbo Assembler and Debugger setups as well.  The Turbo C++ only
  37. includes the IDE (Integrated Development Environment).  Both can be had for the
  38. DOS environment or the Windows environment.
  39.  
  40. I have the Borland C++ with application development (Retail $795, upgrade $199, --
  41. I couldn't resist!)
  42.  
  43. |> >Please let me know about this. Thanks in advance.
  44. |> 
  45. |> 
  46.