Paper Details

INCREASING COMPILER INTERACTION IN PROGRAMMING LANGUAGE –C++OX

Vol. 1, Jan-Dec 2015 | Page: 22-25

Shruti Sandal
Research Scholar (Computer Science)

Received: 20-12-2014, Accepted: 22-01-2015, Published Online: 29-01-2015


. Download Full Paper

Abstract

In this paper we describe variable and expression declaration, declaration of range variable (array etc.) in c++ox. These all concepts are defined in c++ but in this we face some problems. Like when we are declaring any variable then we have to mansion data type in front of the variable unless it not properly read by compiler. Second in array if we wants to store and retrieve the value then we can access it from its index value in other word we have to mansion array’s index value by iterative statement. In this paper we show that these above concept is run in easy way and remove all the problem in c++ox.

References

  1. Alexandrescu, Andrei; Herb Sutter (2004). C++ Design and Coding Standards: Rules and uidelines for Writing Programs. Addison-Wesley. ISBN 0-321-11358-6
  2. [Andersen 04] Andersen, et al. “Preliminary System Dynamics Maps of the Insider Cyber-threat Problem.” Proceedings of the 22nd International Conference of the System Dynamics Society. Oxford, England, July 25-29, 2004. Albany, NY: System Dynamics Society, 2004. http://www.cert.org/archive/pdf/InsiderThreatSystemDynamics.pdf.
  3. [ANSI 89] American National Standards Institute. American National Standard for Information Systems—Programming Language C (X3.159-1989). Washington, D.C., 1989.
  4. [Antill 04] Antill, James. Vstr documentation -- overview. http://www.and.org/vstr.
  5. Becker, Pete (2006). The C++ Standard Library Extensions : A Tutorial and Reference. Addison-Wesley. ISBN 0-321-41299-0.
  6. J. Järvi, B. Stroustrup, D. Gregor, J. Siek, G. Dos Reis (September 12, 2004) Doc No: N1705 Decltype (and auto)
  7. [Koenig, Andrew; Barbara E. Moo (2000). Accelerated C++ - Practical Programming by Example. Addison-Wesley. ISBN 0-201-70353-X.
  8. Lois Goldthwaite (October 5, 2007) Doc No: N2437 Explicit Conversion Operators
  9. V Samko; J Willcock, J Järvi, D Gregor, A Lumsdaine (February 26, 2006) Doc No: N1968 Lambda expressions and closures for C++