English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do I find out how to write proper codes for programming in Visual basic? I'm in a flowcharting class on my second day.
He hasn't yet got into programming yet but maybe someone can explain about codes. How am I to find proper codes and how do I know it is the correct code for the program I'm starting? What I've seen so far is quite confusing and looks very complex. I'm wondering if it may be over my head. Is there a book or web site that explains codes for programming?

2007-01-22 14:53:56 · 4 answers · asked by Carl Ray 1 in Computers & Internet Programming & Design

4 answers

check out http://www.pscode.com for great sample codes. It has everything from simple functions and subprocedures (functions return values, subs execute other code) to complete applications.

2007-01-22 16:23:20 · answer #1 · answered by Richard H 7 · 0 0

Visual basic can be VERY confusing, i took an introduction class in high school, and i learned a few things. What you can do with it is absolutly amazing, you basicly get to write your own programs.

The scripting can be confusing, but most of the time it will kind of hint to you if your off, and give you tips on fixing it.

As for books or websites, there are a few sites out there, just google it, and as for books, just stop by your local bookstore and look for a Visual Basic Programmers Guide, it will really help you out, i have one of my own, though its a bit out of date.

Visual basic is a lot of fun, but it can take some time to get used to, and to fix all the bugs that my popup during creation. Good luck!

2007-01-22 15:00:45 · answer #2 · answered by Anonymous · 0 0

It sounds like you are brand new to programming. Learning to program is like learning another language, a language that a compiler can translate into machine language.

You will learn how to produce code that when compiled will tell a computer exactly what to do.

the best way to learn is to jump right in and start. Microsoft has for the first time released their popular programming suites for free for students and hobbyists.

If you want to learn visual basic (one of the easier languages, especially if you use Microsoft's software), go to Microsoft.com and download + install visual basic 2005 express edition.

if you want good books to learn at your own pace, my favorite publisher for beginning material is Murach. Go to www.Murach.com and check out their programming books. They have a beginning visual basic book you should look into with plenty of practice examples to develop your skills.

good luck and have fun with it.

2007-01-22 15:08:04 · answer #3 · answered by Steve 5 · 0 0

sure, I am going to assume 2 to 10 inclusively. for x= 2 to 10 remain=x mod 2 if remain=0 then print x next

2016-05-23 23:40:54 · answer #4 · answered by ? 4 · 0 0

fedest.com, questions and answers