PDA

View Full Version : Visual basic 6 code


iqbal90
Aug 19, 2010, 06:36 PM
How to create a simple coding for a system? Means here before this, I do have a system that I create for my assignment... but just then, I reallize that the coding that I code's in the VB6 is too copmplex... sometimes when I read it back, I will deezy too... so if there any tips for this kind of prob's??

KISS
Aug 19, 2010, 07:06 PM
Either flowchart or write pseudocode.

Example of pseudocode.
Input numbers; <Enter signifies last number>
Sort
Print numbers in 10 column form.

slapshot_oi
Aug 19, 2010, 07:14 PM
Diagrams (UML and ER diagrams) and bouncing ideas off anyone who will listen is what has always worked for me.

I just had a conversation today with my boss on "isa hasa".. . We, well I, was trying to distinguish between categories and attributes of an item.