Search found 11 matches

by ElectronicDolphin
Dec 11, 2006 5:26
Forum: Community Discussion
Topic: community news site
Replies: 12
Views: 4388

nice site syn9, my first freebasic article will be complete in january, will you have your sight going by then ? i'd like to submit. the name of my first article is "Targeting End-User Rapport". its time to unfurl the flags and charge Go FreeBasic Go!! -Jay http://fileanchor.com/84081.png
by ElectronicDolphin
Dec 09, 2006 2:59
Forum: Sources, Examples, Tips and Tricks
Topic: Kaleidoscope
Replies: 6
Views: 2434

thanks for the replies: axipher and counting_pine as i code these newbie projects i can see how far technology has taken us from the good ol' dos days: i need to establish good programming habits now by declaring variable types in all programs. and if i understood counting_pine correctly, i encourag...
by ElectronicDolphin
Dec 09, 2006 2:49
Forum: Archive
Topic: RadASM, IDE for FreeBASIC
Replies: 356
Views: 100660

i also will be watching to see if FbEdit gets a subforum. I was watching the FbIDE by Vongodrick and others and back at qbnews FbIDE was coded in Freebasic but then switched to C++. I hope that don't happen to FbEdit. I think FbIDE is a dead project now. therefore i think FbEdit would be a great IDE...
by ElectronicDolphin
Dec 07, 2006 19:40
Forum: Sources, Examples, Tips and Tricks
Topic: Kaleidoscope
Replies: 6
Views: 2434

Kaleidoscope

Yay, my first program. Here's a program i adapted from a book i'm using to learn FreeBasic 'Kaleidoscope.bas 'Dec 2006 'copied from the book "Qbasic Games & More" by Fred Sexton, Jr. 'adapted to FreeBasic by ElectronicDolphin 'NOTE: added a sleep function adjust constant SLEEPTIME for ...
by ElectronicDolphin
Nov 30, 2006 9:52
Forum: Community Discussion
Topic: FreeBasic Top 50 Website Launch
Replies: 39
Views: 14970

i just got me a little fb site going and tried to add it to the top 50 but kept getting rejected because the registration form wouldn't accept my input for the number on the image. i'll update later if it works. just wanted to let ya' know in case it's some bug or sumthin. -Jay nevermind i just mes...
by ElectronicDolphin
Nov 30, 2006 9:42
Forum: Community Discussion
Topic: FreeBasic Top 50 Website Launch
Replies: 39
Views: 14970

i just got me a little fb site going and tried to add it to the top 50 but kept getting rejected because the registration form wouldn't accept my input for the number on the image.

i'll update later if it works.

just wanted to let ya' know in case it's some bug or sumthin.

-Jay
by ElectronicDolphin
Nov 29, 2006 7:45
Forum: General
Topic: Which method of planning do you use?
Replies: 15
Views: 6736

In the newer versions of the compiler, you'll have to use something other than a period. Under_Score, CamelCase, etc... so when FB goes oop it won't be wise to use periods to demark variables is what i gather. i like that CamelCase cause its the most compact and also i don't have to stretch fingers...
by ElectronicDolphin
Nov 29, 2006 7:22
Forum: General
Topic: Which method of planning do you use?
Replies: 15
Views: 6736

Thanks Dr_D, i see that UDT is the same as structs in C. I'm currently going thru an older book called Microsoft Basic using Modular Structure and they state that microsoft basic will allow variables to contian periods marks to demark the variables (i guess because back in the day they had to do all...
by ElectronicDolphin
Nov 29, 2006 2:57
Forum: General
Topic: Which method of planning do you use?
Replies: 15
Views: 6736

Paragon wrote: The next few pages are for planning the UDTs i will need and what information they will hold and how it will be structored (i do this because it is a good ref when i am programming and don't want to scroll through code to figure out if i named the var circleX or circle_x or circle_xpo...
by ElectronicDolphin
Nov 29, 2006 2:42
Forum: Archive
Topic: RadASM, IDE for FreeBASIC
Replies: 356
Views: 100660

KetilO, just started using your FbEdit and wanted chime in briefly to tell you that it is a very nice running program. my only learning curve was playing around with FbEdit to get the paths right in order to compile correctly. guess i didn't skim the read me or something and just jumped right in. Fb...
by ElectronicDolphin
Nov 28, 2006 8:02
Forum: General
Topic: Which method of planning do you use?
Replies: 15
Views: 6736

Which method of planning do you use?

one of the most important parts of programming is the planning stage. this stage for me is mostly pencil and paper. most of the time i just write a somewhat haphazard discription and try to code that. but as of recent i've been trying some flowcharting. what method of planning do you use while still...