User profile: Armando Jenkins

User info
User name:Armando Jenkins
History
Joined:
Number of posts:8
Latest posts:

Passing a char vector as a function parameter.
Hey thanks! I guess I forgot to give the type when calling the function. It compiles just fine now. ...

Passing a char vector as a function parameter.
The error code is C2275 and it shows up in line 69.

Passing a char vector as a function parameter.
My problem seems to show up in "Main". I'm having trouble passing a vector of chars as a function...

Newton's Method
I'm new to c++ and programming in general, but it seems to me you would want to switch the order of ...

Resize my array
I notice you've got a "col++", and then "col" is reassigned to 0 two lines later. Is there a reason ...