485 questions
In C#(VisualStudio 2017 Community.Net Framework 4.7.1), we create something like a simple web server to access from a web browser.I didn't think about security because it was a local system, but now t...
I would like to substitute a number for each scorePrepare the ball and Cube objects When the ball hits the Cube, the number of the ball is taken and reflected in the score.The first score display was ...
Thank you for your help.Generally, if you log off or shut down a form even if it's up, I'm going to close it together, but I'm going to set the application for the form that I'm going to launch as dll...
Assets/Scenes/Player_NonPhysics2D.cs (42,32): error CS1525: Unexpected symbol'<internal>'The error appears, but I don't understand what this error means.The 42nd line indicated is the return; li...
I am currently using C# to create a calculator, but it doesn't work well with Func.What I want to do is to calculate continuously like 1*2*3.I want to get an answer when I press the operator button.At...
What does void mean in C-affiliated languages?Void is used a lot like this, but I wonder what void means.
In C#, we use the keyword ref when we use references Is there something like this in Java?
Question 1 public class foo { } public foo SomeFooNULL() { var newFoo = new foo(); if(null == newFoo) { return null; } return newFoo; } public foo SomeFooException() { var newFoo = new foo(); ...
When compiling the Insert function, it doesn't seem to be open.The select function causes a compilation error.What's the problem?using System;using System.Collections.Generic;using System.Linq;using S...
Press the button in the Android laptop c# any function in a program I want to run.What technology should I use at this time? Are you using a socket?Finally, I want to press the button on Android to re...
« | - 42 - | » |
© 2024 OneMinuteCode. All rights reserved.