User profile: hareleah

User info
User name:hareleah
Name:Hareleah
Location:Washington
Bio:Currently a full time student at a community college. Looking to hone in my C++ language skills and continue my education in the field of CS.
Statistical data
Birthdate:Jan 6, 1998
Gender:Female
Occupation:Student
Skills:C++
Java
Python
HTML
History
Joined:
Number of posts:10
Latest posts:

Temporary array creation error codes (const)
I get the error code that the expression must have a constant value, but this is a temporary array f...

Singly Linked List Delete At A Certain Location
Whenever I run this code, I try to make it delete the first node and it doesn't. if the user chooses...

Fibonnacci Sum of Elements Help
I need help figuring out the algorithm for the sum for all of the elements. I have the sum commented...

Undefined variable solution?
The variables in main were set to zero and they output zero.

Undefined variable solution?
If I set to zero, outputs zero. What else can I do? [code] #include "stdafx.h" #include <iostream>...