Quote:
Originally posted by Lane
difference between c++ and c#?
c# is pretty much a win.dows specific language and it was developed to be very similar to java. it is fairly new and it is object oriented
c++ can be used on all platforms, except that you might need to change your code for system related stuff. it is both object oriented and procedural
if u're strictly going to work on win.dows, maybe you should stick to c#, as microsoft will keep producing as many tools as they can for that language.
|
thanx... is VB object oriented in the .net suite?