cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Does anyone how to make this work?
Does anyone how to make this work?
Jan 20, 2012 at 7:52pm UTC
NYP
(2)
http://s1236.photobucket.com/albums/ff451/threatn/?action=view¤t=112.png
I do not know how to do it with an array and atoi. Using visual studio C programming.
Last edited on
Jan 20, 2012 at 7:53pm UTC
Jan 22, 2012 at 11:11am UTC
kbw
(9488)
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.
Jan 22, 2012 at 11:42am UTC
codekiddy
(783)
well start by application entry point:
1
2
3
4
int
main {
return
0; }
Topic archived. No new replies allowed.