megacharge2
Oct 11, 2007, 06:22 PM
Hello.
A friend of mine drew me into visual basic classes for my school, and I am currently stuck on doing pseudo codes.
Does anyone have good insights and tips on how to make one?
And does anyone have examples?
Thank you.
KISS
Oct 11, 2007, 07:05 PM
Pseudo code is just a verbal description of what you might code without any structure.
An example:
Wait until the busy bit is clear.
You might be able to code in C or VB. In order to code there is a lot more stuff that's necessary, but it's left out.
Another.
Add the item into a linked list. Or even "Add the item to the list."
Select the item using a binary search technique. Or "Search for the item"
The pseudo code can be at any level of abstraction.
Duane in Japan
Oct 22, 2007, 05:44 AM
Beginner Developer Learning Center: Code Rules (http://msdn.microsoft.com/vstudio/express/beginner/kids/coderules/)
Download the course, it takes about 6 minutes, I know how hard it is for a bigginer, I was one last year, but Visual Studio took care of that.
In the above student folder (PDF) read section 3, pseudo code, I don't mind posting to a student like yourself because it does not do the work for you, it will just help you to understand the meaning of pseudo, a pseudo geek thinks he is a geek, but he really isn't, not even close.