Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Tools And Utilities
Remove
Platform
Embedded
Remove
License
Any
Thanks for the reply.
: The statement
:
: const char CPUSTRING = "Intel - x86";
:
: will give you a compiler error.
Yeah, I see now I should have written
const char CPUSTRING[] =...
: Thanks for the reply. I do have one other question to help clarify something for me.
:
: : : What is the difference between using "const" and "#define"?
: : :
: : #define is just for...