creating a programme..

Pages: 1, 2, 3
free web hosting

Read Latest Entries..: (Post #23) by Mark_Dwyer on Feb 18 2005, 05:23 AM. (Line Breaks Removed)
QUOTEwhats the best place to start if i wanna make a computer programme... i.e. something that does something on when i click it on my desk top? vb? C? C+? ^i dont care what the file does.... just need an example which uses if / else i only really know website codes...so when i have something i wanna make which would be best on a desktop i tend to use php and password it - but thats a crazy wa... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > Have your say > General Talk

creating a programme..

welbis
whats the best place to start if i wanna make a computer programme...

i.e. something that does something on when i click it on my desk top?

vb? C? C+?

^i dont care what the file does.... just need an example which uses if / else

i only really know website codes...so when i have something i wanna make which would be best on a desktop i tend to use php and password it - but thats a crazy way of doing things!

Reply

Raven
VB wud be good to start with smile.gif

Reply

geancanach
there's a freeware VB clone called Envelop that you might be interested in looking into. the only downside is it isnt updated any more, nor is any support available

Reply

deheleri
I would start with visual basic.

You can make a working program by putting a button there, and double click on it. Then type "End". It closes the program. Ta-dA!

That was my first program, anyway.
Then visit planetsourcecode.com to see how to do stuff.

Reply

Amras_Ancalimon
good idea geancanach
even so, its still something you can practise with smile.gif

Reply

X-Ploit
i suggest if you really want to start..... get your hands on vb... and a copy of the dumbies guide to vb (ebook is fine) and complete the book... once you done that... start experimenting.... maybe do CBT and in about a year.. if your good enough you will no vb like the back of your hand tongue.gif

i done it lol... i no lots of programming languages tongue.gif

Reply

xboxrulz
I suggest you to start of with VB and Turing

Example of Turing:
CODE


var name:string

put "Please enter you name and press [ENTER]"

get name

cls

put "Welcome, " , name


QUOTE

The code above should show: Welcome, (and your name)


xboxrulz[/code]

Reply

free4u
for beginner, JAVA is easy.

Reply

subziro
Is there any program that can make programs because i really don't have much time to learn java and other languages :S im not sure about. If there is i would like to know, if not its a good try, anyway thanks who ever can help.

Reply

geancanach
QUOTE
Is there any program that can make programs because i really don't have much time to learn java and other languages :S im not sure about. If there is i would like to know, if not its a good try, anyway thanks who ever can help.


yes, any C or C++ compiler, any assembler, any type of BASIC, perl, delphi, java, pascal, and many others,... but you do have to learn them

Reply

Latest Entries

Mark_Dwyer
QUOTE
whats the best place to start if i wanna make a computer programme...

i.e. something that does something on when i click it on my desk top?

vb? C? C+?

^i dont care what the file does.... just need an example which uses if / else

i only really know website codes...so when i have something i wanna make which would be best on a desktop i tend to use php and password it - but thats a crazy way of doing things!


Get yourself a c++ compiler (start with Borland) and go to the SGI site and search for "redbook examples". This will start you with OpenGL coding. Look at the code for drawing a line. Forget the stuff about setting up a scene and all that crap, and practice drawing polygons. This way you get to see what you are doing and it looks cool (as well as being addictive).

With all programming languages, I think the trick to knowing them is to find a good API. This tells you how to do things.

If you want to learn how to program it will take some time. But stick with it because the rewards are huge . biggrin.gif

Reply

Gohst
What do you mean, I am crazy? Making games is fun. Check the link in my profile (should be on this message too)

Reply

natrob87
I would recommend C++ to anyone starting out, even though the lerning curve is a little hard, after leaning C++, JAVA will be much easier.

Reply

welbis
lol gohst you crazy!

Reply

b4dark
QUOTE
personaly, i stick with C++, but started with visual basic, it is the easiest, and for c++ i use Bloodshed, a freeware compiler, and yea, c++ is hard, but not as hard as some other languages *cough*hex is *BLEEP**cough* sorry, bad memories


http://bloodshed.net/dev/devcpp.html
I use the bloodshed compiler too, it is very good and it might help if u are starting to learn c++, i started c++ using this compiler too and i pulled it off okay.

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.

Pages: 1, 2, 3
Similar Topics

Keywords : creating, programme

  1. Creating A Shortcut List Near The System Tray
    Time saver tip for windows (4)
  2. Creating A Php Login System Using Mysql
    I need help in creating a login system, what I want is a login system (10)
    Hey everyone! I am helping someone make a login system using MySQL databases and a PHP login
    form. I have a fair bit of experiance in HTML and some javascript too. I have virtually no
    experiance in MySQL or PHP. Anybody know of any good PHP login systems that allow you to creat a
    personalised page for each user and when they login the system transfers the user to their page.
    Another thing that the system MUST have is a way of stopping unwanted users entering someones page.
    CODE For example lets say I register and my UN is jesse123 and my personalised pages a....
  3. Create Dynamic Html/php Pages Using Simple Vb.net Code
    Taking your application data, and creating a webpage for others to vie (1)
    This example will show you how use a string in VB to create PHP code. In order to do this, you need
    a string to store your PHP page and a function that I will list at the bottom of the page for you to
    put in a module. This code is written in VB.NET Public Sub CreatePage(ByVal HTMLTitle As
    String, ByVal HTMLText As String, ByVal HTMLFileName As String) Dim strFile As String '
    ---------------------- ' -- Prepare String -- ' ---------------------- strFile = "" '
    -------------------- ' -- Write Starter -- ' -------------------- strFile = " " ....
  4. Creating A Floating Javascript Docking Menu
    (1)
    I have found two scripts. I found one(shown bellow) here that creates a floating box that will
    follow you down the page when you scroll. I found another one here that creates a docking menu
    like that of OSX. Now I want to combine these effects to create a docking menu that floats and
    follows you everywhere you scroll to on the page. In the above code I change the div class from
    floatdiv so that it could use the style in the style.css that came with the docking menu. I then got
    stuck trying to make both JavaScript scripts work on the same div. I'm appealing ....
  5. How To Start Your First Game Project
    The first steps to creating your own game! (0)
    Ok, I see alot of questions around the game development forums of people wanting to make their first
    game, but they don't know where to start. So, I decided to write this tutorial, having been in
    the same situation before. NOTE: This Tutorial: -Is meant to help you get past that initial bout of
    developer's block -Does not teach you how to make a game, just help you start -Cannot help you
    if you cannot answer the questions asked So, let's get to it, shall we? How to start
    your first game project: --So, the first thing you need to make sure yo....
  6. Creating A Fully Featured Cms
    I am in the process of creating a fully featured CMS and need help (0)
    Hello, my name is Derek and I am in the process of creating a CMS. My CMS will be slightly different
    than most, because I am creating it for business purposes. I own a business, Black Development &
    Produktionz, LLC. and I am creating all of my own services that I will need, such POS (web based to
    be integrated with virtually any OS), a scheduling system (for appointment and so that my client
    will be able to schedule based on open time slots), an emailing system (which I know will require
    more than effort than a normal CMS because it will depend on hosting and so forth), ....
  7. Creating A Good Website, How?!
    (18)
    Creating a good website, How?! I looked at many forums, searching on now to create a good
    website, by good I meant good website interface. For example, Trap17 have this amazing flash header,
    and nice design… I searched and searched, I found that many people started with a photoshop
    picture, then they make it come true by requesting a website coder (A.K.A. Programmer) to code the
    whole website for it. If, I said if, I were good a art, I can design a good nice picture off
    photoshop, and I know how to code, does that means I can make a good website? Please post any ....
  8. Help Creating A Profile Website
    how do i make a profile website (14)
    Ok this is my idea: I am making a website about anime. Its function is add anime, review anime,
    search anime, anime information. Users can make a profile. People can make a profile which they can
    edit to theire likes with html to give it a fancy look.(this is what my problem is about) What i
    would like to know is how can i accomplish this. I already have the database for the anime titles
    etc ready, the only thing that needs to be done is the profile section. If you have any tutorial,
    tip or guide i would really really appriciate it. Thx in advance. ....
  9. Getting Started With Mysql
    creating tables and insert data into them. (2)
    Hi in this tutorial you will learn how to create tables and insert items into them. First steps are
    to create the database - go into your cpanel and mysql databases, from there make an account and a
    database and then attach them together with all priviliges, call the database test and the account
    admin, with the pw as pass - or any other password. We need to connect to the database so first in
    your php file (probably named index.php) - this is how to do it. CODE
    mysql_connect("localhost", "admin", "pass") or
    die(mysql_error(&....
  10. Creating Something With Co-ordinates With Php.
    Something like you see in those web-based php games, like a map or som (12)
    Well, i was just wondering if something simple and basic could be made (like a small map where you
    could move around on, like you click up, and your position moves up and reports it to the
    database..etc) with co-ordinates in php . Taking the x-axis and the y-axis into consideration.
    Things like maps which online games have such as web-based space games or legacy-game.net. Thanks
    for any feedback, ~Aldo....
  11. Trouble Creating Hosting Account
    i would have posted in the HOSTED MEMBERS section but.... (20)
    I need urgent help! When i recieved my email for comfirmation of my hosting account - i went to
    trap17.com/manage/index.php. Logged in and created a hosted account. At the top of it it said "There
    were problems creating your account! Please Contact Administrator. " But i went to my website
    flashy.trap17.com and it was created. But now the only thing is my hosted credits were not set
    back to 0.00 and my group is still Members - not hosted. HELP ME PLEASE!! i dont want to
    get banned....
  12. J-a-m: Just A Minute
    meditation and visualization programme (0)
    people tend to believe that it takes a lot of time to do meditations and visualization exercises.
    and a lot of people will tend to shy away from meditation believing that since it is time-consuming,
    they won't be able to allot enough time with already a very hectic schedule in our modern lives.
    if you think that way, i encourage you to revise your own preconceptions about meditation as
    time-consuming, since with J-A-M (or just-a-minute) program, you can indulge yourself in achieving
    relaxation, concentration, visualization, meditation, silence, sharing and connectin....
  13. Creating Forums
    Help me please (4)
    Friend i have hosted a Website and i have hosted it in trap17 . Can you please tell me how can i
    start a Forum in my website similar to Trap17 ? Please refer to me the free Forum starters Thanks
    in Advance....
  14. Creating Clones Via Time Travel
    A theory involving time machines (2)
    I am assuming the time travel properties established by Michael J. Fox in the Back To the Future
    movies. The main point of this is that if you travel to a different time, and you and your double
    meet, the universe does not implode. It also assumes that when you time travel, you are not the
    only you in the whole time-space continuum, and that there is a possibility to meet your double. It
    is different from the other theories that once you time travel, you won't find yourself in that
    reality as you were, so if you went back in time to see yourself as a baby, the bab....
  15. Creating Navigation For Html Websites
    Have a common navigation menu for the whole website! (12)
    Pre-requisite: HTML, inline frame tags 1 Attachment(.zip) included. Updates : 29-12-07: Doctype
    added in example files (Advised by jlhaslip) Designing a whole website takes a lot of planning
    and organization. Designing a proper navigation system is a basic step in building your website. If
    you are developing webpages in html you would have observed that as you go on creating pages it
    becomes difficult to maintain the links to the pages. This article will guide you in developing a
    common navigation menu for your website. It describes three ways, so if you don'....
  16. Next Generation Pokemon Games
    Hey, I am currently creating my own pokemon game... (3)
    My name is Areo X. I am currently under development for Two next gen pokemon games, Pokemon Black
    Gem and White Jade Versions. They take place on the Kahoto Island region. You can play either as Max
    (Male) or Robin (Female). Our team has currently created and designed over 2o new pokemon, including
    3 new starters and 2 legendary pokemon. To find out more about these games, please visit our
    HomePage @ www.freewebs.com/pokemonadvancer This is only temorary untill we can host with Trap17.....
  17. Runescape 2 Private Server: Code/guide 1
    Creating a wilderness training zone. (11)
    Purpose: To make a cool training area in the wild. Difficulty: 1-3 Classes Modified:
    Client.java, shop.cfg, autospawn.cfg, npchandler, item2.java, shop.cfg Assumed Knowledge:
    Copy/paste, basic knowledge of cases, and how to search. Credits: 10% fedexer(global object tut),
    10% to my friend for teaching me how to make monsters drop random things, 80% me for the idea, and
    comming up with it. REQUIREMENTS: Make sure that your server can use herblore, mining,
    woodcutting, theiving, and prayer. You must also have fedexer's global objects code. Other
    Thi....
  18. Creating Msn Account Without A Hotmail Account
    (3)
    i fyou don't have a hotmail account or an account which doesn't automatically work with msn
    from the start, this is how you do it. Step 1: go to the sign up page *go to "Use an e-mail
    address you already have" section and click the link* Step 2: enter your details (your real email,
    but the passwrd doesn't have to match, i think) Step 3: click next, type in you email again and
    click accept Step 4: open up your email account and confirm your actions. Step 5: go into msn and
    log in Modified URL to the portal page to avoid any confusion ....
  19. Evilboard (forum Software) - Multiple Categorys - Don't Work :(
    I am creating a forum and i can't fix more then 1 category. (6)
    I am at the moment trying to program my own forum, but i need more then a single category, here is
    my source: CODE function cat () { include("functions/functions.php");
    echo '<table width="100%"  border="0" cellspacing="0">
    <tr> <td class="eb_top" colspan="3" style="border-bottom-width:
    0; height: 30px; font-size: 12px;"> <b>Forum</b></td>
    </tr>';      global $catid;   $db = new db;   $db->connec....
  20. Ultima Online Graphics Tutorial
    Creating a custom login screen (2)
    I'm going to teach you how to create a custom login screen for Ultima Online. Ok, to start, you
    need a program called MUL Patcher . Unzip that. Next what you will want to do is make backups of
    -Gumpart.mul -Gumpidx.mul To do that, simply browse to your Ultima Online program folder
    (generally something like c:\program files\ultima online 2d). I recommend just making a
    copy of each file and changing the file extension of the copy to .MOD. Next, you want to open
    Mulpatcher. On the settings tab (the one displayed by default), you need to tell it where ....
  21. Creating Subdomain Hosting On Other Hosts?
    (3)
    Im interested to know if its possible to create subdomain service without setting up own hosting ?
    For example if I buy paying hosting with enough space.. is it possible in that case ? What are the
    negative sides of this thing and are there any positive things of it also ? /ohmy.gif"
    style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> does the hosting company
    usually have problem with this ??....
  22. Creating A Timer Program
    Using Visual Basic 2005 (8)
    This tutorial will explain how to create a basic timer using Visual Basic Express 2005. If you
    don't have it, it's free and you can dowload it from Microsoft's website. All you need
    is a few minutes to sit down and read this and a version of Visual Basic. OK, so what will this
    timer actually do? Well, you are able to enter a number of minutes and a message, and then click a
    button. Once the timer is up, your message pops up and you are reminded! So, basically it's
    a little reminder system. I use it to remind me when TV programmes start, when I have to....
  23. Creating Profiles In Php/mysql ?
    (7)
    i've started to learn php..im familiar to basics of php and mysql now.Now for example i want
    that some user can register to my website , and after that he can Login and log out , and he can see
    his profile.is there any tutorial about this ? or any helping url .. or any helping answer please
    /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
  24. Getting Started With Amfphp And Rias
    first steps in creating RIAs (2)
    AMFPHP in a short way is a library of php files that let u manage in JUST ONE FILE what u would do
    in many files like for example queries to mysql. So u can have tons of queries to mysql and all of
    them in just ONE FILE! so what is a RIA? a RIA is a Rich Internet Application commonly given
    to flash applications, not the animations or presentations we see daily on the internet but very
    useful and cool programs made in flash. the fisrt step u need to take is to download the AMFPHP
    library directly from its site at www.amfphp.org, in some free hosted sites the latest....
  25. Dreamweaver 2004
    the best software for creating web site? (19)
    Hy there! I am creating website in dreamweaver2004. I am satisficted with it because it has got
    a lot of options and all other stuff. Creating a web site was never that easy. I created my web site
    in just one week. Of course its not done jet but 55% of work is done. I love create flash animation
    and place it in my web site.It is a big pleasure to have a funny and interesting flash animation and
    also visited web page. My opinion: Its maybe the best software for creating web sites? What do u
    think? do you know a better software?....
  26. Delete Files And Directories Using Php
    following up from creating and writing (7)
    How To Delete Files and Directories follow up from creating them Hello all and
    welcome to my second tutorial involving file management. In my previous tutorial , I explained how
    to create, write and read files. In this tutorial I'll explain how to remove the files and
    directories you took so long to create. I did not explain last time how to create directories as I
    did not know, now I do, you can use the mkdir() function. Now with this tutorial.... Removing
    Files Removing files can easily be done with the unlink() function: CODE <? un....
  27. Creating Links In Images
    Using ImageReady (18)
    In this tutorial I will show you how to create links in your image. I'm shore there's a lot
    of different ways you can do this, but I'll just show you how to do it real easy. 1) After
    creating the image you want to add links to in photoshop, make shore the mode is set to RGB Color.
    Just go to Image -> Mode -> RGB Color. 2) Go to File -> Jump To -> Adobe ImageReady. Your image
    will now load into ImageReady. For this tutorial I will be using this image that I found: I will
    make the buttons of this navigation bar into links. 3) Press K to select the slice t....
  28. Making Money Creating Logo's
    How to make money designing logos using Adobe Photoshop (19)
    Hey all, Over the last few years I have been experimenting with making money over the internet.
    Being a very creative person I naturally took on to web design. However, I soon found that it was
    too time consuming for my liking and it rarely paidf off. Whilst playing around with Photoshop
    which someone bough me as a present I started to learn the essential techniques of graphic
    designers. Before I knew it I was able to make basic logos that could be sold at a price. Not long
    after discovering this I found a site that did forum auctions on logos. A customer requests a ....
  29. How To Create The Army System
    Anyone have a tut. on creating the syst. (11)
    Does anyone know how to make that army system for a different IPB 2.0 forum?....
  30. Creating a Compiler
    The Nightmare of a Comp Science Students (6)
    I got this assignment from my college: To create a working Compiler or Interpreter You need to
    design your own Language And build the compiler using Java or preferably C. This is one scary
    nightmare...dang....I wish I can just wake me up... but I can't this is not a nightmare. T_T
    Btw, does anyone here has any experience on creating compiler or interpreter using C? I am designing
    a language which is the combination of C and PHP. And I need help.....

    1. Looking for creating, programme

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for creating, programme

*MORE FROM TRAP17.COM*
Similar
Creating A Shortcut List Near The System Tray - Time saver tip for windows
Creating A Php Login System Using Mysql - I need help in creating a login system, what I want is a login system
Create Dynamic Html/php Pages Using Simple Vb.net Code - Taking your application data, and creating a webpage for others to vie
Creating A Floating Javascript Docking Menu
How To Start Your First Game Project - The first steps to creating your own game!
Creating A Fully Featured Cms - I am in the process of creating a fully featured CMS and need help
Creating A Good Website, How?!
Help Creating A Profile Website - how do i make a profile website
Getting Started With Mysql - creating tables and insert data into them.
Creating Something With Co-ordinates With Php. - Something like you see in those web-based php games, like a map or som
Trouble Creating Hosting Account - i would have posted in the HOSTED MEMBERS section but....
J-a-m: Just A Minute - meditation and visualization programme
Creating Forums - Help me please
Creating Clones Via Time Travel - A theory involving time machines
Creating Navigation For Html Websites - Have a common navigation menu for the whole website!
Next Generation Pokemon Games - Hey, I am currently creating my own pokemon game...
Runescape 2 Private Server: Code/guide 1 - Creating a wilderness training zone.
Creating Msn Account Without A Hotmail Account
Evilboard (forum Software) - Multiple Categorys - Don't Work :( - I am creating a forum and i can't fix more then 1 category.
Ultima Online Graphics Tutorial - Creating a custom login screen
Creating Subdomain Hosting On Other Hosts?
Creating A Timer Program - Using Visual Basic 2005
Creating Profiles In Php/mysql ?
Getting Started With Amfphp And Rias - first steps in creating RIAs
Dreamweaver 2004 - the best software for creating web site?
Delete Files And Directories Using Php - following up from creating and writing
Creating Links In Images - Using ImageReady
Making Money Creating Logo's - How to make money designing logos using Adobe Photoshop
How To Create The Army System - Anyone have a tut. on creating the syst.
Creating a Compiler - The Nightmare of a Comp Science Students
advertisement



creating a programme..



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
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