 |
29-11-2007, 12:32 AM
|
#1 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
C vs C++ - Linus Torvalis' take
You guys must check this link I found on the net. It has Linus Torvalis getting entertaining when it comes to C vs C++.
http://thread.gmane.org/gmane.comp.v...43/focus=57918
Its full of entartaining language that no one might have expected such a great guy like Linus to use. He appears human all of a sudden.
I thought I might want to bring it here so that we can start a simiar discussion here
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
29-11-2007, 10:12 AM
|
#2 (permalink)
|
|
I see right through you.
Join Date: Sep 2005
Location: Chennai
Posts: 597
|
Re: C vs C++ - Linus Torvalis' take
That was fun.
I can undesrstand most of his reasoning, even though I prefer C++ over C. I suppose it's because I haven't used STL too much, so I don't know how messy things would get if I did.
__________________
I didn't make the world, I only try to live in it.
http://lucentbeing.com
-- Sykora --
|
|
|
29-11-2007, 10:19 AM
|
#3 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: C vs C++ - Linus Torvalis' take
C is what made UNIX systems.I support C.I have my programming intro through FORTRAN77 and C.C is used more on OS.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
29-11-2007, 10:32 AM
|
#4 (permalink)
|
|
Think Zen.
Join Date: Dec 2005
Posts: 1,498
|
Re: C vs C++ - Linus Torvalis' take
C++ is the crappiest language i ever used.
C is a hell lot better compared to C++.
Atleast u dont lose track of what u're writing in C,
But,Java is what i prefer more these days.
Regards,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
Last edited by ray|raven; 29-11-2007 at 11:32 AM.
|
|
|
29-11-2007, 10:53 AM
|
#5 (permalink)
|
|
The Lord of Death
Join Date: May 2005
Location: यमलोक
Posts: 253
|
Re: C vs C++ - Linus Torvalis' take
A programming language is only a tool of our trade. C isn't the best language for all kind of development; neither is C++. Regardless of how complex and unmanageable C++ code can become, we're all well aware of its benefits in commercial software development. It makes companies keep hiring C++ programmers for maintenance, debugging, commenting and introducing new bugs in the due process for their future C++ code-monkey brethren to continue in the same fashion - lather, rinse, repeat!
Thus, C++ is a language of the programmers, by the programmers and for the programmers. All hail Bizarre Stroustrup!
|
|
|
29-11-2007, 11:13 AM
|
#6 (permalink)
|
|
In The Zone
Join Date: May 2007
Location: Pune
Posts: 247
|
Re: C vs C++ - Linus Torvalis' take
C++ is much better than C in my opinion. It is not like that C++ is better in every situation for programming. But in C++ classes are much more useful for reusing the code. It is also less time consuming to maintain a well written C++ code than C code.
__________________
Anyone who has never made a mistake has never tried anything new
|
|
|
29-11-2007, 02:57 PM
|
#7 (permalink)
|
|
TheSaint
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
|
Re: C vs C++ - Linus Torvalis' take
I'm not a programmer, but he sure blew his top  Nice to see him in the element
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
|
|
|
29-11-2007, 03:50 PM
|
#8 (permalink)
|
|
die blizzard die! D3?
Join Date: Aug 2007
Location: Event horizon
Posts: 2,361
|
Re: C vs C++ - Linus Torvalis' take
c++ is also getting old python and other very high level languages beats it in terms of ease of use and time consumed but absolute control over your system is what you want then c/c++ is the language for you.
__________________
Stealing your women and horses since 1843.
|
|
|
29-11-2007, 04:09 PM
|
#9 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: C vs C++ - Linus Torvalis' take
well, the old days' programmers were always like that, going on about OOP saying it was bull$hit, because they had no knowledge about them, but these days, JAVA is the one making headlines, as it has both C's(simplicity and portability to mobiles) and C++'s(OOP, etc etc) advantages along with others like running in a protected environment... bout time I learnt it.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
|
|
|
29-11-2007, 04:35 PM
|
#10 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Re: C vs C++ - Linus Torvalis' take
C# is my personal favorite . and the preferred alnguage for Vista + .NET 3 Development
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
|
|
|
29-11-2007, 04:52 PM
|
#11 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: C vs C++ - Linus Torvalis' take
Quote:
|
Originally Posted by Zeeshan Quireshi
C# is my personal favorite . and the preferred alnguage for Vista + .NET 3 Development
|
the favourite part you don't need to tell. the user title says it all.
and nobody wants a language thats made for a particular OS and framework, thats why C# looses out to JAVA. I mean, if your program has stuff making it run only on vista and .net, whats the use? where as with java, the same jar files can run on: Windows Series, GNU/Linux Distros, BSD Distributions, Macintosh OSes, Mobile Phones, etc etc etc. Don't you see the obvious advantage of java GUI programming?
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
|
|
|
29-11-2007, 04:57 PM
|
#12 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: C vs C++ - Linus Torvalis' take
.net is there inn Linux as mono project  Miguel de Icaza(co-founter of Gnome DE) is leading it.but personally i hate mono and moonlight(silverlight 4 linux) in Linux 
and he is NOT Linus Torvalis infact Linus Torvalds
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
29-11-2007, 05:00 PM
|
#13 (permalink)
|
|
die blizzard die! D3?
Join Date: Aug 2007
Location: Event horizon
Posts: 2,361
|
Re: C vs C++ - Linus Torvalis' take
Quote:
|
Originally Posted by MetalheadGautham
the favourite part you don't need to tell. the user title says it all.
and nobody wants a language thats made for a particular OS and framework, thats why C# looses out to JAVA. I mean, if your program has stuff making it run only on vista and .net, whats the use? where as with java, the same jar files can run on: Windows Series, GNU/Linux Distros, BSD Distributions, Macintosh OSes, Mobile Phones, etc etc etc. Don't you see the obvious advantage of java GUI programming?
|
java beats them all in this aspect!!seriously it is so cool to have the same .jar file run on windows\linux,MAC os et al.
__________________
Stealing your women and horses since 1843.
|
|
|
29-11-2007, 06:36 PM
|
#14 (permalink)
|
|
The Frozen Nova
Join Date: Sep 2004
Location: Trespasser in Virtual Land
Posts: 1,641
|
Re: C vs C++ - Linus Torvalis' take
Unix was written in C. But C was made to built unix and so was B.
__________________
I dream of a better tomorrow... where chickens can cross roads and not have their motives questioned.
www.nerdweed.blogspot.com
|
|
|
29-11-2007, 06:45 PM
|
#15 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,921
|
Re: C vs C++ - Linus Torvalis' take
C is the best .. !!
i don't know about Java if it provides low level access
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
|
|
|
29-11-2007, 10:42 PM
|
#16 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: C vs C++ - Linus Torvalis' take
Quote:
|
Originally Posted by a_k_s_h_a_y
C is the best .. !!
i don't know about Java if it provides low level access
|
java provides operation in a protected virtual machine, so sorry, no low level access to physical hardware. For that, C/C++ is the way to go.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|