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
runtime error (SIGSEGV)
runtime error (SIGSEGV)
Oct 19, 2015 at 4:54pm UTC
grag
(1)
why i got RTE in this code?
http://ideone.com/DdEEI8
Oct 19, 2015 at 5:38pm UTC
MiiNiPaa
(8886)
if
((
char
)a[i]==
'10'
) ans+=10;
What this line should do?
Topic archived. No new replies allowed.