Hi. Sorry I didn't explain properly earlier today. I was up early and couldn't sleep. But then I got sleepy and went back to bed :) The problem with the first...
Another idea for the UDT. (Whatever that means. Unified Data Type? ;) Why not use a struct for each value and then a hash map for the lookup? Something like: ...
Hey thanks guys. Clearly memcpy is the answer to my problem. I don't know why that didn't occur to me, but, as soon as I saw it I knew that should be what I...
I just joined the group and thought it'd be nice to introduce myself. My name is Marcus, and I'm developing a BASIC style language named NaaLaa (Not An...
Hey James, Actually, I was using Dev-C++ as my version of MinGW, since Dev-C++ used MinGW as the C compiler. I have since, however, dropped further usage of...
Hey Marcus, Welcome to the QDepartment group. I and many other members here are familiar with you from the "Basic Programming" forum. For those members not...
I saw a post about Dev-C++ and thought I would mention that there is a successor called wxDev-C++ that uses wxWidgets to create GUI programs. This is being...
Hey Rick, ...long time... Yeh, when I used to frequent the Dev-C++ forums I would redirect new users to wxDev-C++. I don't use it myself tho, since I don't use...
Naalaa is something that I'm developing at my spare time. I work as programmer at a company that produces games for pc, mac and iPhone. I think that most...
Hey guys, I know some of you have started at various time to port Bxbasic for Linux. I simply have not had the time. If anyone has made a port, I'd like to...
Hi, I've long been fascinated with languages where everything is an object. It is neat if you can just subclass the string or integer class, attach another bit...
Hey guys, Anouncement from basicprogramming.org (at: http://forum.basicprogramming.org/): BP.org is having a contest where you can vote for who you think is...
Hey guys, on a seperate note, I just wanted to post an update on Bxbasic and Bxbasm. Over the past year, (2011), I have continued expanding Bxbasic (the...
well-done Steve. Happy new year and more prosperous outcome. God blesses!!! Best regards, Sanyaade ... [Non-text portions of this message have been removed]...
... Hello. I'm happy to see your continuous effort with BXB. Well done and well doing. I am bothering you because i was unable to locate where the new files...
... Hello Edgardo, The path you listed above is the correct one. I have not added any files in 2012. The most recent files well be there, (I think Oct.2011). ...
Very nice the last windows GUI updates, also u have implemented structures, even though I would have prefer the STRUCT - ENDSTRUCT keyword. Have you look at...
Hey Hugo, Thanks for your input. I actually considered using STRUCT - ENDSTRUCT, (it was my first choice), but, decided to use UDT instead. I thought people...
I've uploaded an updated version of Bxbasic, to the usual location: ...//Blunt_Axe_Basic/Blunt Axe Basic/Bxb-ver.20.3.1.zip (most recent date)... I did add...
Hi Steve One problem I have is that it looks like the index of an array can't be a numeric expression : In this example the printed values of value1% and...
Hello Hugo, I believe you are right. It's not a bug, array subscripts are subscripts, not expressions. Perform the calculation prior to accessing the array. n...
Hi, I recently decided to open-source the little programming language project I've been working on in my spare time for the last couple years. It is a...