Music Banter - View Single Post - Batch Programming
View Single Post
Old 08-31-2009, 05:14 PM   #5 (permalink)
Zer0
 
Zer0's Avatar
 
Join Date: Sep 2007
Location: Ireland
Posts: 3,792
Default

I've never done batch programming. I'm pretty experienced in JAVA, 8051 chip assembly code, VHDL code and some C code. I learned JAVA as my main programming language instead of C++ which is a bit of a pain in the balls as regards job opportunities.

That code looks very similar to chip assembly code so i can kinda work out what's going on.
In the second set of code a variable is set to '1'.
The loop then increments the variable by 1
When the variable gets to '101' it breaks the loop
__________________
Zer0 is offline   Reply With Quote