Search found 142 matches

by The Awakened
Sat Oct 29, 2005 5:16 pm
Forum: General Discussion
Topic: Help the Petition For OS 8
Replies: 8
Views: 18220

Kylemc wrote:Heh, I've signed so many of them petitions...very few actually change anything, you know..
Well, it's an online petition. It's not like it holds a huge amount of political power.
by The Awakened
Sat Oct 29, 2005 5:03 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: I need help with these programs.....
Replies: 22
Views: 25777

Kylemc wrote:The awakened: \\ are backslashes, // are forward slashes :D
Well, whatever. :)
by The Awakened
Sat Oct 29, 2005 12:09 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: I need help with these programs.....
Replies: 22
Views: 25777

Zamaster: I just realized... your signature has backslashes (//), they should be regular slashes (\\) if you want it to be like DOS's filesystem. And to the original poster: think about the problem you're trying to solve. Do you know how many times you're going to have to run the loop? If so, you'll...
by The Awakened
Sat Oct 29, 2005 11:34 am
Forum: General Discussion
Topic: Your favorite search engine...
Replies: 30
Views: 59545

The hell are you talking about?
by The Awakened
Fri Oct 28, 2005 4:18 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Graphics...
Replies: 27
Views: 30896

Zamaster wrote:Ugh, it takes like 3 seconds to figure out what memory's all about. That is if someone thoroughly explains it to you.
...What? Who was that referring to?
by The Awakened
Fri Oct 28, 2005 3:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Variable grabbing
Replies: 11
Views: 14457

Heh, this was a question I've been on the verge of asking for a few years, but I found a way around having to use it. Basically, what I wanted to use it for was to change variables from scripts. Example script file: changevariable playerX, 2 changevariable money, 40000 A giant lookup table would wor...
by The Awakened
Mon Oct 24, 2005 9:27 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Listing of inkey$ codes
Replies: 24
Views: 31222

I have me own little cheat sheet... ..... Very nice, Nath. Sometimes you really amaze me. :wink: ***** wait, I get what you were saying... YOU THINK IM DUMB!!! well, I kinda am... but I am going through a bad self-esteem time... Is it just me, or are you trying to inspire sympathy? The only pity yo...
by The Awakened
Sun Oct 23, 2005 5:15 pm
Forum: General Discussion
Topic: QB Express #15 Submissions
Replies: 47
Views: 72739

I'm not a C++ expert by any means, so if I screwed anything up, or anything I said was false, PLEASE, let me know! :D Although I did test all of the code. "Wow. That was a lot. I just spend all of today testing the code, making sure it worked (some of it didn't), and finishing up this edition o...
by The Awakened
Sun Oct 23, 2005 4:35 pm
Forum: General Discussion
Topic: QB Express #15 Submissions
Replies: 47
Views: 72739

I finally finished C++ for the Basic Programmer Part 2. I didn't think I'd have it in me to make the deadline, but I did. It covers: -Prototype declarations -Variable Scope -Zero Terminated Strings -Pointers -Heap Memory -Structures -Classes (which covers theory, creating classes, encapsulation, get...
by The Awakened
Sun Oct 23, 2005 3:07 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: List of few basic questions
Replies: 24
Views: 25857

Correct me if I'm wrong, but isn't the .NET framework supposed to be like a bastardized version of the Java VM? Which in itself is stupid, since the Java VM is supposed to be platform independent... I don't see MS writing the .NET framework for other platforms like Linux and Macintosh. Oh right, our...
by The Awakened
Sun Oct 23, 2005 12:07 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: List of few basic questions
Replies: 24
Views: 25857

I think you've misunderstand sumfin. FB is not only for games. Just like Qb you can use it to develop applications. It should be even possible to build a windows-shell for DOS in the process. VB is okay but I personally think it is cheating because you don't need to build the windows yourselfs anym...
by The Awakened
Sat Oct 08, 2005 11:34 am
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2129904

You're better off just to make your own graphics code, or use a library, anyway.
by The Awakened
Fri Oct 07, 2005 1:21 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Navigation program
Replies: 9
Views: 11036

Nathan1993 wrote:
Kylemc wrote:You're also about 13 :)
Actually, I turn 12 and a half on November 4th, which is also my sister's birthday. (its her sweet 16... I can't wait to get the hot water and the shaving cream!)
That sounds really fork up.
by The Awakened
Wed Oct 05, 2005 5:12 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2129904

Why not join the board?
by The Awakened
Wed Oct 05, 2005 5:06 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2129904

Well, you can program your own case insensitivity routines if you really wanted to. I'm pretty much a stranger to the C Standard Library, but are there any routines like UCASE and LCASE in there (probably in the <strings> file) Oh, and you can edit your posts, so you can put in BBCode if you want to.
by The Awakened
Wed Oct 05, 2005 4:03 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2129904

Kevin: Hold on a sec... you say you don't like C, but you want a Dev C++ style IDE? Why? In all honesty I've never used Linux, but I'm getting a computer or two from a friend (Pentium 2's) and I may just have to try it out. Apple will just sit there and look pretty like it always does... Oh, so I gu...
by The Awakened
Tue Oct 04, 2005 4:23 pm
Forum: General Discussion
Topic: Whats everybody up to?
Replies: 17
Views: 30537

Well, I recently switched over to FreeBasic, and man does it ever kick ass. I'm learning how to use Windows API calls in my programs, partly for the hell of it, partly so I can have a full fledged map/data file editor program for the game I'm still working on, Subterra, a small RPG. I'm also sorta w...
by The Awakened
Fri Sep 30, 2005 3:38 pm
Forum: General Discussion
Topic: New URL to my site!
Replies: 20
Views: 28390

And guess what? Some people like to have music running in the background, like on their stereo or media player, and I'm not about to go and pause my stereo.
by The Awakened
Wed Sep 28, 2005 4:14 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: maximum of files compiled at the prompt
Replies: 10
Views: 19073

Nathan1993 wrote:I am pretty sure that The Awakened or someone wrote a tutorial for QBXP on how to use overlays, if you are interested.
In the words of Shaggy: "It wasn't me."

:wink:
by The Awakened
Mon Sep 26, 2005 4:13 pm
Forum: General Discussion
Topic: Resurrected...
Replies: 15
Views: 25688

Reminds me of a SNES emu with a nice filter on it.

Looks great! :D