c tag

1304 questions


2 answers
241 views
0
(c language) Char character duplicate application error question.

I'm studying coding to calculate the width by multiplying the base and height of the triangle and adding continue? at the end.I tried to make it possible to leave the program if I put Y or Y after the...

c
1 years ago

1 answers
345 views
0
(C language) There is a printf location question when using while.

Hello, I am learning the basics of C language.Currently, we have completed a coding that outputs several integers and then sums up and averages only a multiple of 3, and escapes by entering -1.I wonde...

c
1 years ago

1 answers
259 views
0
(C language) There is a printf location question when using while.

Hello, I am learning the basics of C language.Currently, we have completed a coding that outputs several integers and then sums up and averages only a multiple of 3, and escapes by entering -1.I wonde...

c
1 years ago

1 answers
337 views
0
I want to start TigerVNC as a service via systemd on Alma Linux

BackgroundI'm running Alma Linux to build a server.I would like to work remotely in a GUI environment by installing a VNC server in Alma Linux.I'm having a hard time getting in the VNC server.If you k...

1 years ago

1 answers
318 views
0
c Language Suffix Question

int main(void){long long big;big = 700000000 * 700000000;printf(%lld,big);return 0;}I don't know why I have to put the suffix ll after 700000000

c int
1 years ago

1 answers
346 views
0
Why is the device context blank when I minimize the browser and restore it to its original size?

Contents of questionsPaste your browser's device context into the upper left corner of your desktop in the following program:Initially, it appears, but once you minimize the browser, restore it to...

1 years ago

1 answers
224 views
0
This is a question about the create function in the code that implements the C++ stack

> struct _stack { //fill in here char* ele; int size; int top;};Stack create(int maxStackSize) { //Create an empty stack whose maximum size is maxStackSize Stack mathstack; mathstack->size = max...

c
1 years ago

3 answers
269 views
0
Do you often convert 8 bytes of data into network byte orders?Can I?

I am trying to send and receive structures in C language using tcp sockets.as defined in #include<sys/stat.h>I wanted to send the structure stat as it is.I wanted to convert structure stat to ne...

1 years ago

2 answers
401 views
0
Socket communication ignores (skips) if statements

We use socket communication to create simple games for multiple players.I would like to use strncmp to determine the string sent by the client so that the appropriate action can be taken.For example, ...

1 years ago

1 answers
426 views
0
How can iOS development incorporate the framework into the framework?

We are developing a library (framework) that is iOS.I would like to include another framework within this framework (with another framework as C)However, when I tried to build B and put it into the ho...

« - 6 - »

© 2024 OneMinuteCode. All rights reserved.