PDA

View Full Version : choose a language for me?


firor
05-30-2006, 04:40 PM
ok, seriously, i don't know about all of this computer language and u guys said that some language are better depends on wat u nid it for. so, i wanted to make a program, that i can type 3 passwords, then it will allow me to have access to all of my passwords. wat kind of language should i use?

HopeDagger
05-30-2006, 07:42 PM
so, i wanted to make a program, that i can type 3 passwords, then it will allow me to have access to all of my passwords. wat kind of language should i use?

You're going to need to give more detail than that. Is this a console or GUI or a web-based application? What do you mean by "all of my passwords"? Where are they being stored? How is the data to be presented? Programming is a field -- like any other -- where specifics are extremely important.

Gravedigger
05-31-2006, 04:13 AM
As mentioned above, you just don't dive into programming although I am guilty of doing it more than once, you must first think of the problem to be solved. Then write an algorithm which is basically your code in english, in which you say what you want, then if you have knowledge of your program maybe you can write a pseudocode and then finally make your coding. By fare the easiest of all languages to me is Visual Basics, you mite consider it because it has a GUI and is user friendly.

firor
06-11-2006, 06:06 AM
hmm.... ok, i might try and use visual basic then. thanks!