| View previous topic :: View next topic |
| Author |
Message |
Crunx Grandmaster Cheater
Reputation: 0
Joined: 03 Jan 2008 Posts: 670
|
Posted: Mon Feb 11, 2008 4:46 pm Post subject: Best Programming Language? |
|
|
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 |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Mon Feb 11, 2008 4:54 pm Post subject: |
|
|
| C and later ASM |
|
| Back to top |
|
 |
SkeleTron Grandmaster Cheater Supreme
Reputation: 1
Joined: 28 Jun 2007 Posts: 1022
|
Posted: Mon Feb 11, 2008 4:55 pm Post subject: |
|
|
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 |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Mon Feb 11, 2008 5:31 pm Post subject: |
|
|
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 |
|
 |
Crunx Grandmaster Cheater
Reputation: 0
Joined: 03 Jan 2008 Posts: 670
|
Posted: Mon Feb 11, 2008 5:42 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Mon Feb 11, 2008 5:53 pm Post subject: |
|
|
| 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. _________________
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Mon Feb 11, 2008 6:14 pm Post subject: |
|
|
| 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 |
|
 |
Crunx Grandmaster Cheater
Reputation: 0
Joined: 03 Jan 2008 Posts: 670
|
Posted: Mon Feb 11, 2008 6:14 pm Post subject: |
|
|
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 |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Mon Feb 11, 2008 7:01 pm Post subject: |
|
|
| 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. _________________
|
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Mon Feb 11, 2008 7:08 pm Post subject: |
|
|
| 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 |
|
 |
Crunx Grandmaster Cheater
Reputation: 0
Joined: 03 Jan 2008 Posts: 670
|
Posted: Mon Feb 11, 2008 7:26 pm Post subject: |
|
|
| 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 |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Mon Feb 11, 2008 7:40 pm Post subject: |
|
|
| 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 |
|
 |
stealthy17 Expert Cheater
Reputation: 0
Joined: 10 Apr 2007 Posts: 144 Location: The Netherlands
|
Posted: Tue Feb 12, 2008 4:16 am Post subject: |
|
|
| whats wrong with C# and managed DX or XNA |
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Tue Feb 12, 2008 5:00 am Post subject: |
|
|
| stealthy17 wrote: | | whats wrong with C# and managed DX or XNA |
Imagine a MMORPG written in C#. Oooh, lag. |
|
| Back to top |
|
 |
SkeleTron Grandmaster Cheater Supreme
Reputation: 1
Joined: 28 Jun 2007 Posts: 1022
|
Posted: Tue Feb 12, 2008 8:25 am Post subject: |
|
|
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 |
|
 |
|