Visual BASIC or Visual C++ 
Author Message
 Visual BASIC or Visual C++


DS> Thank you once again for your subroutine, well I figured may be
  > this version of TB does not supports SADD()...

You mean it didn't work?    =(

DS> just curious how did you learn so much about programming......
  > (Born natural.. I guess!).

Well I taught myself mostly but I don't think I was a born programmer.
As a matter of fact I went after a programming job with my local city
council only last month and, guess what?  I failed the aptitude test!

DS>                 ... Right now, I am writing an engineering program,
  > a building structural design program though I know very well that on
  > the market there tons of such softwares, it is really a big challenge
  > if I can write a program similiar to theirs.

DS> I need your advice badly, is it better to use C++ or VB to write the
  > program?  I am quite well versed with the ancient TB but completely
  > new to VB and C++, I need to do a lot graphics and make the program
  > very user friendly, my program should be able to analysis and design
  > the whole building structural members by very minimial entry of data.
  > If I could finish this program than my work load would be lighten
  > drastically.

Well it really depends upon how much time you're prepared to spend on
your programming. If you've a deadline to meet then VisualBASIC is your
best bet, especially as you already know TurboBASIC (although I should
warn you that there are many differences between the two). VisualBASIC
programs are a lot easier to write and maintain than C++ ones and the
learning curve is much shorter.

On the other hand C++ is a lot more powerful than VB and it allows you
to write much more versatile and sophisticated programs. The way I see
it is that VB protects you from the environment too much and limits the
things that you can do, while C++ allows you almost complete control
of the computer. Added to that C++ programs tend to be smaller and
faster than VB ones and don't need that dratted VBRUN module.

A lot of people will curse me, I know, but, If it were me, I'd plump
for C++ every time. I do, in fact, tend to use Visual C++ for any
Windows programming I need to do.

+------------------------+-----------------------------------------------+
|     _/_/_/_/  _/_/_/_/ | Christy Gemmell, Singular Software            |
|    _/        _/        | 11 Abingdon Road, Leicester LE2 1HA, England. |


| _/_/_/_/  _/_/_/_/     | Phone: +44-0116-254-7681                      |
+------------------------+-----------------------------------------------+

 * 1st 2.00o #323 * C++?  Sounds like my school grades!



Tue, 06 Jan 1998 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. need some basic information on visual basic and visual c++

2. need some basic information on visual basic and visual c++

3. Visual Basic Vs. Visual C++

4. Database Application : Visual Basic or Visual C++ ??

5. VISUAL BASIC AND VISUAL C++ WHAT THE BIG DIFFERENCE

6. compare PowerBuilder, Visual Basic and Visual C++.

7. Visual BASIC to Visual C++ TRANSLATOR

8. visual basic vs visual C++ (performance)

9. Visual Basic versus Visual C++

10. Visual Basic VS Visual C++ for project

11. visual basic vs visual c++

12. Visual Basic and Visual C++

 

 
Powered by phpBB® Forum Software