485 questions
If you create a constructor with parameters in C#, C++, and Java, the default constructor without parameters disappears.Before, I thought it was just like that, but I suddenly became curious about why...
UNI.T is programming.There's a class called MyClass in C#Declare a list, create an object with new MyClass() and put it in AddInserting more than a thousand objects takes a lot of time.Is it supposed ...
I am developing a BLE app for Windows with C# When scanning or connecting via BLE API Is the implementation method different between Windows' own Bluetooth receiver (surfice or laptop) and external re...
It's my first time using c# Regex.Replace, so I'm not sure.For example, a = ,123 asdf,456ghjk,zxcv I only want to leave a = ,123 asdf,456ghjk in Replace, but I don't know how to set the expression.
My project is to make VR mobile app Unity.The problem is I want to include the fade in/out effect in LoadScene, but it's different for each online course, and most of them are 2D screens, so I'm havin...
Hello, everyone C# Press button in WPF program I want to make the window smaller.Make a button to press. private void button1_Click(object sender, RoutedEventArgs e){} I don't know, I don't think I sh...
I'd like to record RGB images that were uploaded by UNI.T. Engine using Kinect camera.Is there a way to save and recall after recording using openCV?
I'd like to check the DB file of the external server with C#I want to check the amount of DB file because I want to know if a file is added to the DBIs it possible?Thank you^^
There is a class called abc. This is the class that gets the coordinate information of the click point. List pts = new List();So, if you put it in the list, the information is as follows. The coordina...
I learned about C language and C++ in first gradeIn the first semester of the second grade, 'data structure theory' and 'multimedia programming' are two required subjects. I wonder what is the differe...
« | - 47 - | » |
© 2024 OneMinuteCode. All rights reserved.