Questions tagged as 'c#'

1
answer

Compile error in code in Unity [duplicate]

ThisislikeusingUnityEngine;publicclassPlayerMovement:MonoBehaviour{voidAwack(){floorMask=LayerMask.GetMask("Floor"); anim = getComponet <Animator> (); playerRigidbody = GetComponent <Rigidbody> (); }...
asked by 04.09.2015 / 20:35
2
answers

Object orientation is the part of C # used for games? [closed]

That there are differences between the C # language for form programming and for other areas, I have notion, but I have a question: Is object orientation the part used for programming games? If not: What is the purpose of Object Orientation?   ...
asked by 26.05.2017 / 11:43
1
answer

c # how to make a ping attack the ip of a computer [closed]

Hello everyone I needed to know how can I do a ping attack to an ip using winforms Can someone help me if someone stole the steam account from a friend?     
asked by 27.07.2016 / 17:57
1
answer

button to add one minute [closed]

Hello I have this code and would like to make a button to add a minute to the time that is running. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using...
asked by 16.10.2018 / 15:44
1
answer

Withdrawal Program [closed]

I'm having trouble solving this problem, could anyone help me? The problem of study is this here:    In a small country on the planet Cyber, the current currency is the bit whose acronym is B $. In this currency there are bills of B $ 50.00,...
asked by 06.12.2018 / 15:08
1
answer

How to bring about city relation in official?

I have this model public class Funcionario { [Key] public int id { get; set; } [Required(ErrorMessage ="Nome do funcionário é obrigatório", AllowEmptyStrings =false)] [Display(Name ="Nome")] public Str...
asked by 10.08.2018 / 11:33
2
answers

Group items inside a foreach [closed]

I have an object that brings me a basket with several items. I need inside a foreach to group the items by operation nature. How do I do this? It will look something like this: Prod: 2345 Nat. Oper: 5402 Prod: 2343 Nat. Oper: 5402 Prod: 4...
asked by 04.04.2018 / 01:12
2
answers

How do I save an array of chars in a variable?

I'm doing an encryption program, starting by inverting the string with the following code: namespace APS { class Program { public static void Main(string[] args) { string frase; Console.WriteLine...
asked by 26.08.2018 / 22:24
1
answer

HOW TO MAKE CALCULATION WITHIN A CLASS? W#

I'm doing the following program in C #: Create an abstract class named "Combinatorial Analysis", which is responsible for specifying, in addition to calculating the factorial of a number, the methods due for Calculation of Permutations, Array...
asked by 18.10.2018 / 15:11
1
answer

book to learn c # [closed]

I'm in a computer engineering course, and I'm starting to use C # to make a chair with an integrated design. Could someone tell me some good book that could help me in C # programming?     
asked by 22.02.2016 / 23:03