studio tag

324 questions


1 answers
89 views
0
How do I print out the program?

1) Initialize number 2 for integer variable num 2) Perform shift operation on num variable 3) 'The result of 1 shift operation of 2 is 4' output 4) Perform shift operation on num variable 5) '2 is shi...

2 years ago

1 answers
100 views
0
Is there an error?

I don't understand the error, so I'm asking you a question


1 answers
42 views
0
Android Studio AVD API Connection

Hello, seniors. I would like to ask a question about API connection at Android Studio AVD.Currently, the application I'm making uses YouTube, Google Map, and public data API.This is being developed by...

2 years ago

1 answers
94 views
0
C Unusual result values for rows/columns in a rudimentary two-dimensional array

After making a two-dimensional array using random numbers,A program that outputs an array in a two-dimensional table after obtaining the sum of each row and each column.But if you compare the table wi...

2 years ago

1 answers
52 views
0
I need scanf_s identifier

#include <stdio.h>void get_sum_diff(int x, int y, int* p_sum, int* p_diff);int main(void){ int x; int y; int r, s; printf(Enter an integer); scanf_s(%d %d, &x, &y); void get_sum_diff(x,...

2 years ago

1 answers
54 views
0
I posted it on GitHub I'm trying to upload a completely deleted repository again, but it's not going up. (I uploaded it to gihub in conjunction with Visual Studio 2019 and deleted it completely from the github site.)

The selected file was linked to Visual Studio 2019 to create and delete the repository.Then, I tried to create a repository by linking it to Visual Studio 2019 again with the same name as the same pat...

2 years ago

1 answers
128 views
0
Android Studio Error Execution failed for task ':app:pressDebugAsets'

I don't think it's a grammar error because the error keeps appearing every time I turn on the project. I don't know how to solve it even if I search on the InternetExecuting tasks: [:app:assembleDebug...


1 answers
44 views
0
It's a question from Android Studio

I wrote it in the code below But if you change the shape, the application dies...The error code isE/eglCodecCommon: glUtilsParamSize: unknow param 0x000082daE/eglCodecCommon: glUtilsParamSize: unknow ...

2 years ago

1 answers
96 views
0
I want to get the results of the console window into the dialog.

I want to configure the screen that appears when I press the Windows Driver Properties window using MFC.Somehow I succeeded in getting information about the type and capacity of the driverI'm at a los...


1 answers
43 views
0
Why doesn't the static variable value of the static class change?

When I created a static class with an internal class for the purpose of using a variable without creating an object and called a static variable, I first read the value of the edit text and sprayed it...

2 years ago
« - 32 - »

© 2024 OneMinuteCode. All rights reserved.