Re: What are the benefits?

From: Mike Undercofler (michael_at_mlux2.com)
Date: 11/18/04


Date: Thu, 18 Nov 2004 17:15:58 +0000

Richard Seguin wrote:

> I know a couple programming langages that are...well basically scripting
> tck/tk, python ... etc etc... I want to dive into the C++ world but I
> can't figure out what kind of purpose it would serve. The book that I
> bought just seems to play around with variables and classes and tells
> you the do's and don'ts... I really haven't saw an end result. They
> claim that you can link to a gui but the code looks so cryptic that I
> wonder if it is even worth my time...
>
> Any comments?

I think the best thing I've ever read, that dealt with this sort of topic is
at http://www.norvig.com/21-days.html

I just liked the whole idea, and have sort of set it as a personal
goal/guide.

It all comes back to use the tool that best works for the job you plan to
do. No matter what your profession, programmer, electrician, mechanic, etc
etc you are always better off using the tool designed for the job you are
doing, rather than one that "can do it if you...".

Personally, I'm a Millwrite that occasionally needs to make a small app or
minor change in VBA as part of my job. I happen to really enjoy the whole
problem solving thing that comes with making those apps and changes, so
have started learing as much as I can, one language at a time.

Not sure if that gives you any benefits or not. Hope it does.

Mike



Relevant Pages

  • Re: OOs best feature survey results
    ... > your app other than the GUI. ... And, I think GUI's should be defined in meta-data of some sort, ... that would divorce a GUI engine ... > OOP, like I said, I see as more a syntactic than semantic tool, so ...
    (comp.object)
  • Re: MFC vs .NET
    ... I have created 2 versions of my app C# and c++ mfc ... in my time critical functions i used .Net Quick sort and qsort c run tim lib ...
    (microsoft.public.vc.mfc)
  • Re: Windows Error at run-time...
    ... > My problem is that I am not used to pointers and my little app ... > always crashes at run-time...access violation of some sort. ... my app doesn't even create an application window but crashes ...
    (comp.lang.cpp)
  • RE: Auth in a WS over the internet
    ... forms app would probably be best suited for this sort of app, ... The thing with web services is that usually the client is a computer ... (in WSE this means it's implemented as a filter). ... sort of thing as basic auth in WSE is at the client side is create a username ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Saving Listview Selected Item Problems
    ... Some sort of "hack" solution. ... the unique record then create an extra listview column with 0 column width. ... When your app open you use code like the one below to select the last Item ... I retrieve this index and select the item ...
    (microsoft.public.vb.general.discussion)