Is Visual Basic for Wimps ??? 
Author Message
 Is Visual Basic for Wimps ???

Once I was carried by VC++. We developed multitierapp in VB. So, I was
thinking, what can I do in VC++ to make any possible enhansments. I could not
find any reson to change any part, developed in VB, to VC++.

Quote:
>Well, I don't think VB is for wimps. My case stands as such:

>1. I created a 20 KB multi-threaded web server in one night.
>2. I created an IRC client in a week w/ simple encryption and MDI interface.
>3. I created a MS-DOS emulation package running through Telnet in two nights
>w/
>authenticated login.

>I could go on, but I believe that is enough for now. :)

>-=[ Phreak Reign ]=-


>>I have used VB before(VB 4.0) and now I am coming back to VB 6.0.
>>I am still convincing myself that VB is not for wimps compared to MFC or
>ATL.
>>Does anyone have any  arguements ???
>>Rahul

Dmitri G.



Mon, 06 Aug 2001 03:00:00 GMT  
 Is Visual Basic for Wimps ???


Hello Phreak Reign,

Quote:
> Well, I don't think VB is for wimps. My case stands as such:

> 1. I created a 20 KB multi-threaded web server in one night.
> 2. I created an IRC client in a week w/ simple encryption and MDI
interface.
> 3. I created a MS-DOS emulation package running through Telnet in two
nights w/
> authenticated login.

> I could go on, but I believe that is enough for now. :)

As I see it you have only used the Basic part of the _Visual_ Basic
package.  And most of it is using costly add-on packages.  It's like
stacking Lego.  Apart from (mostly minimal) code-conversion or encryption
that is.

