[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2011-07-08T08:05:47-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/3289 2011-07-08T08:05:47-05:00 2011-07-08T08:05:47-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=21578#p21578 <![CDATA[Hello from a new forum member]]>
Hi !

I'm newbie here. Happy to be members of the forum.
I hope we will have great time here. and I'll try to contribute to forum develop more.
I'm positively looking forward to the forum and its members, hope all will guide, share and help me to increase my knowledge. Nice to meet you..
Hi there. Do you like to program in QB a lot?

Statistics: Posted by msdos622wasfun — Fri Jul 08, 2011 8:05 am


]]>
2011-07-03T16:41:36-05:00 2011-07-03T16:41:36-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=21573#p21573 <![CDATA[Hello from a new forum member]]>
Ted

Statistics: Posted by burger2227 — Sun Jul 03, 2011 4:41 pm


]]>
2011-07-02T16:37:48-05:00 2011-07-02T16:37:48-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=21572#p21572 <![CDATA[Hello from a new forum member]]> Statistics: Posted by msdos622wasfun — Sat Jul 02, 2011 4:37 pm


]]>
2010-07-11T11:41:30-05:00 2010-07-11T11:41:30-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20839#p20839 <![CDATA[Hello from a new forum member]]>
Hello everyone, I am new here and nice meeting you all.
Hi!

Statistics: Posted by msdos622wasfun — Sun Jul 11, 2010 11:41 am


]]>
2010-07-10T05:00:41-05:00 2010-07-10T05:00:41-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20836#p20836 <![CDATA[Hello from a new forum member]]> Statistics: Posted by tomstyler23 — Sat Jul 10, 2010 5:00 am


]]>
2010-06-25T03:40:12-05:00 2010-06-25T03:40:12-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20811#p20811 <![CDATA[Re: Your right]]>
I just wish I could understand what you know.
Heh. I'm definitely flattered, but let me assure you, I don't know it all, and I learn all the time, just like you. :)

To respond to one of your points, I know what you mean about how things come easier to your mind when you think of a programming problem in terms of BASIC. That's probably because it resembles English, and the language was initially designed as a teaching tool so that beginners could learn how to write software. Contrast that with a lower level language like C, or assembly (which is even lower), and it's easy to see the difference.

As far as why certain languages require headers and libraries (which is pretty much true even for BASIC nowadays), don't be intimidated by that. A header is just a file that is included in your project, and it usually contains declarations and definitions that are required in order for your program to run. I suppose in a way they are related to libraries, in a sense that quite often, when you want to use a certain library, your program needs to refer to the appropriate header so that the compiler can link the proper routines to your application. A library is a pre-compiled unit of code that consists of various procedures and functions that you want your program to be able to access. Instead of duplicating this functionality over and over again for each program that needs it, a program simply grabs what it needs out of the library. Usually libraries are defined by what purpose they serve -- such as graphics routines, user-interface routines, mathematical functions, disk and file I/O, networking and communications routines, and so on.

Think of it this way: A header file prepares the compiler and tells it what to expect, what kind of constants are used in your program, and outlines the proper method of how to call the procedures and functions that are used, thus assuring that your program doesn't perform an illegal operation by calling a function in an incorrect manner, which would lead to an error that would prevent your program from executing.

Hopefully this has shed some light for you on these topics. If you want to discuss it further, let me know.

Statistics: Posted by msdos622wasfun — Fri Jun 25, 2010 3:40 am


]]>
2010-06-25T03:09:21-05:00 2010-06-25T03:09:21-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20809#p20809 <![CDATA[Hello from a new forum member]]>
You can add your site link to your profile signature so it is seen every post.
No sweat ... once I get everything up on my website the way I want it, I will update my signature.

Thanks again. :D

