cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Hey Coder777 Where are you?
Hey Coder777 Where are you?
Nov 13, 2013 at 1:11am UTC
titi3000
(8)
hey all, I'm wondering what is wrong with these codes:
while(*ptr != 0)
{
total = atoi(*ptr);
num += total;
*ptr++;
}
showed error message at total = atoi(*ptr)
Thank you very much!
Topic archived. No new replies allowed.