Purchase Solution

C++ Programming Language Future Extensions

Not what you're looking for?

Ask Custom Question

1.should C++ programming language be extended to include an XML editor and parser as is the case for the Java® programming language, or should this be built into the Integrated Development Environment (IDE) that supports the programming language?

2.should C++ be used to develop reusable service objects to support an application solution based on Service Oriented Architecture (SOA), much like it was used in the early days to build controls (Classes/Objects) for Visual Rapid Application Development Environments? Explain. Are programming languages becoming neutral or agnostic when used in conjunction with Integrated Development Environments based on Common Runtime Libraries such as Visual Studio.NET?

Purchase this Solution

Solution Summary

Should C++ programming language be extended to include an XML editor and parser and should C++ be used to develop reusable service objects to support an application solution based on Service Oriented Architecture questions are addressed.

Solution Preview

"1. Should C++ programming language be extended to include an XML editor and parser as is the case for the Java® programming language, or should this be built into the Integrated Development Environment (IDE) that supports the programming language?"
- C++ programming language should be extended to include an XML parser as is the case for the Java® programming language. Note, that support for XML and XML-related applications in C and C++ is already growing [1], but is still weak relative to Java, Python, and Perl. IDEs ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Javscript Basics

Quiz on basics of javascript programming language.

C++ Operators

This quiz tests a student's knowledge about C++ operators.