Hi Xbasicers, Every function are potentially recursive in xbasic. Some would say that "Recursion is native in xbasic"; I would not! I never felt comfortable...
For as far as i know, Lots of basic interpreters had a form of recursion. Some had limited recursion options, some did not shielded their environment (and you...
... You could open the COM1: or LPT1: / LPT: port using the OPEN command, then you can PRINT or WRITE data to it using the binary or string formats that are...
Really old BASICs like the C-64 didn't support FUNCTION or recursion really. Okay, I once wrote a recursive factorial function on the Timex 2068 (US version of...
I use recursion to compute combinations, indeed. I made a program to calculate the possible "knight trips" on a chess board and print them to file (so I can...
... I've used recursion where I needed to - things which were equivalent to a tree you really have no choice on - but if you can avoid it then other methods...
... Yes - recursion is like the little girl with the curl - when it is good, it is very, very good, and when it is bad, it is horrid. I found both of these in...
... solution. But it is slower, and mangles things a bit. Precisely! I am interested in knowing these opportunities for recursion so that I can pratice on them...
Can anyone tell me how to load the downloaded file into Kubuntu 8.04.1? I have no clue. I usually download a .deb file and it loads, Thanks. -- Lew Blackman ...
If you can go around it, i would personally try that first. There will always be cases where you cannot circumvent this type of solution. Let me just say that...
It is a compiled executable requiring a runtime, but it is certainly full machinecode once compiled. You can integrate the runtime code into your executable...
Where can I find some examples of source code that involve I/O on the screen, text only, and deals with mathematical formulas, embeded data, and logic,i.e. if...
... Do you have a development environment installed? You need gcc and the header files for the standard libraries and for X. It does include its own IDE (the...
XBasic comes with a Demo folder that contains a load of source-code files. Most work out-of the box, some of them contain deliberate mistakes so you have to...
How i can compile\link ahello.x to ahello.exe in xBasic under Windows ... PS I try: 1) xb ahello.x 2) nmake -f ahello.mak (I copy a lot of *.lib's to bin) 3)...
Have you copied the xbrun.dll file to the windows or windows system folder and renamed it xb.dll ? ... From: arca765 <arca765@...> Subject: [xbasic]...
 ... R: What :? Where i put the file xbrun.dll renamed xb.dll >:? No, i don't make it !! But, i try, and after, i response. Wait !!   Novos endereços, o...
I put xbrun.dll in Windows, Windows\System and Windows\System directories with the changed name xb.dll, and, nothing ! The ahello.exe only calls other empty...
I change to the xBasic 6.3.1, and, the 'run' menu have plus 2 options: make standalone and execute standalone. Cool !! But .. 1) I load ahello.x 2) I run...