[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-02-11T02:55:41-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/1074 2005-10-24T19:46:38-05:00 2005-10-24T19:46:38-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8736#p8736 <![CDATA[big stupid newbie questions]]>
C++ is to mess up.

ASM is to really screw up your whole machine.

Statistics: Posted by {Nathan} — Mon Oct 24, 2005 7:46 pm


]]>
2005-10-24T18:29:35-05:00 2005-10-24T18:29:35-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8729#p8729 <![CDATA[big stupid newbie questions]]>
To err is human, but to really screw up you need C++
I think that's how it went, that is going to be next month's quote...
C++ has a -5 star computer crash safety rating in consumer reports...

Statistics: Posted by Guest — Mon Oct 24, 2005 6:29 pm


]]>
2011-02-11T02:55:41-05:00 2005-10-24T18:05:45-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8726#p8726 <![CDATA[big stupid newbie questions]]>
c++ is superior to you all!
________
HOW TO ROLL A BLUNT

Statistics: Posted by marzec — Mon Oct 24, 2005 6:05 pm


]]>
2005-10-20T07:16:39-05:00 2005-10-20T07:16:39-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8569#p8569 <![CDATA[big stupid newbie questions]]>
what drawbacks of fb?
It lacks afew keywords that are most commonly used in company applications. For game making FB is clearly superior, for app making it's pretty much tied unless you need the extra speed, stability, and libraries that FB provide

Statistics: Posted by Z!re — Thu Oct 20, 2005 7:16 am


]]>
2005-10-19T19:54:49-05:00 2005-10-19T19:54:49-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8564#p8564 <![CDATA[big stupid newbie questions]]> Statistics: Posted by {Nathan} — Wed Oct 19, 2005 7:54 pm


]]>
2005-10-19T19:22:00-05:00 2005-10-19T19:22:00-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8560#p8560 <![CDATA[big stupid newbie questions]]>
.....
on my desktop i now have freebasic, qbasic 1.1, quickbasic 7.1 and qbasic 4.5. To be honest i'm more confused than ever.....
im getting back into it because i just enjoy programming and want to make progs for my own use (that satisfaction of completing your own program).....

The general feeling however seems to be that freebasic is fantastic, wonderful and great, while qbasic in all its versions is dead. There must be drawbacks though - or am i wong? I'm happy using qbasic BUT at the same time i dont want to miss out! i suppose i just want to be convinced - or maybe i dont know what i want?!!? AAARrrggghh!!!
I have some suggestions:
1) Forget about QBasic 1.1. It's too old and has limitations.

2) Forget about QuickBasic 7.1. It's a monster that doesn't offer much beyond QBasic 4.5, unless you're enamored with ISAM, which in my opinion is a mess.

3) Keep your QBasic 4.5 and Freebasic. Keep your FB updated to the latest version and use the latest FBIDE.

4) Write and debug your new "self-satisfying" programs in QB 4.5. Afterwards, compile it with FB. You may need to make some minor adjustments, but this will give you a better feeling for FB. Also, you may find some extra goodies that you couldn't find a way to do them in QB, and now you can explore FB to find out how to do these things.

5) The end result is that you will have both the QB and FB versions of your programs plus have a good feel for FB. Now, at this stage, you will have become aware of any FB drawbacks that affected you, and you can make your own decision whether to stay with QB or move on to FB for future programs.

What do you think?
*****

Statistics: Posted by moneo — Wed Oct 19, 2005 7:22 pm


]]>
2005-10-19T01:36:00-05:00 2005-10-19T01:36:00-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8528#p8528 <![CDATA[big stupid newbie questions]]>
Nek will tell you it's also Puerto Rico, among other things. :)

Statistics: Posted by DrV — Wed Oct 19, 2005 1:36 am


]]>
2005-10-18T13:59:07-05:00 2005-10-18T13:59:07-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8519#p8519 <![CDATA[big stupid newbie questions]]>
matt - on a serious PR salvaging mission...
And PR is...

