Re: Instr()



Michael C wrote:
"dpb" <none@xxxxxxx> wrote in message news:f9b23p$mr0$1@xxxxxxxxxxx
You could but it would fly in the face of every similar programming language convention and even Standard which describe such as "intrinsics". Fortran is one specific very parallel-structured language in which the description/usage is actually formalized in an ISO Standard.

Does C++ actually have any intrinsic functions? ...

You didn't comprehend or simply skipped over the qualifier "similar" in the phrase "similar programming language".

C/C++ are not similar languages to VB in that regards. Fortran is, however, and most folks have at least some passing acquaintanceship so I chose it for the example. Not all languages follow the same philosophy of their structure, hence not all terms are applicable to each or, in "Standard-speak", the same term may have different and possibly even conflicting definitions between a Standard for two languages. Offhand, I don't know if the C/C++ Standards use the word "intrinsic" for anything or not.

In C/C++, what are intrinsics in BASIC/Fortran/VB are defined as part of the standard library (which is also defined in the appropriate Standard and referred to in that manner (not as an "API") ).

--

.



Relevant Pages

  • Re: Help from fellow Fortran Users
    ... and Fortran in which he introduced the subject of Pascal, ... Pascal is a useful, high-level, portable language that is easy to use ... Inasmuch as his comments considered extensions for Pascal in the '70s, ... standard differs from ...
    (comp.lang.fortran)
  • Re: Is C99 the final C? (some suggestions)
    ... > that someone will try compile their stuff on an old compiler. ... > because the ANSI standard obsoleted them, and everyone picked up the ANSI ... fixed by using another language. ... >>are multiplying two expressions of the widest type supported by your ...
    (comp.lang.c)
  • Re: subroutine stack and C machine model
    ... They could have standardized that the language would be ... getting the facts wrong anyway. ... And the answer, for the Schildt books, is that they consistently produced ... to C start with the standard. ...
    (comp.lang.c)
  • Re: Two Questions about "strlen", "strcat" and "strcpy"
    ... >> No. zero terminated strings is the whole problem in the first place. ... > OR length prefixed strings the language would retain compatibility ... is not easily duplicated with the old standard then it will foster interest. ... The C standards committee is dead. ...
    (comp.lang.c)
  • Re: Forth Frustrations
    ... How would they even know what they are without being language lawyers? ... standard systems and a large number of nonstandard ones. ... interpreter, ... They set up four states -- HOST INTERPRETER COMPILER ...
    (comp.lang.forth)

Loading