|
-
Feb 18th, 2004, 08:58 AM
#1
Thread Starter
Member
BCX Basic?
One of the best basic programming
languages ever! (besides PureBasic)
BCX (Basic to C Translator) outputs its
code to a C file then compiles it using
LCC win.
Amazing language.
I am having trouble
getting a Float value from a DLL.
DIM MyVar as SINGLE
MyVar = FSOUND_GetCPUUsage()
all I get is -1.#IND what does this mean?
anyone?
Eric Butler, Lead programmer
Neptune Century Inc.
http://xmedia.sphosting.com
"What the @#$! are Atoms and Hash Buckets???!!!"
-
Mar 19th, 2004, 09:49 AM
#2
Frenzied Member
How can it be one of the best? How does it handle OOP, or MultiThreading? The fact that it converts it to C doesn't make it that powerfull...
Cheers!
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Mar 19th, 2004, 11:04 AM
#3
Thread Starter
Member
Multi threading is easy
and OOP, (no clue what that is)
But it's not the fact that in converts to
C, it's that I don't know C, so it's very
easy for me to program in basic and
create C executables. It has a lot
of built in functions and cool stuff.
I took me a few weeks to get used to
how it handled variables (becuase it's like
C) but it's cool. I even allows Inline C
and ASM. even allows C shortcuts like
Var++ or ++Var or --Var or Var--
stuff like that
Arrays are like MyArray[10] (0 - 9)
I'ts also allowing me to learn C.
That's why I think i'ts so cool
Eric Butler, Lead programmer
Neptune Century Inc.
http://xmedia.sphosting.com
"What the @#$! are Atoms and Hash Buckets???!!!"
-
Mar 19th, 2004, 12:23 PM
#4
Frenzied Member
If you wanna use it to learn C, I'd recommend you start learning Java instead, It has everything C has, and the syntax is very much alike - forget Basic, no matter what form it's in - it's just not effecient enough.
Cheers!
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Mar 19th, 2004, 04:55 PM
#5
Thread Starter
Member
Oh, I've done a little bit of Java.
I took a year of webmastering. I didn't
learn much. I spent most of my time
debugging, and my teacher, well, lets
say she couldn't figure it out either.
I'm not really a fan of C style languages.
The language I really want to learn is
ASM. I think this is the most powerful
of all languages (correct me if I'm wrong)
but there are so many different Assemblers
I don't even know where to begin
Eric Butler, Lead programmer
Neptune Century Inc.
http://xmedia.sphosting.com
"What the @#$! are Atoms and Hash Buckets???!!!"
-
Mar 19th, 2004, 06:51 PM
#6
Frenzied Member
Originally posted by NeptuneCentury
Oh, I've done a little bit of Java.
I took a year of webmastering. I didn't
learn much. I spent most of my time
debugging, and my teacher, well, lets
say she couldn't figure it out either.
I'm not really a fan of C style languages.
The language I really want to learn is
ASM. I think this is the most powerful
of all languages (correct me if I'm wrong)
but there are so many different Assemblers
I don't even know where to begin
Programming big applications in ASM would be very foolish, it takes forever - and a good C++ compiler can make just as fast applications, plus you have Object Oriented Programming(Inheritance, polymorphing), and actually readable code, compare to the Hex like ASM.
Cheers!
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Mar 19th, 2004, 10:24 PM
#7
Thread Starter
Member
Good point, I have seen some sample
source code for ASM and it is impossible
for me to read.
Eric Butler, Lead programmer
Neptune Century Inc.
http://xmedia.sphosting.com
"What the @#$! are Atoms and Hash Buckets???!!!"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|