CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Threaded View

  1. #7
    Join Date
    Mar 2009
    Posts
    48

    Re: Choosing the right STL structure

    Paul very well stated and hopefully you won't mind if I use your words on my colleagues.

    "You don't need to use any object-oriented programming in C++. There are other paradigms"

    This I think is interesting. I have heard C programmers inferring OO is a must but from what I see I could well write any C program in C++ with little alteration.

    In defence of the C programmers I know they rarely if ever write a C prog from scratch. Code reusability in our field is the way. That said as automation testers we see a lot of test environments that differ little from one to another. Especially in terms of network protocols, the thing we script and reproduce. It is largely a matter of find a test driver that is similar and if necessary make some minor changes.


    Well many thanks Paul and et al. I'll let you know if I win the day.
    Last edited by nigelhoath; March 10th, 2009 at 01:23 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured