Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Your favorite programming language
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions
View previous topic :: View next topic  

Your favorite programming language is
C/C++
37%
 37%  [ 14 ]
Java
13%
 13%  [ 5 ]
C#
13%
 13%  [ 5 ]
VB/VB.net
5%
 5%  [ 2 ]
Assembly
10%
 10%  [ 4 ]
lua
0%
 0%  [ 0 ]
python
2%
 2%  [ 1 ]
other
16%
 16%  [ 6 ]
Total Votes : 37

Author Message
Freiza
Grandmaster Cheater
Reputation: 22

Joined: 28 Jun 2010
Posts: 662

PostPosted: Fri Mar 23, 2012 10:23 am    Post subject: Your favorite programming language Reply with quote

What is your favorite programming language. And Why?
_________________
Back to top
View user's profile Send private message Send e-mail
Pyscho
Newbie cheater
Reputation: 0

Joined: 24 Mar 2012
Posts: 23

PostPosted: Sat Mar 24, 2012 10:10 pm    Post subject: Reply with quote

C++
Natively.
Back to top
View user's profile Send private message
InternetIsSeriousBusiness
Grandmaster Cheater Supreme
Reputation: 8

Joined: 12 Jul 2010
Posts: 1268

PostPosted: Sun Mar 25, 2012 7:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
igor
Expert Cheater
Reputation: 1

Joined: 04 Apr 2012
Posts: 145

PostPosted: Sun Apr 08, 2012 6:11 am    Post subject: Reply with quote

Visual Basic.Net

Because its easy to learn.
Back to top
View user's profile Send private message
Kavvman
Master Cheater
Reputation: 2

Joined: 17 Apr 2004
Posts: 316

PostPosted: Sun Apr 08, 2012 9:03 am    Post subject: Reply with quote

c plus plus
_________________
...
Back to top
View user's profile Send private message
InternetIsSeriousBusiness
Grandmaster Cheater Supreme
Reputation: 8

Joined: 12 Jul 2010
Posts: 1268

PostPosted: Sun Apr 08, 2012 5:05 pm    Post subject: Reply with quote

svchost wrote:
Visual Basic.Net

Because its easy to learn.

I don't recommend using this garbage

_________________
FLAME FLAME FLAME!!!@@@
Back to top
View user's profile Send private message
Phox
I post too much
Reputation: 110

Joined: 11 Nov 2008
Posts: 2034

PostPosted: Sun Apr 08, 2012 7:04 pm    Post subject: Reply with quote

C#

I suck, though.
Back to top
View user's profile Send private message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Sun Apr 08, 2012 9:25 pm    Post subject: Reply with quote

Why has C and C++ been merged as 1 option?
Back to top
View user's profile Send private message
Freiza
Grandmaster Cheater
Reputation: 22

Joined: 28 Jun 2010
Posts: 662

PostPosted: Sun Apr 08, 2012 10:13 pm    Post subject: Reply with quote

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 Wink

_________________
Back to top
View user's profile Send private message Send e-mail
Kavvman
Master Cheater
Reputation: 2

Joined: 17 Apr 2004
Posts: 316

PostPosted: Mon Apr 09, 2012 5:35 am    Post subject: Reply with quote

Slugsnack wrote:
Why has C and C++ been merged as 1 option?


They're basically the same with slight differences so..

_________________
...
Back to top
View user's profile Send private message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Mon Apr 09, 2012 7:44 am    Post subject: This post has 1 review(s) Reply with quote

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 Wink


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
View user's profile Send private message
XSV
GTH Moderator
Reputation: 9

Joined: 12 Oct 2005
Posts: 1007
Location: USA

PostPosted: Mon Apr 09, 2012 8:58 pm    Post subject: Reply with quote

Java.

Portable, simple syntax, and tons of documentation.

_________________
Back to top
View user's profile Send private message
AverageAzn247
Grandmaster Cheater
Reputation: 34

Joined: 01 Oct 2007
Posts: 909
Location: Austin,TX with 72 virgins

PostPosted: Thu Apr 12, 2012 4:27 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Fri Apr 13, 2012 1:05 am    Post subject: Reply with quote

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. Sad Keep Java away from mah C#!

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Freiza
Grandmaster Cheater
Reputation: 22

Joined: 28 Jun 2010
Posts: 662

PostPosted: Fri Apr 13, 2012 5:11 am    Post subject: Reply with quote

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. Sad Keep Java away from mah C#!


And I thought c++ is your favorite language.

Any one here who likes pascal/ delphi ?

_________________
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites