coding tag

43 questions


1 answers
73 views
0
C Language Text Input/Output Questions

#define _CRT_SECURE_NO_WARNINGS#include <stdio.h>#include <string.h>void main() {FILE *fp1;FILE *fp2;FILE *fp3;char p_words[2006][256];char n_words[4783][256];int number_positive = 0;int n...

2 years ago

1 answers
150 views
0
If you open the [utf-8] file and write or append and save it, it will be recognized as an [ascii] file.

If you open the [utf-8] file, replace it, and save it (w,a), it recognizes it as an [ascii] file. How do I save it so that it is recognized as utf-8 and not changed to be recognized as ascii?This file...

2 years ago

1 answers
58 views
0
Compare Lists

force label: [70, 75, 72, 58, 64, 74, 52, 64, 62, 67, 62, 55, 72, 63, 65, 15, 38, 63, 30, 65, 69, 52, 72, 70, 32, 72, 75, 60, 90, 35]intel label: [60, 74, 27, 58, 59, 72, 64, 52, 54, 54, 60, 37, 35, ...

2 years ago
« - 5 -

© 2024 OneMinuteCode. All rights reserved.