The key points of Software programming

Closed
justin koko Posts 5 Registration date Thursday February 27, 2014 Status Member Last seen October 30, 2014 - Feb 27, 2014 at 05:08 PM
justin koko Posts 5 Registration date Thursday February 27, 2014 Status Member Last seen October 30, 2014 - Feb 28, 2014 at 02:26 PM
Hello, I just want to know how is a Software programming<code done in details. Thanks again.
Related:

2 responses

Blocked Profile
Feb 27, 2014 at 05:19 PM
Hang in there grasshopper.

Programming is all structure, format, and remarks of what does what.
FUnctin runme(intTHEVARIABLE_ONE:int; intTHEVARIABLE_TWO:int)
'##################################
'#######this is a good example of clear remarks##
'#######as this function returns the value of ####
'#######good record keeping##############
'#######when passed intTHEVARIABLE_ONE######
'##################################
if thevariable!="" { ' ##here is where the loop begins notce the indention##
DOSOMETHING(intTHEVARIABLE_ONE) '####calls subroutine####
} '##########finished the loop notice the indintion##
'#########something else to notice is the structure of the variables###
'#########as in Integers starting with int, or strings starting with STR##
'#########that is good nameing structure and formatting####
end function



Look at some EXCEL VB code from Trowad, perfect structure and format.

I hope this helps:



Have FUN
"If you can't soar with the eagles, then don't fly with the flock!" - Oliver Sykes; Bring Me The Horizon
0
Blocked Profile
Feb 27, 2014 at 07:17 PM


Ok, lets try this again, I thought about. A brew at what ever temperature you prefer for any that tells me where the code fails.
0
justin koko Posts 5 Registration date Thursday February 27, 2014 Status Member Last seen October 30, 2014
Feb 28, 2014 at 02:26 PM
It was clair a bit. thank you, was just for some information
0