View previous topic :: View next topic |
Your favorite programming language is |
C/C++ |
|
37% |
[ 14 ] |
Java |
|
13% |
[ 5 ] |
C# |
|
13% |
[ 5 ] |
VB/VB.net |
|
5% |
[ 2 ] |
Assembly |
|
10% |
[ 4 ] |
lua |
|
0% |
[ 0 ] |
python |
|
2% |
[ 1 ] |
other |
|
16% |
[ 6 ] |
|
Total Votes : 37 |
|
Author |
Message |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Fri Mar 23, 2012 10:23 am Post subject: Your favorite programming language |
|
|
What is your favorite programming language. And Why?
_________________
|
|
Back to top |
|
 |
Pyscho Newbie cheater
Reputation: 0
Joined: 24 Mar 2012 Posts: 23
|
Posted: Sat Mar 24, 2012 10:10 pm Post subject: |
|
|
C++
Natively.
|
|
Back to top |
|
 |
InternetIsSeriousBusiness Grandmaster Cheater Supreme
Reputation: 8
Joined: 12 Jul 2010 Posts: 1268
|
Posted: Sun Mar 25, 2012 7:02 pm Post subject: |
|
|
Meh for the past month I have been getting back into C++, but I found my niche early on in my life in web developer languages rather than desktop applications.
_________________
FLAME FLAME FLAME!!!@@@ |
|
Back to top |
|
 |
igor Expert Cheater
Reputation: 1
Joined: 04 Apr 2012 Posts: 145
|
Posted: Sun Apr 08, 2012 6:11 am Post subject: |
|
|
Visual Basic.Net
Because its easy to learn.
|
|
Back to top |
|
 |
Kavvman Master Cheater
Reputation: 2
Joined: 17 Apr 2004 Posts: 316
|
Posted: Sun Apr 08, 2012 9:03 am Post subject: |
|
|
c plus plus
_________________
... |
|
Back to top |
|
 |
InternetIsSeriousBusiness Grandmaster Cheater Supreme
Reputation: 8
Joined: 12 Jul 2010 Posts: 1268
|
Posted: Sun Apr 08, 2012 5:05 pm Post subject: |
|
|
svchost wrote: | Visual Basic.Net
Because its easy to learn. |
I don't recommend using this garbage
_________________
FLAME FLAME FLAME!!!@@@ |
|
Back to top |
|
 |
Phox I post too much
Reputation: 110
Joined: 11 Nov 2008 Posts: 2034
|
Posted: Sun Apr 08, 2012 7:04 pm Post subject: |
|
|
C#
I suck, though.
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Sun Apr 08, 2012 9:25 pm Post subject: |
|
|
Why has C and C++ been merged as 1 option?
|
|
Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Sun Apr 08, 2012 10:13 pm Post subject: |
|
|
Happy Happy Joy wrote: | svchost wrote: | Visual Basic.Net
Because its easy to learn. |
I don't recommend using this garbage |
VB.net is not garbage. It is as powerful or as weak as C#. Because they both run on .net framework. Only the style of writing in different. C# uses C-family coding style where as VB.net uses basic coding style.
There is nothing in C# that VB.net can't do.
Slugsnack wrote: | Why has C and C++ been merged as 1 option? |
To gain more vote
_________________
|
|
Back to top |
|
 |
Kavvman Master Cheater
Reputation: 2
Joined: 17 Apr 2004 Posts: 316
|
Posted: Mon Apr 09, 2012 5:35 am Post subject: |
|
|
Slugsnack wrote: | Why has C and C++ been merged as 1 option? |
They're basically the same with slight differences so..
_________________
... |
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Mon Apr 09, 2012 7:44 am Post subject: |
|
|
Kavvman wrote: | Slugsnack wrote: | Why has C and C++ been merged as 1 option? |
They're basically the same with slight differences so.. |
No they're not. Any real programmer can tell you that's not the case. For example, the creator of the language, Bjarne Stroustrup, knows a little about the topic. If you think they are the same with slight differences, it is likely the case that you know neither of the languages to any sort of proficient level. To quote Stroustrup:
Quote: | No that's not really a question I often get. In that sense, it is the only "fake FAQ" in this FAQ. However, it ought to be a FAQ because people use "C/C++" as if it meant something specific and as if they knew what it meant, leading to much confusion and misery. People should ask "What is C/C++?" and then on reflection stop using the term. It does harm.
There is no language called "C/C++". The phrase is usually used by people who don't have a clue about programming (e.g. HR personnel and poor managers). Alternatively, it's used by people who simple do not know C++ (and often not C either). When used by programmers, it typically indicates a "C++ is C with a few useful and a lot of useless complicated features added" attitude. Often, that is the point of view of people who like to write their own strings and hash tables with little knowledge of the standard library beyond printf and memcpy. There are people who stick to a restricted subset of C++ for perfectly good reasons, but they (as far as I have noticed) are not the people who say "C/C++".
I use C/C++ only in phrases such as "C/C++ compatibility" and "C/C++ community". |
This is especially the case if you have been programming through VC++, whose C compiler actually supports only C89/90 with a selected few features from C99. C99 is arguably closer to C++, but saying it's the 'same with slight differences' is plain ignorant.
No professional in the industry would say what you just have.
Freiza wrote: | Slugsnack wrote: | Why has C and C++ been merged as 1 option? |
To gain more vote  |
On the other hand, this is demonstrating that perhaps he knows the differences, but abused it to for some other (arguably legitimate) reason.
|
|
Back to top |
|
 |
XSV GTH Moderator
Reputation: 9
Joined: 12 Oct 2005 Posts: 1007 Location: USA
|
Posted: Mon Apr 09, 2012 8:58 pm Post subject: |
|
|
Java.
Portable, simple syntax, and tons of documentation.
_________________
|
|
Back to top |
|
 |
AverageAzn247 Grandmaster Cheater
Reputation: 34
Joined: 01 Oct 2007 Posts: 909 Location: Austin,TX with 72 virgins
|
Posted: Thu Apr 12, 2012 4:27 pm Post subject: |
|
|
Kavvman wrote: | Slugsnack wrote: | Why has C and C++ been merged as 1 option? |
They're basically the same with slight differences so.. | http://bigthink.com/ideas/23028
tl;dr Bjarne Stroustrup (c++ creator) explains why they aren't the same
If anything, java and c# should be merged. They WAY close to each other than C and C++
_________________
Waxxup wrote: | What are Night Elves?
A girl group? |
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Fri Apr 13, 2012 5:11 am Post subject: |
|
|
Wiccaan wrote: | AverageAzn247 wrote: | Kavvman wrote: | Slugsnack wrote: | Why has C and C++ been merged as 1 option? |
They're basically the same with slight differences so.. | http://bigthink.com/ideas/23028
tl;dr Bjarne Stroustrup (c++ creator) explains why they aren't the same
If anything, java and c# should be merged. They WAY close to each other than C and C++ |
Please don't give Sun any ideas. Keep Java away from mah C#! |
And I thought c++ is your favorite language.
Any one here who likes pascal/ delphi ?
_________________
|
|
Back to top |
|
 |
|