Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> How Do I Create Programs?
Microsoft
post Sep 1 2005, 03:18 AM
Post #1


Super Member
*********

Group: Members
Posts: 362
Joined: 25-August 05
Member No.: 11,104



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!


This post has been edited by BuffaloHELP: Sep 1 2005, 03:57 AM
Go to the top of the page
 
+Quote Post
Saint_Michael
post Sep 1 2005, 03:22 AM
Post #2


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,417
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



well their are several hundred programs to do that but the most popular is C++ since its practically standard in most programming.
Go to the top of the page
 
+Quote Post
Microsoft
post Sep 1 2005, 03:23 AM
Post #3


Super Member
*********

Group: Members
Posts: 362
Joined: 25-August 05
Member No.: 11,104



Can you tell me more about it *takes notes*
Go to the top of the page
 
+Quote Post
icemarle
post Sep 1 2005, 03:57 AM
Post #4


The Bogey Princess
*********

Group: Members
Posts: 639
Joined: 25-April 05
Member No.: 6,138



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.
Go to the top of the page
 
+Quote Post
Microsoft
post Sep 1 2005, 04:02 AM
Post #5


Super Member
*********

Group: Members
Posts: 362
Joined: 25-August 05
Member No.: 11,104



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
Go to the top of the page
 
+Quote Post
icemarle
post Sep 1 2005, 04:29 AM
Post #6


The Bogey Princess
*********

Group: Members
Posts: 639
Joined: 25-April 05
Member No.: 6,138



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


This post has been edited by wassie: Sep 1 2005, 05:31 AM
Go to the top of the page
 
+Quote Post
Avalon
post Sep 1 2005, 11:27 AM
Post #7


Privileged Member
*********

Group: Members
Posts: 630
Joined: 12-August 05
From: Melbourne, Australia
Member No.: 10,624



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
Go to the top of the page
 
+Quote Post
Tseng
post Sep 1 2005, 01:12 PM
Post #8


Advanced Member
*******

Group: Members
Posts: 128
Joined: 24-May 05
Member No.: 7,447



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.
Go to the top of the page
 
+Quote Post
dul
post Oct 12 2005, 10:59 PM
Post #9


Member [Level 1]
****

Group: Members
Posts: 73
Joined: 21-September 05
Member No.: 12,113



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