Ask Experts Questions for FREE Help!
Ask    ||    Answer
 
Advanced  
 

Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
Free Answers in 3 Easy Steps

Register Now
3 Steps

At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.

Home > Computers & Technology > Other Computers   »   basic

 
Thread Tools Search this Thread Display Modes
Question
 
 
Old Aug 9, 2005, 11:10 PM
Dosfreak
New Member
Dosfreak is offline
 
Join Date: Aug 2005
Posts: 15
Dosfreak See this member's comment history on his/her Profile page.
Does anyone use basic?

Is there anyone here that is a teenager and programs in Qbasic?

Reply With Quote
 
     

Answers
 
 
Old Aug 12, 2005, 04:42 AM   #11  
Senior Member
CroCivic91 is offline
 
CroCivic91's Avatar
 
Join Date: Nov 2004
Location: Zagreb, Croatia
Posts: 730
CroCivic91 See this member's comment history on his/her Profile page.
Send a message via ICQ to CroCivic91 Send a message via Yahoo to CroCivic91
Well, if it means anything, i'm 21 now, started with QBasic myself, back in the days on ZX Spectrum.

Looks like a lot of coders start with Basic, move on to C and finish up with C++ or Java. I just used Pascal in between the Basic and C.

Anyway, as guys here told you, do try to learn Basic, learn how to think like a machine. You'll have a strong base and will find it quite easy to move to other programming languages (like Pascal and C), and finally arrive at C++ or Java (not dissing out VisualBasic or anything here...). Just don't try skipping the steps while you're young. You might find it a bit hard and might get frustrated and there is really no need to get frustrated. If you like programming, stick to it. It's a very good thing for making money (if nothing else)
  Reply With Quote
 
     
 
 
Old Aug 12, 2005, 05:08 AM   #12  
Computer Expert and Renaissance Man
ScottGem is offline
 
ScottGem's Avatar
 
Join Date: Jan 2003
Location: LI, NY - USA
Posts: 33,648
ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.
Pay to call ScottGem for advice ($.75/min)
Call ScottGem via Skype™
Quote:
Originally Posted by Dosfreak
Your help has been useful thnks for it you all shoud try Qbasic it is easy and fun to do we can share programs maybe if you all learn
Programming in QBasic is like taking a horse and buggy on an interstate. It may get you where you are going but not very efficiently. On the other handle, once you learn the techniques of programming, its easier to move to another language. Generally the majority of programming is summed up by If...Then...Else and Do...While.

However, today's object oriented languages carry an extra level of complexity that you don't see in QBasic.

My point is that, while its good to learn QBasic as a starting point, its basically a dead language that is not very productive. You should move on.
  Reply With Quote
 
     
 
 
Old Aug 12, 2005, 08:32 AM   #13  
New Member
Dosfreak is offline
 
Join Date: Aug 2005
Posts: 15
Dosfreak See this member's comment history on his/her Profile page.
ok

Quote:
Originally Posted by ScottGem
Programming in QBasic is like taking a horse and buggy on an interstate. It may get you where you are going but not very efficiently. On the other handle, once you learn the techniques of programming, its easier to move to another language. Generally the majority of programming is summed up by If...Then...Else and Do...While.

However, today's object oriented languages carry an extra level of complexity that you don't see in QBasic.

My point is that, while its good to learn QBasic as a starting point, its basically a dead language that is not very productive. You should move on.
Yea you guys helped some I am just trying to learn the basics of programing then I will go on to pascal but do you need a compiler or something like that also is there a website that gives free tutorials for pascal I heard pascal is a pretty good language to u recomend it?thnks
  Reply With Quote
 
     
 
 
Old Aug 13, 2005, 03:38 AM   #14  
Computer Expert and Renaissance Man
ScottGem is offline
 
ScottGem's Avatar
 
Join Date: Jan 2003
Location: LI, NY - USA
Posts: 33,648
ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.ScottGem See this member's comment history on his/her Profile page.
Pay to call ScottGem for advice ($.75/min)
Call ScottGem via Skype™
Quote:
Originally Posted by Dosfreak
Yea you guys helped some I am just trying to learn the basics of programing then I will go on to pascal but do you need a compiler or something like that also is there a website that gives free tutorials for pascal I heard pascal is a pretty good language to u recomend it?thnks
Most Windows programs used Visual Basic or C++
  Reply With Quote
 
     
 
 
Old Aug 18, 2005, 05:46 AM   #15  
Senior Member
CroCivic91 is offline
 
CroCivic91's Avatar
 
