Which platform are you running the NBC command line compiler on, i.e., windows, mac, or linux?
Mac OS X 10.6
It is build 1.2.1 r5. It looks like you are getting your compiler from the beta releases page which is not the right place to look.
My bad.. I will get the newer version of the compiler.. thank you! Oh, the unzipped download produces a folder with a .rfw (brick firmware?), a .exe file, release notes, and a few other things.. this seems very different from the other, older version.. is there a tutorial for setting up this version?
It is build 1.2.1 r5. It looks like you are getting your compiler from the beta releases page which is not the right place to look. My apologies for any confusion caused by my website layout.
No problem, in fact thank you... you actually made and maintain a website for it..
of course this is ANSI C.
As we lack of pointers, instead of ANSI C
char *str1
you should use NXC
string str1
and I suppose your BCC version is not at the very state of art
Judging from your use of ';)' I feel like you are being sarcastic, but if you are not then I'm not sure why your intention is to offend me. And from your rather cryptic and nonsensical answer, I have taken the following partial meaning:
of course this is ANSI C.
(As you may or may not have known, this language is based on and derived from ANSI C.)
As we lack of pointers, instead of ANSI C you should use NXC
(NXC does not use pointers.)
you should use NXC: string str1
[How is that possible:
• ANSI C uses pointers
• NXC is part of ANSI C
therefore NXC uses pointers]
so is that a yes on using the string class or not?