Forum     

Go Back   Digit Technology Discussion Forum > Bandwidth Wastage > Chit-Chat
Register FAQ Calendar Mark Forums Read

Chit-Chat General discussions about anything that doesn't fit into the other sections to be had here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 29-11-2007, 12:32 AM   #1 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default 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
MetalheadGautham is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 29-11-2007, 10:12 AM   #2 (permalink)
I see right through you.
 
Sykora's Avatar
 
Join Date: Sep 2005
Location: Chennai
Posts: 597
Default 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 --
Sykora is offline  
Old 29-11-2007, 10:19 AM   #3 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default 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
praka123 is offline  
Old 29-11-2007, 10:32 AM   #4 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default 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.
ray|raven is offline  
Old 29-11-2007, 10:53 AM   #5 (permalink)
The Lord of Death
 
Yamaraj's Avatar
 
Join Date: May 2005
Location: यमलोक
Posts: 253
Default 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!
Yamaraj is offline  
Old 29-11-2007, 11:13 AM   #6 (permalink)
In The Zone
 
Join Date: May 2007
Location: Pune
Posts: 247
Default 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
sandeepk is offline  
Old 29-11-2007, 02:57 PM   #7 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default 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"
NucleusKore is offline  
Old 29-11-2007, 03:50 PM   #8 (permalink)
die blizzard die! D3?
 
The_Devil_Himself's Avatar
 
Join Date: Aug 2007
Location: Event horizon
Posts: 2,361
Default 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.
The_Devil_Himself is offline  
Old 29-11-2007, 04:09 PM   #9 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default 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
MetalheadGautham is offline  
Old 29-11-2007, 04:35 PM   #10 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default 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.
Zeeshan Quireshi is offline  
Old 29-11-2007, 04:52 PM   #11 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default 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
MetalheadGautham is offline  
Old 29-11-2007, 04:57 PM   #12 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default 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
praka123 is offline  
Old 29-11-2007, 05:00 PM   #13 (permalink)
die blizzard die! D3?
 
The_Devil_Himself's Avatar
 
Join Date: Aug 2007
Location: Event horizon
Posts: 2,361
Default 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.
The_Devil_Himself is offline  
Old 29-11-2007, 06:36 PM   #14 (permalink)
The Frozen Nova
 
casanova's Avatar
 
Join Date: Sep 2004
Location: Trespasser in Virtual Land
Posts: 1,641
Default 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
casanova is offline  
Old 29-11-2007, 06:45 PM   #15 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,921
Default 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/
a_k_s_h_a_y is online now  
Old 29-11-2007, 10:42 PM   #16 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default 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
MetalheadGautham is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linus Torvalds to Microsoft: put up or shut up The Unknown Technology News 33 23-05-2007 11:52 AM
Linus Torvalds is a Hero! drsethi Random News 8 19-11-2006 01:25 PM
Linus Trovalds actually uses Mac paragkalra Technology News 4 19-10-2006 12:28 PM
Linus Torvalds # 1 exective for 2004 nixcraft Open Source 4 28-11-2004 03:16 PM
Is Linus working for MS secretly? ineo QnA (read only) 20 18-09-2004 03:51 PM

 
Latest Threads
- by Jripper
- by bhaskar
- by kool
- by Who
- by Tenida

Advertisement




All times are GMT +5.5. The time now is 10:16 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2