954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Hi,

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,

Cheat King
Newbie Poster
Banned
5 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

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)

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

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 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)

Cheat King
Newbie Poster
Banned
5 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

visual basic is liek pascal but easier:

e.g

private sub command1_click
 
dim name as string
 
name=inputbox("Enter name:")
msgbox "Welcome &name& "
 
end sub
jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

look at that visual basic express i talked to u about on msn

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

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?

MattEvans
Veteran Poster
Moderator
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
 

Well I don't know what I want to program really, I just want to do something LOL.

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?
Cheat King
Newbie Poster
Banned
5 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

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.

pty
Posting Pro
530 posts since Oct 2005
Reputation Points: 64
Solved Threads: 39
 

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

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

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,

Cheat King
Newbie Poster
Banned
5 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

in VB6 do (formname.show)

e.g

private sub command1_click
form2.show
end sub


in .NET its a bit more complex

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

Thanks but I'm looking for it in Delphi and Pascal because I can't download VB because I don't have enough space.

Cheat King
Newbie Poster
Banned
5 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

if you install everything its less than 600 meg
if you dont install the MSDN or SQL its much less

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You