Don't get me wrong.  Try placing several objects onto the screen and try to
manouvre between them with anything else than your mouse & Tab-key and you
will know that VB is all about working around it's limitations.  Example :
all key's will be grabbed by a KeyDown event, _exept_ .... and the .....
when ..... Try to to get the screen-interface to work like _you_ want to is
not _that_ easy anymore :-(

Greetz,
  Rudy Wieser



Tue, 07 Aug 2001 03:00:00 GMT  
 Is Visual Basic for Wimps ???
Anyone who thinks VB is for wimps should take the Microsoft Certification test
for it......that will answer their question.


Thu, 09 Aug 2001 03:00:00 GMT  
 Is Visual Basic for Wimps ???


Hello Scaevola7,

Quote:
> Anyone who thinks VB is for wimps should take the Microsoft Certification
test
> for it......that will answer their question.

The difficulty of a test does not allways reflect the difficulty of the
topics involved.  try to calculate the pahes-shift with one capacitor and
one coil (series or parallel, I don't care :-) if you are not allowed to
use a calculator.  But who the heck does not have _at least_ a calculator
when tackeling problems like these.   Being able to cough-up exact phrases
outof a book (including maybe chapter, page & line :-) makes a test very
hard, without adding real knowledge to the person who kan come up with the
answer ...

Greetz,
  Rudy Wieser



Fri, 10 Aug 2001 03:00:00 GMT  
 Is Visual Basic for Wimps ???
: Anyone who thinks VB is for wimps should take the Microsoft Certification test
: for it......that will answer their question.

These test the ability to memorize, not to program.

I wouldn't say VB is for "wimps," but I would say it is very
frequently misused, sometimes by people who don't know better, but
usually by people who should.

VB is good for prototyping, and for rapidly developing small to
mid-sized Windows apps that don't need to be cross-platform and don't
need to last more than a few years without being actively maintained.

It is *not* good for systems programming (use C or C++), numeric
programming (use fortran), cross-platform programming (use Java, C,
ISO C++, or Tcl/Tk), object-oriented programming (use Eiffel,
Smalltalk, or Java), Web page scripting (use perl, Python, or C), or
high reliability / high availability applications (use Ada for highest
reliability, or very carefully written, debugged, and stress-tested
C++).

Unfortunately, it is often used in all these roles, with usually
miserable results.  I blame primarily the project managers, for making
a poor selection of development tools, but bad coding is often part of
the problem, and Microsoft's insistence that VB is a "general purpose
programming language," which it quite obviously is not, is partly to
blame as well because a lot of otherwise intelligent
decisionmaking-type folks read this kind of {*filter*}in the WSJ or NYT and
believe it.

Joe



Sun, 12 Aug 2001 03:00:00 GMT  
 Is Visual Basic for Wimps ???

Quote:
>VB is good for prototyping, and for rapidly developing small to
>mid-sized Windows apps that don't need to be cross-platform and don't
>need to last more than a few years without being actively maintained.

>It is *not* good for systems programming (use C or C++), numeric
>programming (use Fortran), cross-platform programming (use Java, C,
>ISO C++, or Tcl/Tk), object-oriented programming (use Eiffel,
>Smalltalk, or Java), Web page scripting (use perl, Python, or C), or
>high reliability / high availability applications (use Ada for highest
>reliability, or very carefully written, debugged, and stress-tested
>C++).

Ada?  What applications are written in Ada?  Good for general database
work?

[snip]

Steven



Sun, 12 Aug 2001 03:00:00 GMT  
 Is Visual Basic for Wimps ???

Quote:

>>VB is good for prototyping, and for rapidly developing small to
>>mid-sized Windows apps that don't need to be cross-platform and don't
>>need to last more than a few years without being actively maintained.

        Are you trying to say that VB code wears out over time more
readily than other languages ?  ON WHAT PLANET ?

Paul

Quote:
>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~


My WWW site is at http://www.pobox.com/~pjm, featuring free HVAC software.
The Sci.Engr.Heat-Vent-AC and Alt.HVAC FAQ is at http://www.elitesoft.com/web/sci.hvac/


Sun, 12 Aug 2001 03:00:00 GMT  
 Is Visual Basic for Wimps ???

Quote:
>Every planet on which it is deployed.  (Fortunately, as far as I know,
>that only includes this one.

        His Billness has told me personally that he is working on this
one :-)

Quote:
>  They use much more reliable tools for
>interplanetary applications, which is NOT a slam against VB; most other
>popular languages would not be suitable for such tasks either.)

        Oh, I don't doubt that other OS's and platforms and languages
are more reliable... no shit !..... I'm just pointing out that no code
inherently requires maintainence over time more than any other code -
either the bugs were there to begin with, or they weren't.  The post
to which I responded seemed to suggest that code somehow 'degenerated
over time', which of course does not ocur.  If it's crap, it started
out as crap, it didn't grow up to be {*filter*}:-)

Paul

Quote:
>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~>~~


My WWW site is at http://www.*-*-*.com/ ~pjm, featuring free HVAC software.
The Sci.Engr.Heat-Vent-AC and Alt.HVAC FAQ is at http://www.*-*-*.com/


Sun, 12 Aug 2001 03:00:00 GMT  
 Is Visual Basic for Wimps ???
Some sectors of the military are backing off on their sometimes
ludicrous Ada requirements (not to say that the scenarios you mention
are such cases).


Quote:

>:
>: Ada?  What applications are written in Ada?  Good for general database
>: work?

>Ada is designed for mission-critical and real-time applications.  Its
>largest use by far is by military and defense contractors.  Errors in
>software for nuclear missiles, multibillion dollar bombers, satellite
>controls systems, etc. can't be tolerated.

>More information at http://www.adahome.com.

>Ada seems to be only rarely deployed on the PC platform, which is
>simply not reliable enough for genuinely mission-critical work (where
>lives and/or billions of dollars are at stake).  But the standard
>open-source Ada compiler, which is called GNAT, is available for
>Windows and DOS.  It's a fairly portable language, so it is possible
>to develop Ada software on PCs and then port it to the platform where
>it will actually be deployed.

>Joe

Remove zzz from my email address:

~~~Golf Tip:  Don't pick up a lost ball until it stops rolling~~~o


Home Page - http://www.castlegate.net/personals/kdavis
Standard Disclaimer    (Win95 Tips, sound bites, and more!)



Sun, 12 Aug 2001 03:00:00 GMT  
 Is Visual Basic for Wimps ???
:
: Ada?  What applications are written in Ada?  Good for general database
: work?

Ada is designed for mission-critical and real-time applications.  Its
largest use by far is by military and defense contractors.  Errors in
software for nuclear missiles, multibillion dollar bombers, satellite
controls systems, etc. can't be tolerated.

More information at http://www.adahome.com.

Ada seems to be only rarely deployed on the PC platform, which is
simply not reliable enough for genuinely mission-critical work (where
lives and/or billions of dollars are at stake).  But the standard
open-source Ada compiler, which is called GNAT, is available for
Windows and DOS.  It's a fairly portable language, so it is possible
to develop Ada software on PCs and then port it to the platform where
it will actually be deployed.

Joe



Mon, 13 Aug 2001 03:00:00 GMT  
 
 [ 18 post ]  Go to page: [1] [2]

 Relevant Pages 

1. I am a technical recruiter and I amseeking a Visual Basic programmer who can also

2. I am lokking for a professional who works with visual basic, poerbuilder, and C++

3. do Visual Basic 6.0 and Visual Basic .NET version beta Working Both

4. WIMP Operating System

5. Difference between Visual Basic 6 and Visual Basic.Net

6. Visual basic 4 to Visual basic 6

7. Visual Basic 3.0 to Visual Basic 6.0

8. Visual Basic 5 vs. Visual Basic 6

9. Visual basic programs - connect to a server - Visual Basic 5 Enterprice Edition

10. loading visual basic 3.0 applications in visual basic 5.0

11. Learning Basic - Visual Basic - Visual InterDev

12. Visual Basic 3.0 vs Visual Basic 4.0

 

 
Powered by phpBB® Forum Software