Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which .NET Language?
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00588521
Message ID:
00591887
Views:
25
>>It's close to C/C++ in syntax; it does not have all the object model options of C++, and doesn't have the inconsistencies of the VB instruction set and syntax. You don't need a lot of operators to create a strong language; everything is in libraries - I don't have to write the code to perform formatted output every time, I just call functions or methods. The same idea as anything else in the .Net architecture - you don't need to know what goes on underneath the cover to program in C#; it's got at least the same degree of power of expressiveness as VB, without the quirks of expression.
>
>What always made C++ hard to me is all the memory management, all the pointers and all that kind of stuff. In C#, one is detached from the tough technical details. One simply deals with objects and methods and properties. That's why C# is pretty straightforward...

I usually built that behavior once and implemented classes, but I agree, if you didn't grow up with linked lists, pointers, heaps and the like, C/C++ can be daunting. As noted, C# is detached from that much like Java.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform