C#

Page 3 - Forum discussion tagged with C#.
  1. arpitsri

    Why there are different output for the following two same program in C++

    I mean that the following codes should have the same output, but a change of line is giving a whole different output. I'm using Turbo C++ compiler, I know that these codes are outdated but in my exams only these are going to come. Code 1 #include<iostream.h> #include<conio.h> void main()...
  2. W

    Learning Computer Sciences

    Hello, I am a High School student who is interested in learning about computer programming. I was wondering if there was a good way to begin learning, and also what language to learn. Also, how could I begin to make my own programs? I would like to learn how to make small games or possibly other...
  3. DonnyTechMaster

    Good Way to learn C# and Unity

    Hi, I'm looking for a way to learn C# for the purpose of making games in Unity. I get bored/distracted pretty easily and I was wondering if there is any software/guide out there to to make it more fun to learn. BTW I generally don't do very well with video tutorials because I get distracted...
  4. skyline4727

    C++, C#, Java, and Python

    I'm a computer science major and I'm currently learning C++. I would like to get into video game design and mobile app development so I want to learn Python since I heard a lot of games use python and Java is used in mobile devices. I also want to learn C# for Windows development. Since both C++...
  5. Scott_D_Bowen

    Mini C# 2010 GUI crash course

    Mini C# 2010 Graphical User Interface Crash Course
  6. L

    Regex in c#

    Hey all, Not sure how to write the regex for just showing the usernames in this format: lastname,firstname. My searches are showing like user1, user2 ect and I dont want those, only want searches that are in that format.
  7. J

    C# help with program.

    Hi everyone. I've read the post, "before posting", and I apologize for not submitting any code. I'm a student at ECPI and just enrolled in my first C# programming class. Our first day, we received this assignment, however I am having difficulties with implementing the correct syntax for C#. Any...
  8. L

    Active Directory C# help

    Hello All, Writting a new C# program to replace a very old VBS file. Pretty much the program will go through our AD and get all the users and their emails and put it in a CSV file. I found some basic code and ran it and I think it worked because I saw a huge list in the console but when it was...
  9. F

    Tools needed for C#

    So I've decided that i want to be a programmer. I would like to learn c# but i don't no where to start so could could someone tell me what i need to program c# i.e notepad or visual studio and could someone direct me to a site which can teach me?
  10. A

    C# How to do a math operation with one button and one text box?

    This is for school. I want to be able to able to type a number into a text box click a button, then type another number into the same text box click a button and apply a math operation to those two numbers(In visual studio 2010 C#). Now, I don't have any trouble with the math operations, but I...
  11. C

    Learing another language just by reading code

    So basicly I am a young developer and I have written code with c++ c# pytyhon java and javascript Making many things. But could you learn a whole language based on what you know already to understand a whole language just by reading code examples?? --Cavan
  12. R

    How to solve the file or directory is corrupted and unreadable error i

    how to solve the file or directory is corrupted and unreadable error in c# windowsapplications
  13. G

    Run Windows Applications Directly From The Web

    Hello, I Have windows application that is writen by c# and janus framework, Can I explore it via internet explorer.
  14. jefe323

    Writing a simple IRC bot in C#, won't connect to a channel

    I've written an IRCBot class in C# and it connects fine to the server, but it fails to join a channel. Can anyone spot whats wrong (i've edited out the channel and the password for the user) using System; using System.Collections.Generic; using System.Linq; using System.Text; using...
  15. I

    SUGGESTION

    Hello, HOW MUCH C# KNOWLEDGE IS REQUIRED FOR LEARNING ASP.NET 2.0?
  16. bsnowman17

    C# string help

    I need to make a string that has the tab command, but without tabbing. IE: string Text = "\t is the tab command"; Console.WriteLine(Text); Output would be: \t is the tab command
  17. S

    Performance counters

    Hello,how do i start and stop performance counters in c# application
  18. jefe323

    C# - Checking Output against english dictionary

    As the title states, I am writing a program that takes a bunch of random letters and turns them into english words. I have gotten the program to output every variation of the inputted letters, but its hard searching through them all for actual english words. How would I go about checking the...
  19. jefe323

    (WPF and C#) Using a For Loop to draw multiple Rectangles

    I'm working on a project for school and I'm kind of stumped. I have a grid (10 columns and 5 rows) and I want to fill each cell with a rectangle. The user will be able to specify how many cells are filled at runtime... Here is the code I have written to draw a single rectangle in a specified...
  20. alexhicks22

    Good programming language to learn?

    Im wanting to learn a programming language in my spare time. In college i have kind of learnt c# but not very indepth. Any ideas what language i should learn? preferabble object oriented. Thanks!