Search found 161 matches

by krcko
Aug 22, 2008 21:24
Forum: Community Discussion
Topic: Building FreeBASIC on OpenBSD
Replies: 39
Views: 12240

i've just got new job and a brand new iMac (intel core 2 duo) to work on. i've never before worked on a mac and i never tried to develop a mac app (i'm working as a web designer/php developer) but i can help in debugging (while i'm at work, at home i only have pc) fbc builds for darwin. i;ve install...
by krcko
Aug 20, 2008 15:34
Forum: General
Topic: HEX <--> String
Replies: 5
Views: 1678

oops, i haven't noticed that, it seems that i cannot get used to 24'' :)
by krcko
Aug 20, 2008 15:23
Forum: General
Topic: HEX <--> String
Replies: 5
Views: 1678

yeah, just be sure thath your string begins with "&h"

Val("1d") should return 1, while
Val("&h1d") would return 29
by krcko
Aug 19, 2008 2:24
Forum: Projects
Topic: Battleship
Replies: 9
Views: 3004

For one player, it shouldn't be to hard to do what you said, Lachie Dazdarian but what if you put all five ships parallel with each other, the computer player might get confused if it hits five in a row and it doesn't return a "sunk". if you allow ships to be right next to each other than...
by krcko
Aug 17, 2008 22:50
Forum: Sources, Examples, Tips and Tricks
Topic: Character Insert Routine
Replies: 4
Views: 2561

nice function and pretty fast btw StrReplaceChars function from FB.Strings library can do the same, but it is probably slower, ie: #Include "fbstrings.bi" Using FB.Strings Function Replacer(ByVal char As UByte, ByVal position As Integer) As String If position > 1 Then Return " " ...
by krcko
Aug 16, 2008 13:28
Forum: Projects
Topic: Missile Command (0.9.0)
Replies: 18
Views: 11231

this is great, i like it :)

btw IIRC = If I Remember Correctly (google for define: IIRC)
by krcko
Aug 15, 2008 22:17
Forum: Community Discussion
Topic: Did FreeBasic is stagnating / dying?
Replies: 42
Views: 16633

if there are lamba functions and delegates why not extension methods? :)
by krcko
Aug 15, 2008 22:15
Forum: Community Discussion
Topic: AllBasic.Info
Replies: 41
Views: 10355

PB sucks! FB FTW! :)
by krcko
Aug 15, 2008 20:52
Forum: Community Discussion
Topic: Small proposal
Replies: 23
Views: 6570

Well, 'var' variables are still statically-typed. I find var to be very nice in situations like this: var x = new ONLY_TYPED_ONCE i use Var only in this cases but i'd rather see this: Dim x As New ClassName(...) than: Var x = New ClassName(...) Dim As New is somehow more basic style...
by krcko
Aug 14, 2008 22:03
Forum: Community Discussion
Topic: Small proposal
Replies: 23
Views: 6570

AFAIK even the UDTs can be used as iterators in For..Next loop if they implement For/Next/Step operators...
by krcko
Aug 12, 2008 10:16
Forum: Sources, Examples, Tips and Tricks
Topic: Simple Script Interpreter
Replies: 4
Views: 2726

it looks more to php than to c....

he said that interpreter is basic, not that it interprets basic code :)
by krcko
Aug 12, 2008 10:03
Forum: Sources, Examples, Tips and Tricks
Topic: uuencoder,advance shell,antidebug
Replies: 7
Views: 3086

every anti-debugger code can be easly overridden to allow debuger to run, and there is no crack-safe application...
by krcko
Aug 05, 2008 8:37
Forum: Community Discussion
Topic: AllBasic.Info
Replies: 41
Views: 10355

@marcov: other fb-related forums (except this one which is official) don't have to be misinformational or such. take for example any widely used language, like C or PHP, there is bunch of sites and forums about these languages (thats why they are called widely used ... i know that i will not registe...
by krcko
Aug 04, 2008 23:07
Forum: Community Discussion
Topic: AllBasic.Info
Replies: 41
Views: 10355

if we want FreeBASIC to become more popular than it is (and i think that we all want that) than there is not such thing as "too many forums", enough is never enough!
by krcko
Aug 04, 2008 22:59
Forum: Archive
Topic: FB.Strings - Various string functions
Replies: 11
Views: 3573

just give me your gmail account id (your email address), you can send it to krckoorascic@gmail.com or just write it here. btw thanx for your interest for this library, i am currently very busy with some other project (at my company) but i will continu updating this lib as soon as i get some spare ti...