long tag

3 questions


1 answers
141 views
0
How to change Long to Integer

How can I change Long to Integer?

1 years ago

2 answers
73 views
0
How can I fully print the unsigned long int?

#include <stdio.h>int main() { unsigned long long int num = 285212672; //FYI: fits in 29 bits int normalInt = 5; printf(%ul is %d bytes; int value is %d.\n, num, sizeof(num), normalInt); return ...


1 answers
99 views
0
Is there a way to ignore mysql ER_DATA_TOO_LONG?

Mysql server has been newly installed.In the past, I used it without any problems, but on the new server, ER_DATA_TOO_LONG error when inserting into mysql.In the old server, things that go over the nu...

1 years ago

© 2024 OneMinuteCode. All rights reserved.