User profile: frzatchary

User info
User name:frzatchary
Name:Zachary Alvernaz
Location:Kent, WA
Website:http://fr-zatchary.livejournal.com
Statistical data
Birthdate:Nov 13, 1990
Gender:Male
Occupation:Student
Skills:C++
Java
History
Joined:
Number of posts:4
Latest posts:

Deleting individual elements from an array
How would you use pointers to delete an individual element from an array? My homework problem requir...

Rewriting reference as pointers
So I have a homework problem that requires me to rewrite a function that uses reference variables as...

Use of functions
[code]void divide(double, double); int main() { double num1, num2; cout << "Enter two num...

Functions and Variables
In line 87, you initialize payment: [code]double payment = ratecalc(rate, hours); [/code] Howeve...