Hello Dr. Concepcion,
I just had an personal interview with XXXX. Everything went well. Yyyy
was much easier to talk to in person. I did the test well (one of the
interviewer said)
The test was mainly pointers. Thanks to Dr Botting, he trained me good
with pointer in csci320.
There was one 6-part question that I scored 5 out of 6. They said no one
ever get them all right.
The test format was extremely unusual. It asked "what would happen if
.." and doesn't give you a clue what
they expect the format of the answers would be.
A simple Pointer example
Download and figure out the following program.
[ pointer.cpp ]
Add commants explaining what is going on inside the program.
Sizes of data
Here is a C++ program
[ sizes.cpp ]
for you to download and work with. It has one line
that needs removing.
The sizeof operator calculates the number of bytes of storage the compiler allocates to the operand.
The ".size()" will tell you the number of items currently in a vector or string.
Fix any compilation errors and make it run.
Questions
Deliverable
Add comments to the porogram explaining in your own words what is going on.
Deadline
I will be assigning grades at the end of the lab
depending on how much of the deliverables are complete
and correct.