Kinda new here, again...
#9
(12-26-2022, 11:13 PM)TerryRitchie Wrote: Welcome!

I'm glad my tutorial brought you to us. Please feel free to ask questions here at the forum (there are no dumb questions by the way) or directly to me through the email address provided on the tutorial site.

I also like QB64 because of how you need to use it ... that is most everything needs to be made from scratch which in my opinion makes a better programmer and well it's just more satisfying to roll you own so to speak.

Again, Welcome!

You nailed it on the head when you said everything needs to be made from scratch.  That's what seems to be what is curing my itch haha.  I really appreciate you making that tutorial. I keep coming back to it as opposed to the thousands of beginner tutorials out there in all the various languages.  I read an article somewhere where a programmer was speculating that growing up in the 80's and having the limited number of languages, software, simpler computers, etc. was a huge advantage compared to trying to learn about those things now.  I wish I could have an old computer from back then and one of the hefty manuals that came with them.  

Here's an example of why I don't like Lua, Python, etc. The game I was playing on steam I mentioned has you "program" a light to turn on.  The answer to it was something like gdt.Led0.ButtonState.true.  I don't feel too proud of myself when achieving this feat, as it was someone else that did the actual programming and I just absentmindedly plugged it in. Also while thinking to myself, "What the $#!@ is this actually doing?"  Using what I've learned from your tutorials for the most part, I have achieved pretty much the same thing with QB64, feel proud about it, and at least have a clue on what the code is actually doing.  Thanks for your tutorial, and please make some more.

Edit: Lol, last night I was trying to figure out how to draw a spiral on my own using a loop. I just now realized while doing the Illusion.BAS program of your tutorial, that it's essentially a drawing of a spiral. I have a question about the program though. I notice on Illusion2.BAS, that you do not assign a value to the x1% or y1% integer variables. Does this result in those variables being automatically assigned a value of zero by the computer itself?
Reply


Messages In This Thread
Kinda new here, again... - by fistfullofnails - 12-25-2022, 05:30 AM
RE: Kinda new here, again... - by mnrvovrfc - 12-26-2022, 12:35 AM
RE: Kinda new here, again... - by fistfullofnails - 12-28-2022, 11:16 PM
RE: Kinda new here, again... - by johnno56 - 12-26-2022, 05:02 AM
RE: Kinda new here, again... - by fistfullofnails - 12-28-2022, 11:18 PM
RE: Kinda new here, again... - by Dimster - 12-26-2022, 04:03 PM
RE: Kinda new here, again... - by fistfullofnails - 12-28-2022, 11:20 PM
RE: Kinda new here, again... - by TerryRitchie - 12-26-2022, 11:13 PM
RE: Kinda new here, again... - by fistfullofnails - 12-28-2022, 11:35 PM
RE: Kinda new here, again... - by OldMoses - 12-29-2022, 12:42 AM
RE: Kinda new here, again... - by fistfullofnails - 12-29-2022, 06:32 AM
RE: Kinda new here, again... - by OldMoses - 12-29-2022, 11:15 AM



Users browsing this thread: 7 Guest(s)