User profile: kalel

User info
User name:kalel
Name:Colby Wilcock
Location:Saratoga Springs, UT
Website:http://9thRoot.com
Bio:I've been a technology fan all my life but never had the persistence or opportunity to learn how to program. Recently I've engaged in a partnership with a friend of mine as well as continued my education. As part of that education process I'm trying to learn as much as I can about programming, both web and local. I'm familiar with PHP to the degree of understanding what's going on and I'm comfortable with HTML and CSS. However this is my first experience with C++ as well I'm hoping to get more into PHP.
History
Joined:
Number of posts:5
Latest posts:

I don't know where to start
Awesome, here's what I ended with... please feel free to give me direction on streamlining. Thank...

I don't know where to start
Ok I'm really stuck, I'm really struggling to understand this C++ stuff, and I'm doing stuff that'...

Simple array
When I use: #include <iostream> using namespace std; int main() { char fname[30]; char...

Simple array
I'm trying to create an array that will allow the user to input the first name and last name and the...

Output the sums of the even and odd numbers for a list of input values
I'm trying to accomplish this same problem however I need to do it through a function. Can anyone h...