| View previous topic :: View next topic |
| Author |
Message |
fuzzy Cheater
Reputation: 0
Joined: 28 Aug 2007 Posts: 28 Location: In an old women's boot
|
Posted: Thu Aug 30, 2007 4:57 pm Post subject: first programming language |
|
|
kk i've done some web scripting stuff (html css javascript) and now i wanna start programming. i wanna know if delphi is an easy language to learn. i read on other threads that u should start out with like c++ or vb but no1 says how hard delphi is. just lemme kno. _________________
IF QUIZES ARE QUIZICLE THEN WHAT ARE TESTS?
btw my avatar is ment to be a joke >_>
 |
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Thu Aug 30, 2007 5:01 pm Post subject: |
|
|
Delphi isn't a programming language, it's a compiler. It compiles Pascal (and some other things).
And yes, it is very easy.
Visual Basic you will regret learning, and C++ isn't really a starter's language. |
|
| Back to top |
|
 |
fuzzy Cheater
Reputation: 0
Joined: 28 Aug 2007 Posts: 28 Location: In an old women's boot
|
Posted: Thu Aug 30, 2007 5:08 pm Post subject: |
|
|
oh ok =p w/e then wut do u suggest? _________________
IF QUIZES ARE QUIZICLE THEN WHAT ARE TESTS?
btw my avatar is ment to be a joke >_>
 |
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Thu Aug 30, 2007 5:15 pm Post subject: |
|
|
| Delphi. It's very simple. |
|
| Back to top |
|
 |
fuzzy Cheater
Reputation: 0
Joined: 28 Aug 2007 Posts: 28 Location: In an old women's boot
|
Posted: Thu Aug 30, 2007 5:18 pm Post subject: |
|
|
yeh it is. i click the button thing and i click on the form and a button appears... lol i'm using delphi 7-- sooo easy. i'm watching a tutorial right now. _________________
IF QUIZES ARE QUIZICLE THEN WHAT ARE TESTS?
btw my avatar is ment to be a joke >_>
 |
|
| Back to top |
|
 |
gmaster1440 Master Cheater
Reputation: 0
Joined: 26 Jun 2006 Posts: 365 Location: a,b,c++
|
Posted: Thu Aug 30, 2007 5:25 pm Post subject: |
|
|
There is nothing to regret about visual basic. It will help you later on with more complex languages. _________________
c++ pointers... |
|
| Back to top |
|
 |
fuzzy Cheater
Reputation: 0
Joined: 28 Aug 2007 Posts: 28 Location: In an old women's boot
|
Posted: Thu Aug 30, 2007 5:40 pm Post subject: |
|
|
umm real fast whats the command for closing the window when i click a button? i'm putting it on OnMouseUp. oh yeah and how do i make the file a .exe? lol new to this. ty for helping _________________
IF QUIZES ARE QUIZICLE THEN WHAT ARE TESTS?
btw my avatar is ment to be a joke >_>
 |
|
| Back to top |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 88
|
Posted: Thu Aug 30, 2007 6:13 pm Post subject: |
|
|
| just save the project and it should save you an .exe file |
|
| Back to top |
|
 |
fuzzy Cheater
Reputation: 0
Joined: 28 Aug 2007 Posts: 28 Location: In an old women's boot
|
Posted: Thu Aug 30, 2007 6:15 pm Post subject: |
|
|
ur right! lol ty now i just need the command >_< _________________
IF QUIZES ARE QUIZICLE THEN WHAT ARE TESTS?
btw my avatar is ment to be a joke >_>
 |
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Thu Aug 30, 2007 11:19 pm Post subject: |
|
|
Learn C or ASM (Any type). Delphi has all this "window builder" shit. If you learn that, you won't understand how a window works, and how it receives messages. _________________
|
|
| Back to top |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Fri Aug 31, 2007 1:40 am Post subject: |
|
|
| compactwater wrote: | | Delphi. It's very simple. |
Do you no any free Delphi links if so PM me i dont think your allowed to post it here cuz kaspersky sent me 1 and it infected my comp so badly i had 2 reformat and when i finished formatting i had no drivers so yea
il give you +rep and im not a leecher i like 2 learn not leech!
Edit: i think now all i need is a serial so if anyone has 1 pm it to me please il still be search and i will edit when i am done so if you wouldnt mind if your feeling bored and got free time please search for me
Almost forgot !!Codegear Delphi 2007!! _________________
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Fri Aug 31, 2007 5:33 am Post subject: |
|
|
| gmaster1440 wrote: | | There is nothing to regret about visual basic. It will help you later on with more complex languages. |
LOL LOL LOL LOL LOL LOL LOL LOL! |
|
| Back to top |
|
 |
gmaster1440 Master Cheater
Reputation: 0
Joined: 26 Jun 2006 Posts: 365 Location: a,b,c++
|
Posted: Fri Aug 31, 2007 7:15 am Post subject: |
|
|
| fuzzy wrote: | | umm real fast whats the command for closing the window when i click a button? i'm putting it on OnMouseUp. oh yeah and how do i make the file a .exe? lol new to this. ty for helping |
Create a button and then put the following word in between its sub and end sub:
End _________________
c++ pointers... |
|
| Back to top |
|
 |
nog_lorp Grandmaster Cheater
Reputation: 0
Joined: 26 Feb 2006 Posts: 743
|
Posted: Fri Aug 31, 2007 8:02 am Post subject: |
|
|
If you are going to learn basic, don't use VB, use something like QBasic or PowerBasic. That will teach you some of the ideas of programming without turning you into a VB-zombie (hopefully).
Good languages to learn (pick one to learn first):
C
x86 Assembly
Java
Perl (not good first language)
PHP
~nog_lorp _________________
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish |
|
| Back to top |
|
 |
|