Search results for query: *

  • Users: Boiko
  • Order by date
  1. Boiko

    kill process console app

    Hi all, just trying to create simple console which can take user input and kill process which was typed. i've created this small application which does what it should: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...
  2. Boiko

    Calculation

    Hi guys, Just reading a book for beginners about c# and just missed something here.. // Inputs Console.Write("Enter customer price of a product: "); string inputPrice = Console.ReadLine(); double customerPrice = Convert.ToDouble(inputPrice); Console.Write("Enter VAT rate in %: "); string...
  3. Boiko

    Cursor problem

    Thank You guys!! It was insert key! Will save some nervs for me haha
  4. Boiko

    simple program

    Thank You for your replay, as i just started learning c# i don't really know how to make code as it should be. But i will try hard to make it. As i understood i can do this way? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks...
  5. Boiko

    simple program

    Hello I am trying to write just a simple program to show your first and second name, what's wrong with it? Thanks! using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace next_lesson { class Program { static...
  6. Boiko

    Question What is the coolest things you've made?

    That's sounds cool mate! I want to learn to do things like that, how long you been programming?? Thanks
  7. Boiko

    New here

    Hi Guys! I'm new on here as I want to learn c sharp from the scratch so hope that you will help me with that. Cheers!!
  8. Boiko

    Cursor problem

    I have problem with typing.. In that picture above you can see grey blinking cursor, and if I would try to type something it would delete letter in front of it, how can I fix it, because it's very annoying.. Anyone? Thanks
Back
Top Bottom