User profile: bruntmjust

User info
User name:bruntmjust
Old user name:bruntmju
Name:Justin
Location:Oregon
Bio:Just a beginner at c++ programming and looking for help with some programs along with learning how to master c++ the best I can.
History
Joined:
Number of posts:132
Latest posts:

C Linked Lists
The code this far has the numbers being put in a linked list. How can I do something like this: ...

commad line arguments
I kind of understand the argc and argv arguments but the only problem I have left is how do I get th...

commad line arguments
How do I get my program that finds the max product of the 20 by 20 array by using a command line fun...

My own itoa (Help)
Yes I see exactly what you are saying. I actually thing that is a really smart way of doing this. T...

My own itoa (Help)
Okay I see what you are saying, one last thing: What does the n=abs(value) do exactly for this funct...