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 


Best Programming Language?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Crunx
Grandmaster Cheater
Reputation: 0

Joined: 03 Jan 2008
Posts: 670

PostPosted: Mon Feb 11, 2008 4:46 pm    Post subject: Best Programming Language? Reply with quote

Hi i wanna start making a maplestory trainer..... and they told me i should start learning a programming language.......



Which would be the best one to start off with?
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Mon Feb 11, 2008 4:54 pm    Post subject: Reply with quote

C and later ASM
Back to top
View user's profile Send private message
SkeleTron
Grandmaster Cheater Supreme
Reputation: 1

Joined: 28 Jun 2007
Posts: 1022

PostPosted: Mon Feb 11, 2008 4:55 pm    Post subject: Reply with quote

Which would be the best one to start off with?
That's really tough question.
If you start with vb or delphi you'll prolly learn it fast so that would be my recommendation
for now. Even I doubt it's best prog lang to start off with but hey they are easiest one to understand in my opinion.
PHP and python are just little bit advancer,better and safer.
I would recommend you that too.
They are easy.
C,C++,Perl,Java I find them harder to code in even it's really easy when
you are into it.
Conclusion is that I find every prog lang "the best one" to start off with.
So it's really your decision.
Damn, this must be confusing to you.
And for ASM I say: "Good to know it, but fuck it no way to code programs bigger > 2MBs in ASM!"

_________________
Reedemer.
Back to top
View user's profile Send private message
Heartless
I post too much
Reputation: 0

Joined: 03 Dec 2006
Posts: 2436

PostPosted: Mon Feb 11, 2008 5:31 pm    Post subject: Reply with quote

Every programming language is good for evewrything.

The best is defined by what you want to do with it.

_________________
What dosen't kill you, usually does the second time.
Back to top
View user's profile Send private message
Crunx
Grandmaster Cheater
Reputation: 0

Joined: 03 Jan 2008
Posts: 670

PostPosted: Mon Feb 11, 2008 5:42 pm    Post subject: Reply with quote

wee most people say that C++ is realy good but hard to learn.....

and then they said c# is easier to use but not as powerful as C++



and sciextron very througorh post Shocked
Back to top
View user's profile Send private message
samuri25404
Grandmaster Cheater
Reputation: 7

Joined: 04 May 2007
Posts: 955
Location: Why do you care?

PostPosted: Mon Feb 11, 2008 5:53 pm    Post subject: Reply with quote

icymonguy wrote:
wee most people say that C++ is realy good but hard to learn.....

and then they said c# is easier to use but not as powerful as C++



and sciextron very througorh post :shock:


Not necessarily. C# is much easier to create GUIs with--you don't have to look at that nasty message handling and what not.

In my opinion, C# is easier to use, because it has the .NET framework on its side, but I doubt many other cheatengines would agree with me.

C++ is much more powerful, and can create .Dlls, which can then be injected into other processes. It also has access to the unmanaged API, with simple things such as "EnumWindows" for example, whereas C# would have to declare a dll import to get it.

_________________
Wiccaan wrote:

Oh jeez, watchout I'm a bias person! Locked.


Auto Assembly Tuts:
In Depth Tutorial on AA
Extended
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Mon Feb 11, 2008 6:14 pm    Post subject: Reply with quote

HornyAZNBoy wrote:
Every programming language is good for evewrything.

The best is defined by what you want to do with it.


Every programming language is good for something.

I would like to see VB driver ^^.

C++ is good because it helps you get your head around programming and you will be able to learn the shitty languages with ease later on.
Back to top
View user's profile Send private message MSN Messenger
Crunx
Grandmaster Cheater
Reputation: 0

Joined: 03 Jan 2008
Posts: 670

PostPosted: Mon Feb 11, 2008 6:14 pm    Post subject: Reply with quote

whew thats a mouthful... lol


It seems like learning a programming language will be indeed hard.

Is there a place that will tell like what stuff is used for?(JUST AN EXAMPLE) C++-is usufule for making game/C#useful for making sites)


Cause if i learn the language i will not used ima be pissed.


I'm looking for:
-Making trainer
-Hacking Games
-Make my own site?
Back to top
View user's profile Send private message
samuri25404
Grandmaster Cheater
Reputation: 7

Joined: 04 May 2007
Posts: 955
Location: Why do you care?

PostPosted: Mon Feb 11, 2008 7:01 pm    Post subject: Reply with quote

icymonguy wrote:
whew thats a mouthful... lol


It seems like learning a programming language will be indeed hard.

