All Questions

19771 questions


1 answers
356 views
0
OpenGL files in C language cannot be compiled.

I got a mysterious error.It happens every time with GlutMainLoop.Could you tell me the solution here?y); | ^~~~~~~~~~~~~~~opengltest.c:11:2:warning:implicit declaration of function 'glutMainLoop' [-Wi...

1 years ago

1 answers
308 views
0
I want to make a 5x5 vertical block pole in Minecraft.

Minecraft JavaScriptWhat you want to do1. Place three blocks vertically in the position where the area is located2.Take two steps and re-arrange the same block vertically with the areaI want to go aro...

1 years ago

1 answers
247 views
0
I would like to refill the array of TypeScript.

I am making a screen with Angular.In a component of a screen,class Sub{ constructor( aaa —string, bbb —string, ccc:string ) {}}Import the above class and get a response from the API for this type s...

1 years ago

1 answers
354 views
0
UriFormatException: Invalid URI: Failed to determine URI format, I want to know how to work with

Regarding the presentation code, I would like to know why the following exceptions occur.I entered the URL from the API site and set the parameters, but why is the exception of invalid?I wrote the sou...

c#
1 years ago

1 answers
377 views
0
It's about extracting elements using containers.

For document in xml, if the text value is article-id_pmid, we have created a program to extract if the paragraph in the passage contains first.As for the paragraph extraction, I used containers, but I...

1 years ago

1 answers
265 views
0
About Break in C Language

I'm trying to set up a program that ends when no is entered in the code below, but it doesn't stop and it loops indefinitely.Where should I correct it?#include<stdio.h># include <time.h>in...

c
1 years ago

1 answers
299 views
0
I want to know why I can't get a C#http request.

Regarding the presentation code, I would like to obtain the return value by referring to the reference site A, but I can't get .json well, why is this?The client_name parameter is the same as the one ...

c#
1 years ago

2 answers
443 views
0
Understanding How Java Open Files Without a System Cache for Reading and Writing Data

Question SummaryCould you tell me how Java can do the following things that Win32 API does?Open files without a system cache to read and write dataI'm investigating, but I can't find any means at the ...

1 years ago

1 answers
461 views
0
I want to make the following program in java, but I don't know.please tell me。

Consider (x,y,n) satisfying 1/x+1/y=1/n,x yy with x,y,n as a positive integer.For example, when n=4, there are three different solutions (x, y, 4).Concretely, there are three of 1/5+1/20=1/4→(x,y,n)=(...

1 years ago

1 answers
242 views
0
Understanding the Date Output in C Language

I am currently working on the following issues in C language, but could someone please tell me how to correct the output to the log file in a different format from the example, and the fact that only ...

c
1 years ago
« - 71 - »

© 2024 OneMinuteCode. All rights reserved.