Statistics: Posted by msdos622wasfun — Fri Jun 25, 2010 3:09 am


]]>
2010-06-25T02:58:09-05:00 2010-06-25T02:58:09-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20808#p20808 <![CDATA[Your right]]> Statistics: Posted by JamesWiding — Fri Jun 25, 2010 2:58 am


]]>
2010-06-24T23:36:59-05:00 2010-06-24T23:36:59-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20800#p20800 <![CDATA[Hello from a new forum member]]>
Also, regardless of whether I decide to offer my QB programs via Dropbox or my site, what is the preferred method of promoting them here? Should I just start a new message thread and post a link to my site?

You can add your site link to your profile signature so it is seen every post.

Let me know if you have any problems. I help out here.

Ted

Statistics: Posted by burger2227 — Thu Jun 24, 2010 11:36 pm


]]>
2010-06-24T22:51:37-05:00 2010-06-24T22:51:37-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20799#p20799 <![CDATA[Hello from a new forum member]]>
Well, I had tried to learn to program in C++ but it sooooooo weird not have any restriction.
I highly value my exposure to C and C++. I think it was a good learning experience. Nevertheless, in my opinion it definitely is one of those languages that can get pretty insane the deeper you go into it. I guess it's more cryptic and not as easy to read as most dialects of BASIC are. But I suppose it's all relative, and a lot depends on the talent, knowledge, and skills of the programmer. All languages serve a purpose and have a target audience.

Of course, it's interesting how languages such as BASIC are adopting characteristics and syntax from C and C++, no doubt proving how influential and well-designed those languages are.

Statistics: Posted by msdos622wasfun — Thu Jun 24, 2010 10:51 pm


]]>
2010-06-24T22:36:55-05:00 2010-06-24T22:36:55-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20798#p20798 <![CDATA[Hello from a new forum member]]>
Welcome to the forum. We could use some good programmers here. Especially "old timers" with QB.

Pete's site currently cannot add uploads so may I suggest you try Dropbox.com.
Thank you for the reply and the advice. Is the fact that uploads cannot be added just a temporary technical issue, or are submissions simply not being accepted anymore? If the latter is true, may I inquire as to the reason?

I am going to look into Dropbox (I think I could really benefit from its syncing services, too). Actually, I have a Mac Mini running 24/7 as a web server, and all the freeware I've written is on my site. Could I just advertise that and post a link to it? Also, regardless of whether I decide to offer my QB programs via Dropbox or my site, what is the preferred method of promoting them here? Should I just start a new message thread and post a link to my site?

Thanks. :)

Statistics: Posted by msdos622wasfun — Thu Jun 24, 2010 10:36 pm


]]>
2010-06-24T18:53:32-05:00 2010-06-24T18:53:32-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20796#p20796 <![CDATA[Hello from a new forum member]]> Statistics: Posted by JamesWiding — Thu Jun 24, 2010 6:53 pm


]]>
2010-06-24T17:05:38-05:00 2010-06-24T17:05:38-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20794#p20794 <![CDATA[Hello from a new forum member]]>
Pete's site currently cannot add uploads so may I suggest you try Dropbox.com. All you have to do after you download their program is place zip files into a special folder on your PC. It automatically will be available online (Program in taskbar monitors). Right click your file placed in the Public folder to get the link for it. When a user clicks the link, only a download box comes up instantly. Real slick!

You can then post links here. You can also add some links to your signature like I have.

Ted

Statistics: Posted by burger2227 — Thu Jun 24, 2010 5:05 pm


]]>
2010-06-25T18:06:54-05:00 2010-06-21T23:56:06-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20781#p20781 <![CDATA[Hello from a new forum member]]>
Another motive for me joining this site is my desire to share some of the better QB programs that I've written in the past. I plan on uploading them soon, and when I do, I'll notify everyone (they're mostly games). I know that QB is DOS-based, essentially "obsolete," and is very, very slowly being phased out, but I think we can all agree that those of us who have had so much fun with the language still like to keep it somewhat alive.

Anyways, thanks for having me here. Peace.

Statistics: Posted by msdos622wasfun — Mon Jun 21, 2010 11:56 pm


]]>