atoi tag

2 questions


1 answers
33 views
0
Please correct the language of c.

It's a code that I made When I debugged it, the computer was not affected by the if part and just kept running Which part is the problem...?#include<string.h>#include<stdio.h>#include<s...

2 years ago

1 answers
57 views
0
I wonder why atoi is performed without error without c++ cstdlib.

I am solving the problem of changing the char* array to int.I knew that atoi() was included in cstdlib, and When I used the atoi in the professor's ppt, cstdlib was always included, During this assign...

2 years ago

© 2024 OneMinuteCode. All rights reserved.