ewilcox
Active member
- Messages
- 134
- Likes
- 2
all sound advice. i would agree with mactheknife that in the long run decoupling the business and front ends saves oddles of time further down the line
i'm no java expert but i'd avoid it like the plague. the few apps i've seen using it are slow and unresponsive.
if you are building a serious app then I would say C++ is the way to go. agreed steep learning curve but once you know your way around the compiler you can do some really great stuff which is difficult in VB etc and basically you can't beat it for performance if coded properly.
for quicker work however I would definitely look at C#. Its like programming with lego. using the vc.net environment is initally like being swamped with menus but once you've worked your way around its as close to point and click programming as you are going to get. couldn't really comment on the performance of c# tho as i've never written any serious apps in it.
all in my opinion only!
e.
i'm no java expert but i'd avoid it like the plague. the few apps i've seen using it are slow and unresponsive.
if you are building a serious app then I would say C++ is the way to go. agreed steep learning curve but once you know your way around the compiler you can do some really great stuff which is difficult in VB etc and basically you can't beat it for performance if coded properly.
for quicker work however I would definitely look at C#. Its like programming with lego. using the vc.net environment is initally like being swamped with menus but once you've worked your way around its as close to point and click programming as you are going to get. couldn't really comment on the performance of c# tho as i've never written any serious apps in it.
all in my opinion only!
e.