Join Date: Nov 2004
Location: Zagreb, Croatia
Posts: 730
CroCivic91 See this member's comment history on his/her Profile page.
Send a message via ICQ to CroCivic91 Send a message via Yahoo to CroCivic91
Quote:
Originally Posted by Dosfreak
Yea you guys helped some I am just trying to learn the basics of programing then I will go on to pascal but do you need a compiler or something like that also is there a website that gives free tutorials for pascal I heard pascal is a pretty good language to u recomend it?thnks
I think for basic programming Basic is the best. You learn how to think as a machine, without the extra work pascal and C require you to take care of. When you learn basic and want to upgrade your knowledge, C might be a bit too much to handle. Pascal is a nice step in between. You'll learn that you have to declare variables and stuff. You can also get the basic idea of pointers (the thing that bugs most of people starting with C). You'll learn even more techniques and things with Pascal, and you'll be ready for C. In C you will learn a lot again. When you're done with it, you can turn to Object Oriented Programming with Java or C++.

For Pascal, you can find TurboPascal which is an editor and compiler all in one. For tutorials, you'll have to search the net on your own.

If you feel confident enough (only when you learn basic well), you can try learning C right away...it will save you the hassle of moving from Basic syntax to Pascal syntax and then again to C syntax, but it might seem frustrating if it gets a too big bite for you at that age, and you might quit coding altogether.

----- EDIT -----

Let me just mention that there are great tools to build windows applications (like VisualBasic) from Borland. Delphi is a great tool that uses Pascal as a programming language, and C++ Builder is almost the same tool but it uses C++ as a programming language. I can say i made some pretty neat Trojan Horses (none of them were ever spread, only used as jokes on my friends and never in a harmfull way, although i coded a possibility to mess with their hard disks) and useful tools back in my days with Delphi and later C++ Builder.
  Reply With Quote
 
     
 
 
Old Aug 18, 2005, 07:58 AM   #16  
Ultra Member
LTheobald is offline
 
LTheobald's Avatar
 
Join Date: Feb 2004
Location: Cambridge, UK
Posts: 1,047
LTheobald See this member's comment history on his/her Profile page.LTheobald See this member's comment history on his/her Profile page.
Call LTheobald via Skype™ Send a message via MSN to LTheobald
Pascal was the first language I ever learnt. It was easy to learn and it was a lot of fun. Use Pascal to get a taste of programming and then I would move straight onto a OO (Object Orientated) language. OO languages are the way to go nowadays and that either means a .Net language (C# or possibly VB.Net) or Java.

I wouldn't bother going from Pascal to C. You won't learn many new skills and it will be best to switch to a more modern language.

Another advantage with going onto Java/.Net - as these are the two most common languages/frameworks used (I believe), there are tonnes of resources out there for them.
  Reply With Quote
 
     
 
 
Old Aug 19, 2005, 09:00 AM   #17  
New Member
Dosfreak is offline
 
Join Date: Aug 2005
Posts: 15
Dosfreak See this member's comment history on his/her Profile page.
Quote:
Originally Posted by CroCivic91
I think for basic programming Basic is the best. You learn how to think as a machine, without the extra work pascal and C require you to take care of. When you learn basic and want to upgrade your knowledge, C might be a bit too much to handle. Pascal is a nice step in between. You'll learn that you have to declare variables and stuff. You can also get the basic idea of pointers (the thing that bugs most of people starting with C). You'll learn even more techniques and things with Pascal, and you'll be ready for C. In C you will learn a lot again. When you're done with it, you can turn to Object Oriented Programming with Java or C++.

For Pascal, you can find TurboPascal which is an editor and compiler all in one. For tutorials, you'll have to search the net on your own.

If you feel confident enough (only when you learn basic well), you can try learning C right away...it will save you the hassle of moving from Basic syntax to Pascal syntax and then again to C syntax, but it might seem frustrating if it gets a too big bite for you at that age, and you might quit coding altogether.

----- EDIT -----

Let me just mention that there are great tools to build windows applications (like VisualBasic) from Borland. Delphi is a great tool that uses Pascal as a programming language, and C++ Builder is almost the same tool but it uses C++ as a programming language. I can say i made some pretty neat Trojan Horses (none of them were ever spread, only used as jokes on my friends and never in a harmfull way, although i coded a possibility to mess with their hard disks) and useful tools back in my days with Delphi and later C++ Builder.
thnxs I think once I get the tools for pascal I will go on to it basic is awesome to start out with though you get used to the programing field and you learn how to think as a machine basic is good but it is not enough for what I want I want to program video games like doom&doomII and like ROTT those games are awesome those were the days when all you did was shoot the crap out of monsters and demons for fun you didnt worry about the graphics first it was the game play then looks came seconed. I belive that is how games should be made not just for the awesome high tech graphics in these new games some of them are good though like Halo for example.
  Reply With Quote
 
     

Your Answer
Email me when someone replies to my answer
Join Login





Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

 
Similar Sponsors


Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Similar Threads
Basic Pharmacology ?
(0 replies)
Which version of BASIC
(4 replies)
visual basic
(1 replies)
Visual Basic
(1 replies)
Basic Thermodynamics
(0 replies)

Search this Thread

Advanced Search

Bookmarks

Sponsors



Copyright ©2003 - 2009, Ask Me Help Desk.
All times are GMT -8. The time now is 01:33 PM.