i am a beginner ,it is a better ,but i dont know how to learn it.
Announcement
Collapse
No announcement yet.
i am a beginner.how do i learn it?
Collapse
X
-
Originally posted by guangyuan liu View Posti am a beginner ,it is a better ,but i dont know how to learn it.It's a pretty day. I hope you enjoy it.
Gösta
My Ego Site: http://www.SwedesDock.comPB Newby Tips: http://www.swedesdock.com/powerbasic/pb_shortcuts.htmlJWAM: (Quit Smoking): http://www.SwedesDock.com/smokingLDN - A Miracle Drug: http://www.SwedesDock.com/LDN/
Comment
-
Start Small
Computers are stupid, you have to tell them everything...
Start with 1 button and 1 text box.. see what it takes to put text it the box when you push a button....
Read through the Keywords just to get a feel for what they do and concentrate on the ones that apply to what you want to do...
Ask questions.. don't get too deep in the beginning...Warped by the rain, Driven by the snow...
jimatluv2rescue.com
Comment
-
Once you think you understand some sample code about something you have an interest in, copy it, change the name of the file and save to a different directory. Then using that file under the new name, make changes, a few at a time, experimenting with things that you think will be important to you.
Don't try too much at once, better to move forward in small steps at first.
Don't be afraid to try anything that comes to mind, you will not hurt the compiler.
Very early in your studies, get acquainted with the debugger, and all the debugging tools.
Welcome to the world of Power Basic!!Rod
In some future era, dark matter and dark energy will only be found in Astronomy's Dark Ages.
Comment
-
Surprised no one has mentioned that you should actually read the help file, each command is thoroughly detailed with sample code. Probably best to get a copy of the old win32.hlp file as well if you want to use the more advanced Windows API commands (if you don't know the API well). Microsoft's MSDN (online) is a good reference.
Oh yeah, almost forgot, buy a ton of coffeeand prepare for late nights programming 'cause it's fun
Comment
-
Do you have a particular project in mind to do? It does not have to be one you will be paid for. When I first started learning C++ (for console, not GUI), I wrote a program to calculate sales tax. It remains a useful program for me, and I doubt I would ever have acquired such a program without doing it myself. If you know what you want to accomplish, it would be easier to advise you about where to concentrate your efforts.Erich Schulman (KT4VOL/KTN4CA)
Go Big Orange
Comment
-
Originally posted by guangyuan liu View Posti am a beginner ,it is a better ,but i dont know how to learn it.
check out
Comment
-
>Surprised no one has mentioned that you should actually read the help file
The help file does NOT get you started programming, or even get you started programming using the BASIC language.
The PB/WIN compilers assume the user already understands the fundamentals or programming in the BASIC language.
(FWIW, the PB/DOS [printed] manual DOES include some real nice sections on "getting started programming using the BASIC language")
MCMMichael Mattias
Tal Systems (retired)
Port Washington WI USA
[email protected]
http://www.talsystems.com
Comment
-
The help file does NOT get you started programming, or even get you started programming using the BASIC language.
Comment
Comment