Jul 25, 2008

How Do I Create Programs?

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > Others
Pages: 1, 2

free web hosting

How Do I Create Programs?

Microsoft
how do i create programs like, a browser, or a sible program that is a calcualor ect. how do i make toolbars and things like that?

-Microsoft

Notice from BuffaloHELP:
Lack of content and missing topic description. Warning!

Reply

Saint_Michael
well their are several hundred programs to do that but the most popular is C++ since its practically standard in most programming.

Reply

Microsoft
Can you tell me more about it *takes notes*

Reply

icemarle
It's not like a magic wand that gives it to you in a flick you know. You need to learn programming. There are many programming languages you can learn. C++, C, Basic, Visual Basic (I've learned Visual Basic when I was 9.) , etc. Basically, you need to learn a code that will execute a certain command or give out variables needed to execute a command in your program. I assume you know HTML. It's something similar, but it's much more complicated. Learning how to program can never happen in a day. You should try reading books about it or taking a formal class. I actually found it funny that you were asking how to create programs... blink.gif

Well, if you want to create those simple programs in a graphically heavy environment, I think Visual Basic will be a nice starter for you. To learn it, read books, tutorials and even formal classes if you're serious about this. Just remember that you have to practice programming a lot until you get used to it and remember the codes by heart.

 

 

 


Reply

Microsoft
Yea, i get told that alot of times about not learing in one day anyways i dont really need to be told its kinda of common sense for me :/. Lets says i finished the coding what do i do with it so it could work? and do you have and recommended sites? I was asking cause i saw this programs that a person personally made and putted them in his site for downloads I was just curious and maybe try it out you know, challenging and fun. Thank You.

-Microsoft

Reply

icemarle
QUOTE
i dont really need to be told its kinda of common sense for me :/


*points at topic name and your first post* Well, you could've at least asked, "What codes must be used?" or "Do you know of an easy way to do <program>?" Your post doesn't make it sound like you know. (No offence, but please make your posts clearer OK?) happy.gif

QUOTE
Lets says i finished the coding what do i do with it so it could work?

Debug your program, just in case it has bugs so it'll work smoothly. Most compilers have this.

And no, I don't have recommended sites. (I've never looked for any tutorials sites) I usually read those books, and they have all I need. I took classes, but not for programming, just for HTML. But still, if you're serious and dedicated about this, don't just rely on online tutorials, OK?

Anyway, I hope your programming hobby might bring you to nice places and don't forget to have fun! If you don't have fun, you'll lose your focus and your interest.

Notice from wassie:
Edited as requested

Reply

Avalon
You need to understand that learning a programming language is something people go to courses for years to do. To learn it properly by yourself you will need to invest in many books and spend a lot of time practising, possibly years. Common sense is not something that is easily applied to programming until you fully understand the structure of the language.

While I wish you well in your endeavour, I suspect you will struggle with the commitment required, no offence intended. Be prepared to spend a lot of time making a lot of mistakes and learning from them.

Good luck! smile.gif

Reply

Tseng
Well I would just like to fill you in on one of the best programming launguages i've ever used. its called Ruby, and is used and made for the popular game maker Rpg Maker XP. But just when I thought that it could only be used in Rpg Maker XP I found out I was wrong. See RGSS(Ruby-Game-Scriptinh-System) is in Rpg Maker XP but you can use normal Ruby to develop programs. Its increadably easy to use compared to C++ and can be used to make high end or low end programs. To find out more about it search for Ruby, SciLexer. Or ask me and I might host the program on my site. Also looking for Rpg Maker XP is a good way to learn to script.

Reply

dul
What is your main task?. What language do you use?

Reply

amhso
if you want to make stuff like...browsers, C++ and non-scripting languages are for you. anything you "double-click" (in windows i guess unless you are in cmd) to run is a program. python is a calculator by itself if you want to just use it for that purpose. any language learned well can be used for lots of things.

Reply

Latest Entries

nirmaldaniel
Hey this is a Quite diffrent questions , First step you need to take here is that learn the basics of programming , start with C even though C is a procedural oriented programming language in C only one learns the Fundementals such as the Looping etc. and so after getting along with the Basic move to an Application oriented language and choose a platform for developing the applications such as calculator or whatsoever you want , just i can suggest you to learn C# and choose Dot Net, i mean C# Dot net where you can create both server centric applications and web centric applications.

Reply

iGuest
ip unmasker
How Do I Create Programs?

Hey guys I want to make programs to unmask ip's and creat a other programs like that. What kinda learning cources should I take then? Ive been woundering how to creat them for a while and ill be glade if you could help!
(I ounly want the ip unmasker becouse I'm sick of people trying to come on my "teamspeaks" (www.Teamspeak.Com) and not be able to countact any one about it.) Thanks!

Reply

tobias7
I'd recommend a scripting language called AutoIt for beginners (and pros). The official website is www.autoitscript.com. It's a little known programming language, but it's very powerful for everyday computer tasks and it's pretty easy to use. One of the best things about it is that to use it, all you have to do after you install the program is right-click the desktop, click new, and select AutoIt Script. You can also right click the .au3 file and click compile to get a .exe that pretty much anyone should be able to run. Compared to other programming languages I've used, where I've had to spend hours figuring out how to make a .exe, this is quick and painless. The installer will also install a help shortcut, found under start, all programs. AutoIt's help file is very well organized, compared to languages like C or Java, where you really need a book to understand how to program in the language. One last interesting note is that AutoIt has no variable types, instead it takes care of everything behind the scenes. This is another reason why it's a good language for someone who has little programming experience.

Now where the language gets really interesting for beginners and pros alike is its basic functions. AutoIt has several basic functions that simulate the mouse and the keyboard. There are also basic functions that tell you if a given window is open. So, for example, if you move a bunch of fonts into your main font directory, and some of them are duplicates, windows has the annoying feature that it will pop a message box everytime it finds a duplicate asking if you want to replace the file, pausing everything until you respond. With AutoIt, you can create a program like this:

While 1
If(WinActive("Insert message box name here")) Then Send("{ENTER}")
Sleep(100)
WEnd

Let the program run, and it should answer all of those annoying message boxes for you!

P.S. I actually created this program once for my poor mom, who, while moving fonts, all of a sudden found herself answering hundreds of message boxes

Reply

iGuest
build small program
How Do I Create Programs?

I like very much to work with computer and I have curiosity how create small program

-endri

Reply

Bruce517
google search c++ learn as much as you can about it, although if you are not serious about learning it you will go nowhere it will take a long time before you can create a browser....

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. autoit for beginner - 58.13 hr back. (1)
  2. create programes - 93.90 hr back. (1)
  3. programs - 103.98 hr back. (1)
  4. create programs - 36.26 hr back. (4)
  5. create a programs - 113.23 hr back. (1)
  6. how do you create programs - 83.75 hr back. (2)
  7. "create programs" - 157.42 hr back. (1)
  8. how to create programs - 6.83 hr back. (8)
  9. creat programs - 164.16 hr back. (2)
Similar Topics

Keywords : create, programs

  1. Need Help With My Python Programs
    just extremely basic stuff (11)


      Looking for create, programs

Searching Video's for create, programs
advertisement



How Do I Create Programs?



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE