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 


Whats the best language to learn for all general purposes?
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Thu Nov 12, 2009 8:15 am    Post subject: Reply with quote

C# is awesome.
_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Mabje
Newbie cheater
Reputation: 0

Joined: 25 Dec 2007
Posts: 16
Location: Norway

PostPosted: Thu Nov 12, 2009 1:56 pm    Post subject: Reply with quote

I would vote for C#! I don't regret moving from Pascal/Delphi to C# Razz
Back to top
View user's profile Send private message MSN Messenger
92Garfield
I'm a spammer
Reputation: 57

Joined: 20 Dec 2007
Posts: 5871
Location: Banana Republic Germany

PostPosted: Sun Nov 15, 2009 5:19 pm    Post subject: Reply with quote

The basics of C++ are similar to AS.

but I'd rather learn a language i use then one I just think is cool.

Pointless to learn C++ to make games with graphics.
Pointless to learn VB when you want to make websites.
...

_________________
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sun Nov 15, 2009 5:42 pm    Post subject: Reply with quote

92Garfield wrote:
Pointless to learn C++ to make games with graphics.
...


wait what
Back to top
View user's profile Send private message
Fendaril
Cheater
Reputation: 0

Joined: 08 Nov 2009
Posts: 27

PostPosted: Mon Nov 16, 2009 5:18 pm    Post subject: Reply with quote

I choose Java. Java is excellent as a general purpose programming language. Unless you want to "hack". Then use a native programming language like pascal or c++.
Back to top
View user's profile Send private message
kammy
How do I cheat?
Reputation: 0

Joined: 16 Nov 2009
Posts: 0

PostPosted: Tue Nov 17, 2009 4:11 am    Post subject: Reply with quote

Hi guys,

According to me JAVA is the best for all time.. If you can work greatly in JAVA then u can solve everything in another language..

_________________
bluetooth headset
Back to top
View user's profile Send private message Send e-mail
&Vage
Grandmaster Cheater Supreme
Reputation: 0

Joined: 25 Jul 2008
Posts: 1053

PostPosted: Wed Nov 18, 2009 4:41 pm    Post subject: Reply with quote

If you're planning on only releasing your program for windows o/s' use .NET languages like C# or VB. If you plan on making your program compatible I suggest using Java or Python.
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Wed Nov 18, 2009 4:53 pm    Post subject: Reply with quote

&Vage wrote:
If you're planning on only releasing your program for windows o/s' use .NET languages like C# or VB.


http://www.mono-project.com/Main_Page

It isn't perfect, but it works.

&Vage wrote:
If you plan on making your program compatible I suggest using Java or Python.


Avoid Java like the plague.
Back to top
View user's profile Send private message
DashHax
Expert Cheater
Reputation: 0

Joined: 09 Sep 2008
Posts: 203
Location: http://127.0.0.1:89775

PostPosted: Thu Nov 19, 2009 12:33 am    Post subject: Reply with quote

Me, for beginner who want to make apps., use VB coz VB use BASIC language. For advance coding and apps., use C/C++/C#. For web developing, beginner should firstly learn HTML (MUST LEARN!) for building the web pages. Then, use Javascript/VBScript for making the page interactive. For advance web development (register/login/database management/etc) use PHP/ASP/ASP.Net/PERL.
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Thu Nov 19, 2009 1:26 am    Post subject: Reply with quote

DashHax wrote:
Me, for beginner who want to make apps., use VB coz VB use BASIC language. For advance coding and apps., use C/C++/C#.


no fuck this don't even touch VB, it is borderline useless.

C# is a much more elegant language, VB is disgusting to work with in comparison. No it's not better for beginners asldkjasljfa stop thinking this
Back to top
View user's profile Send private message
DashHax
Expert Cheater
Reputation: 0

Joined: 09 Sep 2008
Posts: 203
Location: http://127.0.0.1:89775

PostPosted: Thu Nov 19, 2009 1:35 am    Post subject: Reply with quote

I said, it for beginning for making basic application like flash trainer or hello world message box displayer.
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
iPromise
Grandmaster Cheater
Reputation: -1

Joined: 27 Jun 2009
Posts: 529
Location: Canada

PostPosted: Thu Nov 19, 2009 6:55 pm    Post subject: Reply with quote

C++, because it is the strongest language where you could use inline asm and much more.

VB is weak and its strict for noobs.
Back to top
View user's profile Send private message MSN Messenger
t7ancients
How do I cheat?
Reputation: 0

Joined: 14 Dec 2008
Posts: 1
Location: NY

PostPosted: Sun Nov 22, 2009 3:26 pm    Post subject: Reply with quote

The only ones you really need to know are c++, java, c#, and a basic knowledge of assembly. c++ is the best high-level language to date. You can access computer memory with it and use OOP ( Object Oriented Programming ). Java is slightly slower and less efficient than c++ but it's cross-platform. also, java is great for networking programs such as servers. c# is the only .NET language I'd recommend, because it's syntax is a mix of java and c++ and it is strictly OOP. If you plan on using java or c# you won't really need any assembly knowledge for anything, but if you plan on learning c++, assembly alongside c++ makes just about anything possible. If you want to write viruses or hacks, go with c++. c++ is, in my opinion, the best language to learn as a first language. Java ranks in at #2 for me. 98% of all commercially available games are written in c++. There are tons of resources for learning programming in any language. check out your public library or google search for e-books.

PS - Stay away from visual basic, it's total shit and will NOT prepare you for anything outside of .NET, it doesn't give you very universal knowledge or skills when it comes to programming. The ONLY thing .NET languages are good for are choobs, noobs, froobs, nubs, narbs, and gui editing...
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
TanLiHao
Grandmaster Cheater Supreme
Reputation: 0

Joined: 26 Jan 2007
Posts: 1220
Location: Singapore

PostPosted: Sun Nov 22, 2009 10:28 pm    Post subject: Reply with quote

C# is not a mix of java and C++ for god's sake.

Java is already based off C and ecmascript.

What makes you think that C# won't resemble java.

.NET languages is not really that bad, most games are actually made in C++ because C# can't call the functions in C/C++ programmed engines which is very common.

Java is not ubiquitous but it is known by many people, it will probably be an easy to start off language.

Where peformance is not really such a big concern, but even if it is, C++ is not the language for general purposes.

C# and Java is better for that matter.
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sun Nov 22, 2009 10:52 pm    Post subject: Reply with quote

TanLiHao wrote:
.NET languages is not really that bad, most games are actually made in C++ because C# can't call the functions in C/C++ programmed engines which is very common.


yes, it can.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
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