Thread: Visual C++ 6.0 Development

  1. #1
    Developer
    Guest

    Arrow Visual C++ 6.0 Development

    Hi,

    Is Visual C++ 6 the best development environment for building commercial software?

    Is VB.NET just as powerful as C++?

    I am very confused right now.

    I have been studying VB for the last three years. And the problem is I have stopped learning any further because I just dont know what langauge to go into. I want a real technical career.

    Is C++ really the best language for commercial software development or are languages like VB and VB.NET ok.

    I really want to move into designing proper applications like IDE's and applications for the telecommunication industry.

    If I learn C++ and Visual C++/MFC/ATL etc etc fully, will I surely be in for a good time in the software development industry?

    Please provide some helpful comments. Thank you very much.
    Visual Developer

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    57
    You can make excellent comercial software with msvc++
    in fact if you are looking for rapid aplication development its also very good
    alot of people would diss msvc for alot of reasons:

    1. They have kwams with the big "M"(microsoft).
    2. They refuse to take suposed shortcuts because they are hardcore and like doing their own API
    3.They are looking do wide cross platform support(like to go with lots of different operating systems).

    if these reasons apply to you then dont use it

    but... if you wanna start pumping out software for windows really fast then i would give it a try.

    btw ... if you are looking to do databases i would recomend
    Borland C++ Builder (also very rapid aplicacation development as well as nice comercial look)

    take it easy
    =@-OmegatronO-@=

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    241
    I would suggest VC++ over borland C++ builder due to the fact that it is almost it's own language and it is etremely hard to find answers to problems that you may have because it is not actually used in the business world

  4. #4
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Due to some serious shortcommings of Borland Builder, VC is widely used in the business world. Learning one language only will not be enough. I suggest learning a mix. You should have a look into C++, C#, VB and Java. All have similarities, and if you know one fully, you know the others, too. Different syntax, same methods.
    My personal prediction is that C# will take a large share of the VB and C++ market, as it's VB's RAD power coupled with C++'s pure force.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM