User profile: AndrewGary

User info
User name:AndrewGary
Name:Andrew
Location:Illinois
Bio:I am currently going for an Associates Degree in Computer Science and I am trying to learn as much as I can about C++ because I know it is a widely used language throughout the computer industry.
History
Joined:
Number of posts:12
Latest posts:

code contest
Unregistered: [quote][code]#include <iostream> using std::cout; using std::endl; int main() { ...

Need help creating function that capitalizes a char array!
I figured it out! Thanks for all the help, it is much appreciated!

Need help creating function that capitalizes a char array!
This is what I have come up with. [code]#include <iostream> using namespace std; void capitalize(c...

Need help creating function that capitalizes a char array!
Wow I feel stupid. I changed it, and it still gives me weird output. [code]#include<iostream> usin...

Need help creating function that capitalizes a char array!
I am stuck on a part of my final project for Introduction to C++ class. This is what it tells me to ...