What do I need to create APP's ?
#1

I want to learn to make app's like sa:mp script king or sa:mp cfg editor etc.

What program should i use ? I've got a bunch of ideas and i want to learn.

Thanks for the answers.
Reply
#2

for newbie's use "Microsoft Visual Basic"
and for professional use "Microsoft Visual C++"
Reply
#3

VB is too easy,but it's powerful and it's for beginners.
I suggest you VB you will learn it really fast.

Ecko
Reply
#4

Quote:
Originally Posted by .::: [E
Ecko :::. ]
VB is too easy,but it's powerful and it's for beginners.
I suggest you VB you will learn it really fast.

Ecko
yes VB is very easy for beginners
but VC++ is the best for developing big projects
Reply
#5

Where can i download VB and is it free or .. ?
Reply
#6

I need this program too but sersh in ******!
Reply
#7

visit the miscrosoft website
Reply
#8

ok thanks!
Reply
#9

C# is better
Reply
#10

For a first language, I suggest something simple, like vb(vb6 or .NET), or Python.

Python is a great language for beginners, and professionals. It has tons of libraries, very clear syntax, and easy to understand.

For example, Hello world is 1 - 2 lines! (Depending on the OS. You need the shebang on *nix)

Код:
print "Hello world!"
but for Python 3, it would be :
Код:
print("Hello World!")
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)