Does anyone how to make this work?

http://s1236.photobucket.com/albums/ff451/threatn/?action=view&current=112.png
I do not know how to do it with an array and atoi. Using visual studio C programming.
Last edited on
You could start by posting your code on this forum. Broken links in archived threads are no use to anyone.

If we can see what you've done, we can help with difficult areas. But we can't do the whole thing for you.
well start by application entry point:

1
2
3
4
int main
{
     return 0;
}
Topic archived. No new replies allowed.