Statistics: Posted by {Nathan} — Tue Oct 18, 2005 1:59 pm


]]>
2005-10-18T03:28:07-05:00 2005-10-18T03:28:07-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8511#p8511 <![CDATA[big stupid newbie questions]]>
C_learning_curve = FB_power_learning_curve

I was trying to propose that...

C_learning_curve >= FB_power_learning_curve




Come to think about it I probably should have just said it like that...

matt - on a serious PR salvaging mission...

Statistics: Posted by Guest — Tue Oct 18, 2005 3:28 am


]]>
2005-10-17T16:08:19-05:00 2005-10-17T16:08:19-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8491#p8491 <![CDATA[big stupid newbie questions]]>
C:

Code:

#include <stdio.h>int main(void){    printf("Hello, world!\n");    getchar();    return 0;}
Pascal:

Code:

program hello;{This of course, has none of the sections needed to declare anything}Begin       writeln('Hello, World!');       readln();End
BASIC:

Code:

Print "Hello, world!"sleep
I won't even go into assembly...

Statistics: Posted by Guest — Mon Oct 17, 2005 4:08 pm


]]>
2005-10-17T15:07:58-05:00 2005-10-17T15:07:58-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8487#p8487 <![CDATA[big stupid newbie questions]]> Statistics: Posted by {Nathan} — Mon Oct 17, 2005 3:07 pm


]]>
2005-10-17T14:06:54-05:00 2005-10-17T14:06:54-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8483#p8483 <![CDATA[big stupid newbie questions]]>
Even though to use FB to its maximum potential you have to go through an equivillant learning curve to C, it is not nessesary to do that to get started in coding FB (as you said), so I'd argue that that means FB's learning curve becomes a hell of a lot less steep, because you can bring advanced features into your familiar code one by one, at your own pace, where as C requires a working knowlage of everything for anything to work, which means by the time you get anything to work in C, your good enough to code anything in it.
You just restated what I had said in the first place...you realize that, right? :D

Statistics: Posted by Nodtveidt — Mon Oct 17, 2005 2:06 pm


]]>
2005-10-17T03:25:32-05:00 2005-10-17T03:25:32-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8476#p8476 <![CDATA[big stupid newbie questions]]>
It's like going from BASIC to C...many will tell you that "ZOMG C IS TEH POEWRFULLEST" and maybe it is more powerful than BASIC...but to make use of that power, there's a steep learning curve you have to get over that has chewed up and spit out many a hopeful programmer. FB is similar...it is a powerful language, but to use its power, you have to tackle its learning curve.
Even though to use FB to its maximum potential you have to go through an equivillant learning curve to C, it is not nessesary to do that to get started in coding FB (as you said), so I'd argue that that means FB's learning curve becomes a hell of a lot less steep, because you can bring advanced features into your familiar code one by one, at your own pace, where as C requires a working knowlage of everything for anything to work, which means by the time you get anything to work in C, your good enough to code anything in it.

Basicly your best to think of FB as QB8. The differences between it and the previous versions are little more then the improvements the previous versions had on each other.

Of course it came out maybe 15 years after the last version of QB, so it might be better to think of it as QB 14 or something...

But whatever, this has all been said already.

matt

Statistics: Posted by Guest — Mon Oct 17, 2005 3:25 am


]]>
2005-10-16T14:03:04-05:00 2005-10-16T14:03:04-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8464#p8464 <![CDATA[big stupid newbie questions]]> Statistics: Posted by Guest — Sun Oct 16, 2005 2:03 pm


]]>
2005-10-16T10:53:47-05:00 2005-10-16T10:53:47-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=8459#p8459 <![CDATA[big stupid newbie questions]]> The smiley looks like it's holding up the wrong finger,.. :P

Statistics: Posted by Rattrapmax6 — Sun Oct 16, 2005 10:53 am


]]>