I cant find any that teach soley console stuff. its all using windows form![]()

I cant find any that teach soley console stuff. its all using windows form![]()
the logic syntax and loop syntax is all the same, except you use things like:
to input and output things. Here's my comp 1 preliminary from last year (Skeleton program that I added to). It might be a bit complex but it should give you an idea of the major structures in a console environment: http://dl.dropbox.com/u/3663961/comp1.txtCode:console.readline console.write console.writeline
Ex-janitor. Might pop in from time to time, otherwise you can grab all my information from http://jamesy.me.uk/
Remember i've only had 2 lessons ahahthe logic syntax and loop syntax is all the same, except you use things like:
to input and output things. Here's my comp 1 preliminary from last year (Skeleton program that I added to). It might be a bit complex but it should give you an idea of the major structures in a console environment: http://dl.dropbox.com/u/3663961/comp1.txtCode:console.readline console.write console.writelineBut thanks, that text helps a lot with showing me how certain stuff is used n whatever. I understand much of it like dim and console.writeline and all that jazz. Thankies.
I suggest you head over to hackforums.net as they have a lot of tutorials, espically in VB..
Want to hide these adverts? Register an account for free!