C#

Page 2 - Forum discussion tagged with C#.
  1. B

    Stacks: How to remain progress even the compiler is close

    BEFORE ANYTHING ELSE THIS IS THE MAIN CODE SO WHAT IM POINTING AT . IF I PUSH EXAMPLE 3 ELEMENTS THEN I POP 1 THEN I CLOSE MY COMPILER. MY TEACHER WANTS ME TO NOT LOSE THE PROGRESS. AND WHEN SHE COMPILE IT AGAIN SHES GONNA SEE THE 2 LEFT , NOT START FROM THE 0. CODEBLOCKS I HOPE YOU GOT MY...
  2. R

    C# Game Code

    Hello! me and my friend are learning to make a basic game in c# ,so before I ask what I want to ask I'll tell what's the situation,we have like a little map which we get in the code from a notepad file and we have our character moving around and all and we would want know how can we get the char...
  3. B

    Turbo C++ -nan problem

    Heres what need to happen. Enter two consecutive number , add them and show their average. So The code is Quite correct I can say It worked before but if you try and try again . and try to break it and it will It'll show -NAN -NAN and -NAN #include<stdio.h> #include<conio.h> float...
  4. A

    calculate amount of salary received based on position level using C++

    Here the question. A company owned by First Avenue has a salary system based on position level. Employee salary is being paid on a weekly basis. The company has 30 employees, which comprises of a manager (fixed salary), cooks (salary on hourly basis), salesperson (fixed salary and sales...
  5. P

    How To Make A Sign In Page in C#

    So I am very knew to the whole coding scene. Well I have an idea for a sort of Social Network sort of thing. And I didn't want to hire developers, so I decided to learn my self. I have started a project and selected Windows Form Application. I have to buttons and text box set up. But I would...
  6. P

    Do I Need A Server

    So in a few weeks, I am gonna start coding my game. I am using c# and am very new to the whole programming thing. I would like to make an online game and have severs. My only problem is how would i set that up. Would I need like a server rack, if so what code do I need to set that up and how do...
  7. A

    What does this error mean - "cannot access c:\ for reading" in commview for wifi?

    I installed Commview for Wifi and after i start capturing packets i get an error of "cannot access c:\ for reading" Anyone who can explain this to me would be great. Thanks
  8. S

    accept the name of the customer as well as the items being purchased and the quantity of items being purchased in c#

    can i please get someone to assist me im having some troubles.Head lamps (pair) – $50,000 ? Fenders (pair) - $75,000 ? Bonnet (front) - $46,500 ? Indicators (pair) – 37,500 ? Front doors (pair) – $88,000
  9. C

    c# console aplication help

    Hello! First sorry for bad english. Second i need help about c# console aplication. I should write in console lets say "BJ 2453 O" and i need program to detect only frst part of word in this case "BJ" and assing that to "BJELOVAR" and write that on screen, and then program should ask if i wanna...
  10. I

    Question when creating an OS

    I am starting to dabble in Operating System creating, and I am wondering whether or not I would need to start with a clean "Blank Slate" PC or if I can keep my computer as is and code and test on the side. Any help would be nice. Thank you in advance.
  11. C

    Asus X55V Problem Help fast

    So , i have a Asus X55V with windows 7. The Unit keept bluescreening so i reinstalled window 7 ultimate from a USB stick.All went fine ,i got to the part where it prepared for the first boot,then the unit stopped and it won't turn on,no lights, no power . Can you help please.Thanks
  12. E

    C# 1-1= 8.88178419700125E-16? (new to coding, help needed)

    I would first like to state that I'm new to coding, so there's probably a better way to do this.So I'm working on a quick program to count the number of digits after the decimal in a number. The lines of code that is causing issues are: this code repeats until it's left with 0 when run with...
  13. A

    Cannot get my Code in C to work

    My code is supposed to be pretty simple I've searched around the web but can't find much that helps so I was wondering if my code should be a switch statement rather than an if one... Here's my code... #include <stdio.h> int main(void) { int num; scanf("%d",&num); if (num...
  14. W

    Which Programming Language for OS

    Hello guys i wanna know which programming language is the best for creating OS like C, C++ or c# or any other.
  15. Z_GAB_X

    Where to learn C# online for free?

    I want to learn C#, but i don't know where
  16. C

    Help With C# Programming!

    I want to make a Windows 8 App, I want people to be able to add stuff and other people to be able to see it? Like, They enter a form: Name: Server address: description: Then people can see it? etc! Could you help me do this please or point me to a tutorial that could help me thanks!
  17. B

    Avast false checks?

    I have avast and mess around in codeblocks and it was working fine, but now everytime I try to compile the program avast deletes it for being malwaregen? Anyone else have the problem? edit: Bet every single time I try to compile something as simple as subtraction?
  18. G

    c# DirectX version

    hello, i making a system information program and one of the things that the user will see is the directx version thats installed. but my porblem is: i dont know how to get that in c#. thank you
  19. manicmike

    Homework Help (C# GUI, Random Number Guessing Game)

    As the title states, this is for homework. I'm tasked with creating a program that allows a user to input a number into a GUI, and then compares their answer to the random number. Most of the remaining code is cake but when I tested what I have so far, EVERY time the Guess button is clicked, it...
  20. B

    c# code modification

    i hav an application written in c# that can send sms to other mobile phone via a gsm modem. but i have a CDMA modem.how can i change the code so that i can use the CDMA modem. or can i insert the gsm sim in cdma modem and will it work? pls suggest an alternative.thanking u , bluesea :)