Learning Basic Programming: Lesson 2

Lesson 2 of my learning basic programming series of video tutorials.

if you have any questions about the lesson PLEASE comment, and i can help you out.

Duration : 0:25:39



25 Responses to “Learning Basic Programming: Lesson 2”

  1. tylerjnewman Says:

    Thanks man. Keep em …
    Thanks man. Keep em comming.

  2. SteveSMA Says:

    OMG thank you, I …
    OMG thank you, I learn so much.

  3. mjksk891 Says:

    I made the final …
    I made the final program, and you teach so well that i was able to add a working multiply and divide sub. thank you!!!

  4. jaywalker512 Says:

    Thanks, im glad you …
    Thanks, im glad you enjoyed learning it :)

  5. corpulentmantis Says:

    The calculator does …
    The calculator does not work with decimals. It just reads the number before the decimal. for example, 1.5 + 1.5 would = 2, whereas it should be 3. Do you know how to fix this?

  6. zsakul2 Says:

    You say imagine …
    You say imagine that alot..

  7. henk102 Says:

    very nice but I …
    very nice but I dont undestand what ’sleep’ means.

  8. henk102 Says:

    Ok I got it.
    Ok I got it.

  9. RastafarianPilgrim Says:

    Question for …
    Question for Jaywalker512;
    When I wish to compile it messages me “Compilation failed!”
    How come? and what can I do to prevent this?

  10. Tyler11440 Says:

    corpulentmatis: …
    corpulentmatis: they can only be integers, integers are not decimals

    henk102: sleep means to stop and pause basically

    rastafarianPilgrim: probably just a problem with your computer, same happens to me with windows movie maker.

    jaywalker: how do i make it into an actual program that i can open and run without opening FBIde?

  11. UFaKinDum Says:

    is there a website …
    is there a website that I can download all the program code?

  12. YouFreakingtube Says:

    when i download …
    when i download Freebasic i get A Command shell..? why?

  13. jaywalker512 Says:

    you only downloaded …
    you only downloaded the compiler, you need to downloade FBIDE as well in order to have the ide.

  14. RubikMaster911 Says:

    Wait a minute you …
    Wait a minute you don’t even have to all that. You can do.
    INPUT “Whats your name” ;namme$
    PRINT namme$

  15. rapboy775 Says:

    please can u tell …
    please can u tell me how can i make a decent exit for that because u know that if ure going 2 close that it’ll say that “wandows canot terminate program ….”

  16. westsan Says:

    They should search …
    They should search FBIDE and DL the combined FreeBasic + FBIDE combined package.

  17. rapboy775 Says:

    well i figured out …
    well i figured out how 2 make an exit i just did a sub exit and leave it empty so if u chose from the main exit it’ll disapare ^^ so u can avoid that f**king annoying “windows cannot end this program blablabla..”

  18. rougue18 Says:

    Hey great videos, …
    Hey great videos, just out of curiosity with is the difference between the input and print commands they seem to serve mthe same fucntion.

  19. jaywalker512 Says:

    the input command …
    the input command takes input from the user, print cannot do this.

  20. rougue18 Says:

    How can i fix this …
    How can i fix this problem, I know its not the code its the program,what version are you using and where can i download that?

    Compiler output:
    C:\FreeBasic\FBIDETEMP.o:fake:(.text+0×5f): undefined reference to `ADD@0′
    C:\FreeBasic\FBIDETEMP.o:fake:(.text+0×6c): undefined reference to `SUBTRACT@0′

    Results:
    Compilation failed

  21. hrca88 Says:

    hey..can anyone …
    hey..can anyone help me with my problem…when i am going to quick run program with input function error 14 show up…only print function can work..anyone know where is problem.please help me to sold my problem out

  22. millerhighlife06 Says:

    Try compiling it …
    Try compiling it straight from the command-line. e.g. fbc sourcename.bas - Let’s see if you get the same issue.

  23. larryisfunny389 Says:

    What would you say …
    What would you say is the best free basic enviorment

  24. TheAnonymousViewer Says:

    The best BASIC …
    The best BASIC environment that is free, or the best FreeBASIC (the language) environment?

  25. larryisfunny389 Says:

    the best basic …
    the best basic enviornment for free

Leave a Reply

Posted on September 15th, 2006 by admin

Filed under QBASIC |

|