Is there a place that will tell like what stuff is used for?(JUST AN EXAMPLE) C++-is usufule for making game/C#useful for making sites)


Cause if i learn the language i will not used ima be pissed.


I'm looking for:
-Making trainer
-Hacking Games
-Make my own site?


C# can do all of those.

It's easy to make a trainer, because the Form GUI is incredibly easy to create.

It can import the unmanaged API from kernel32.dll to use things like WPM.

A website can also be easily created using Visual Studio.

_________________
Wiccaan wrote:

Oh jeez, watchout I'm a bias person! Locked.


Auto Assembly Tuts:
In Depth Tutorial on AA
Extended
Back to top
View user's profile Send private message
Heartless
I post too much
Reputation: 0

Joined: 03 Dec 2006
Posts: 2436

PostPosted: Mon Feb 11, 2008 7:08 pm    Post subject: Reply with quote

icymonguy wrote:
whew thats a mouthful... lol


It seems like learning a programming language will be indeed hard.

Is there a place that will tell like what stuff is used for?(JUST AN EXAMPLE) C++-is usufule for making game/C#useful for making sites)


Cause if i learn the language i will not used ima be pissed.


I'm looking for:
-Making trainer C, C++, C#, ASM, Delphi, Visual Basic, etc...
-Hacking Games Same as above
-Make my own site? HTML, PHP, CSS, etc...

_________________
What dosen't kill you, usually does the second time.
Back to top
View user's profile Send private message
Crunx
Grandmaster Cheater
Reputation: 0

Joined: 03 Jan 2008
Posts: 670

PostPosted: Mon Feb 11, 2008 7:26 pm    Post subject: Reply with quote

HornyAZNBoy wrote:
icymonguy wrote:
whew thats a mouthful... lol


It seems like learning a programming language will be indeed hard.

Is there a place that will tell like what stuff is used for?(JUST AN EXAMPLE) C++-is usufule for making game/C#useful for making sites)


Cause if i learn the language i will not used ima be pissed.


I'm looking for:
-Making trainer C, C++, C#, ASM, Delphi, Visual Basic, etc...
-Hacking Games Same as above
-Make my own site? HTML, PHP, CSS, etc...



Thanks that really helpful.

But one more if you don't mind asking how about
MAKING A GAME(like a mmorpg/or just multiplayer)
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Mon Feb 11, 2008 7:40 pm    Post subject: Reply with quote

icymonguy wrote:
HornyAZNBoy wrote:
icymonguy wrote:
whew thats a mouthful... lol


It seems like learning a programming language will be indeed hard.

Is there a place that will tell like what stuff is used for?(JUST AN EXAMPLE) C++-is usufule for making game/C#useful for making sites)


Cause if i learn the language i will not used ima be pissed.


I'm looking for:
-Making trainer C, C++, C#, ASM, Delphi, Visual Basic, etc...
-Hacking Games Same as above
-Make my own site? HTML, PHP, CSS, etc...



Thanks that really helpful.

But one more if you don't mind asking how about
MAKING A GAME(like a mmorpg/or just multiplayer)


C++ with DirectX librarys. Don't expect to understand it instantly.
Back to top
View user's profile Send private message MSN Messenger
stealthy17
Expert Cheater
Reputation: 0

Joined: 10 Apr 2007
Posts: 144
Location: The Netherlands

PostPosted: Tue Feb 12, 2008 4:16 am    Post subject: Reply with quote

whats wrong with C# and managed DX or XNA
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Tue Feb 12, 2008 5:00 am    Post subject: Reply with quote

stealthy17 wrote:
whats wrong with C# and managed DX or XNA


Imagine a MMORPG written in C#. Oooh, lag.
Back to top
View user's profile Send private message MSN Messenger
SkeleTron
Grandmaster Cheater Supreme
Reputation: 1

Joined: 28 Jun 2007
Posts: 1022

PostPosted: Tue Feb 12, 2008 8:25 am    Post subject: Reply with quote

HornyAZNBoy, I must say that I disagree with you in few things.
First PHP is really powerful lang you can't just throw it away.
HornyAZNBoy wrote:
-Making trainer C, C++, C#, ASM, Delphi, Visual Basic, etc...
-Hacking Games Same as above
-Make my own site? HTML, PHP, CSS, etc...

This is not quite right.
You can hack,make,modify,manipulate games with almost anything.
I wouldn't recommend you C++ for making trainers.
Takes more time to make simple trainer in C++ than in VB. (If you are making a simple trainer.)

_________________
Reedemer.
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 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