Please support our Pascal and Delphi advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Nov 2006
Posts: 5
Reputation: Cheat King is an unknown quantity at this point 
Solved Threads: 0
Cheat King's Avatar
Cheat King Cheat King is offline Offline
Banned

Hi,

 
0
  #1
Nov 11th, 2006
Hi, I'm new to this forum and am only 11. I know I'm a little too young to do complicated programs in Delphi an Pascal, but I have joined a programming club at my school and already I feel I've done quite a bit of programs. But the programming club is only on Thursdays and I'm bored, so please could you get me started and give me a few tips/codes/tutorial links.

Thanks,
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,244
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 540
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Hi,

 
0
  #2
Nov 12th, 2006
i joined when i was 13/14 (im 16 now)

i was like you, i could kinda do vb and pascal and now i study computing at college

Umm best bet is a book - beware as some are really in depth

do you have any programming software already?

if you have Visual basic 6 i can give you loads of stuff (im studying it at college)
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 5
Reputation: Cheat King is an unknown quantity at this point 
Solved Threads: 0
Cheat King's Avatar
Cheat King Cheat King is offline Offline
Banned

Re: Hi,

 
0
  #3
Nov 12th, 2006
I have pascal, ive heard of visual basic but ive never know what it was for LOL. I have added you to MSN my addys <snip>


Originally Posted by proliant_fan View Post
i joined when i was 13/14 (im 16 now)

i was like you, i could kinda do vb and pascal and now i study computing at college

Umm best bet is a book - beware as some are really in depth

do you have any programming software already?

if you have Visual basic 6 i can give you loads of stuff (im studying it at college)
Last edited by Ancient Dragon; Nov 14th, 2006 at 6:58 pm. Reason: removed e-mail address
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,244
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 540
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Hi,

 
0
  #4
Nov 12th, 2006
visual basic is liek pascal but easier:

e.g

Pascal and Delphi Syntax (Toggle Plain Text)
  1.  
  2. private sub command1_click
  3.  
  4. dim name as string
  5.  
  6. name=inputbox("Enter name:")
  7. msgbox "Welcome &name& "
  8.  
  9. end sub
Last edited by jbennet; Nov 12th, 2006 at 12:01 pm.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,244
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 540
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Hi,

 
0
  #5
Nov 12th, 2006
look at that visual basic express i talked to u about on msn
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 1,091
Reputation: MattEvans is a jewel in the rough MattEvans is a jewel in the rough MattEvans is a jewel in the rough 
Solved Threads: 63
Moderator
Featured Poster
MattEvans's Avatar
MattEvans MattEvans is offline Offline
Veteran Poster

Re: Hi,

 
0
  #6
Nov 13th, 2006
VB is good for learning, but don't get too caught up programming in it. I started programming at 11, and now I'm 20. It took me a long time (>2 years) to realise there was more out there than VB, and that I was using it for (mostly) the wrong things.

You will find though; if you can pick up one language, it's quite easy to move onto another. I'd suggest Java if you want something as simple as VB but with a better structure, and C++ if you want to learn loads. I never finished learning C++.

Delphi's a nice thing but the syntax is strange (similar to VB) when compared to other Object-Orientated languages.

What sort of things do you want to program?
Plato forgot the nullahedron..
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 5
Reputation: Cheat King is an unknown quantity at this point 
Solved Threads: 0
Cheat King's Avatar
Cheat King Cheat King is offline Offline
Banned

Re: Hi,

 
0
  #7
Nov 14th, 2006
Well I don't know what I want to program really, I just want to do something LOL.





Originally Posted by MattEvans View Post
VB is good for learning, but don't get too caught up programming in it. I started programming at 11, and now I'm 20. It took me a long time (>2 years) to realise there was more out there than VB, and that I was using it for (mostly) the wrong things.

You will find though; if you can pick up one language, it's quite easy to move onto another. I'd suggest Java if you want something as simple as VB but with a better structure, and C++ if you want to learn loads. I never finished learning C++.

Delphi's a nice thing but the syntax is strange (similar to VB) when compared to other Object-Orientated languages.

What sort of things do you want to program?
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 523
Reputation: pty is on a distinguished road 
Solved Threads: 37
pty's Avatar
pty pty is offline Offline
Posting Pro

Re: Hi,

 
0
  #8
Nov 17th, 2006
Delphi is a good place to start, it isn't the trendiest language around nowerdays but it teaches you good habbits and is extremely powerful and flexible. This chap has a very good guide and set of tutorials.

I have been using Ruby for the last two years or so and have not looked back. You can try it instantly, online here. Ruby is open and free.
Note to self... pocket cup
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,244
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 540
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Hi,

 
0
  #9
Nov 17th, 2006
im getting into VB. i got a small (bit bigger thab pocket sized) book, made by microsoft press for £12.99 and it came with VB express edition
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 5
Reputation: Cheat King is an unknown quantity at this point 
Solved Threads: 0
Cheat King's Avatar
Cheat King Cheat King is offline Offline
Banned

Re: Hi,

 
0
  #10
Nov 25th, 2006
At the programming club, we have only done programs with one form and no next button, I was just wondering if you know how to do multiple windows,

Thanks in advance,
Last edited by Cheat King; Nov 25th, 2006 at 3:25 pm. Reason: Spelling Erorrs
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Pascal and Delphi Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC