Purchase Solution

C++: Arrays, Pointers and more

Not what you're looking for?

Ask Custom Question

1. Explain how an array works.

2.Define the purpose of a pointer. Provide an example of how it can be used

3. What are the drawbacks to using pointers?

4. What risks does Open Source Development Platforms present that may not be present with Proprietary Development Platforms? Is C++ an Open Source or Proprietary Programming Language?

5. How does ASP.NET extend the capability of using C++ as a programming language to create dynamic websites? Is C++ the preferred programming language for developing ASP.NET pages?

Purchase this Solution

Solution Summary

This solution explores a variety of problems with regards to C++ programming, within the context of computer science.

Solution Preview

Brief explanation

1. Explain how an array works.
An array is a block of related data, where each element may use subscripts to perform or display functions. Arrays work with computer programs and a collection of same-type values, used to store data that may be accessed in random order.
For detailed research on arrays, visit:
http://computer.howstuffworks.com/c10.htm
http://akira.ruc.dk/~mir/csa2007s/lecture-8.html
http://www.lst.inf.ethz.ch/teaching/lectures/hs08/51/recitation/CASP_Week5_Tuesday.pdf

Link: http://msdn.microsoft.com/en-us/library/aa288453(VS.71).aspx

2.Define the purpose of a pointer. Provide an example of how it can be used

Similar to an array, the purpose of a pointer is to "point?or direct commands or data somewhere (e.g. point to a storage place or address); it holds the address to a variable.
An example ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Javscript Basics

Quiz on basics of javascript programming language.

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.