Search found 409 matches

by Mentat
Tue Nov 20, 2007 7:23 am
Forum: Pete's QB Site News
Topic: QB Express #26 Deadline: November 24th
Replies: 37
Views: 238624

I'm cruisin'. There's a lot to write about functions themselves. Now I need to figure out how to implement function overloading...in my tutorial of course. I already knew how to overload. :P

3 pages going onto four. And I'm not even done. :)
by Mentat
Mon Nov 19, 2007 6:59 am
Forum: General Discussion
Topic: About PCopy! #60 deadline.
Replies: 8
Views: 14899

What's this Pcopy's edition specifically about?

And how did you skip from 50 to 60? Are you publishing 2 per day? :lol:
I'm already tied up with the QB Express. But if you are really in need of help, I can think of something to write (if I know what I'm writing about).
by Mentat
Sat Nov 17, 2007 7:06 pm
Forum: Pete's QB Site News
Topic: QB Express #26 Deadline: November 24th
Replies: 37
Views: 238624

How about a tutorial on functions? Simple, I know, but most tutorials I see focus on Subroutines, not Functions. And maybe include local vars.
by Mentat
Tue Nov 13, 2007 5:16 pm
Forum: Pete's QB Site News
Topic: QB Express Article Requests
Replies: 140
Views: 850048

I was going to write a tutorial on a 3d First person maze, using at tops 2 kilobytes for pics, maze array, and source. But my program has a bug (it still works without error, but it's super-imposing pictures). Once I fix it, I'll work on the tutorial. So basically, it's memory mangagement in a game....
by Mentat
Sun Nov 11, 2007 8:16 pm
Forum: General Discussion
Topic: My first (working) C++ program!
Replies: 2
Views: 5880

Thanks

I noticed the repeat=0 thing too, but when I ran it, it was never a problem (I might have pasted wrong).

Thanks for the division=a/0. I forgot about error handling. A lot more probably needs handling too.
by Mentat
Sun Nov 11, 2007 5:42 pm
Forum: General Discussion
Topic: My first (working) C++ program!
Replies: 2
Views: 5880

My first (working) C++ program!

:D This isn't my first C++ program (more like third), but it's my first one that can do something, and the first one that doesn't have a bug. And my first one with functions. Please tell me where and how I can improve. It does multiplication, division, addition, and subtraction. I originally started...
by Mentat
Thu Nov 08, 2007 7:05 am
Forum: QBASIC and QB64 Questions & Answers
Topic: VB 6 Problem on WindowsNT
Replies: 4
Views: 11885

Mac, I think your [c0de] ... [/c0de] isn't working.

Other than that, VB goes over my head. I tried VB.Net, but all my variables kept on turning into my title.
by Mentat
Wed Nov 07, 2007 6:17 pm
Forum: General Discussion
Topic: QB Express 26
Replies: 1
Views: 4658

QB Express 26

So what's the plan for QB 26? Who wants such-and-such tutorials to be written, who's planning on writing so-and-so articles and reviews?

The latest QB Expresses have been very good. Let's keep it up. :D
by Mentat
Tue Nov 06, 2007 7:20 am
Forum: Freebasic Questions & Answers
Topic: Can I make an image in Paint, then have a FB program load it
Replies: 53
Views: 149246

nt

...

jk :D

Ah, some of you need to lighten up. :lol:

By the way, does anybody know anything about the next monthly poll?
by Mentat
Wed Oct 31, 2007 8:53 pm
Forum: Pete's QB Site News
Topic: QB Express #25
Replies: 11
Views: 95542

What happened! I can't return to the site (this is my only way in). There's something wrong!!! :shock:
by Mentat
Wed Oct 31, 2007 5:16 pm
Forum: Pete's QB Site News
Topic: QB Express #25
Replies: 11
Views: 95542

Excelent addition :D . I probably need to learn about peek/poke. I'm horrible with memory related stuff.
by Mentat
Mon Oct 29, 2007 4:11 pm
Forum: Freebasic Questions & Answers
Topic: Can I make an image in Paint, then have a FB program load it
Replies: 53
Views: 149246

Because "Pete's QB site" stands for:
Pete's Quick free BASIC Site
:D

Cheer up. :) After all, QB and FB are, as of now at least, hobby languages.
by Mentat
Sun Oct 28, 2007 8:57 pm
Forum: Freebasic Questions & Answers
Topic: Can I make an image in Paint, then have a FB program load it
Replies: 53
Views: 149246

"n/t
Ah Mac, don't worry. My main question was answered.
by Mentat
Sun Oct 28, 2007 1:23 pm
Forum: Freebasic Questions & Answers
Topic: Can I make an image in Paint, then have a FB program load it
Replies: 53
Views: 149246

Before this turns ugly :roll: :
What about the monthly poll?
by Mentat
Sat Oct 27, 2007 12:59 pm
Forum: Freebasic Questions & Answers
Topic: Can I make an image in Paint, then have a FB program load it
Replies: 53
Views: 149246

Actually, I meant a built-in function, like in BlitzBasic. I know FB has CreateImage(), but I don't think it does what I want (it creates the image during run-time, but doesn't load). I'm thinking QB might have an equivalent to ImageLoad(), but I'm not sure if there is one or what the actual functio...
by Mentat
Sat Oct 27, 2007 10:19 am
Forum: Freebasic Questions & Answers
Topic: Can I make an image in Paint, then have a FB program load it
Replies: 53
Views: 149246

Okay. So can it be done in QB?
Thanks for the link. :)
by Mentat
Sat Oct 27, 2007 8:52 am
Forum: Freebasic Questions & Answers
Topic: Can I make an image in Paint, then have a FB program load it
Replies: 53
Views: 149246

Can I make an image in Paint, then have a FB program load it

Or just any image (in bitmap)?

And while I'm at it (I don't feel like making an extra post for this), what about the monthly polls?
by Mentat
Sun Oct 21, 2007 3:18 pm
Forum: Freebasic Questions & Answers
Topic: Does somebody have good tutorials for FB?
Replies: 3
Views: 14857

FreeBASIC has built in tutorials in the help section. Now that I've used FB, I don't think I can go back to QBASIC.
by Mentat
Fri Oct 19, 2007 8:05 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Is page flipping the best way to animate?
Replies: 6
Views: 11079

Ohhh... so I work on one while another is displayed? I just used the Screensync command.

So is there some rules of thumb I can use to guess when to Flip? And do I need CLS if I'm using different pages?

Thanks.
by Mentat
Fri Oct 19, 2007 4:26 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Is page flipping the best way to animate?
Replies: 6
Views: 11079

Is page flipping the best way to animate?

And when is the best time to insert a flip command in FreeBASIC? I haven't gotten the entire concept down.