Quote:
I wasn't implying VB was hard what I was saying is that it often is the introduction to bad codeing habbits. You basicly said it yourself... 'its easy' & blah blah blah. But I think it rather spoon feeds users alot. As I said before, it can make you lazy at times. Oh and im sorry but I still find that C has more in common with other languages than VB does.
Bad coding habbits come from....well coding badly. You can do things the right way or the wrong way in any language. As for making you lazy VB was intented for RAD (Rapid Application Development) that is, making a working prototype quickly and for this I think it works quite well. If you would like to use C++ to code a GUI for a simple Win32 app go right ahead, you could also try to use COBOL to code a 3D Game engine, I don't give a **** but the fact is you need to use the right tool for the job, and for some jobs, VB is the right tool. And who cares what the language looks like? If you want it to look like C then use C for gods sake.