View Single Post
Old 13-05-2007, 01:03 PM   #12 (permalink)
Zeeshan Quireshi
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: File handling using GCC/G++

Quote:
Originally Posted by kaustav_geek
C# in Linux ? Is it not proprietary too ? In case it isn't.. I don't think Linux has inherent support for C# , right ?

A side question.... How strong is Python when compared to C++ or C# ?? Give a neutral opinion over it.........
Python is a scripting language and is not meant for heavy duty System Software development ,

whereas C++/C# are for system level application development .
although C# is a lot easier and as powerful as c++ .

python , Perl , etc r very useful when you wanna do simple tasks n automation like extracting links from web-page , or designing phone-cook kinda software .

also C++/C# give much more performance as they r compiled n Python apps r interpreted .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline