C#

Forum discussion tagged with C#.
  1. S

    Is this processor good for programming on a laptop?

    The Processor is Intel Core i3-5005U 4th Gen 2.0Ghz. i'd mainly be using C# and java
  2. 2

    Strange Visual Studio error

    This error is occurring and preventing a project from being built I cannot figure out what to do here and it is very frustrating. Here is the pastebin: https://pastebin.com/8VeEEYem Edit:fixed link
  3. ExtreamChaozZ

    C++ Coding Help

    Hiya, I have been having trouble trying to work this error out, im not very good at programming so any advice would be great. The error occurred due to me merging scripts for the witcher 3 as im modding it. I fixed all other errors that popped up with a script merger but this last error has...
  4. A

    Why does C not have run time errors?

    Disclaimer: I am a total noob in C, and don't have all too much experience in computer science in general (about 1 year). I come from a background in Java and Python, and when I started learning C, I noticed something I found odd. Why does C not give run time errors, even if I intentionally add...
  5. T

    What is the best daily routine to learn C#?

    besides that i want to know: -what is a good book for a beginner -the time it will take me i also have some more questions: -what kind of programs can i make in c#? -can i make remote controlled stuff in c#? i thought about this: downloading a max 140 lines of code program and messing with...
  6. V

    Functions to retrieve data from DEVMODE in C#

    I wrote a C# class that holds some structures copied from PInvoke site. In this class I have: Printer_Info_2 structure, Job_Info_2 structure, SystemTime, Printer_Defaults and DevMode structures too. So I have the base to work on getting printer info and job info. All I need is too get...
  7. J

    C# coding error- Learning

    I have highlighted the error. I can't see the issue with it. Please help! :) ___________________code____________________________ using System.Text; using System.Threading.Tasks; namespace FirstConsoleProject { class Program { static void Main(string[] args) //this is a...
  8. C

    C language help

    Hello everybody, Is there anybody how can help to solve my assignment? I need to write c code that finds 100 most repeated words in to .txt file. I also need to use hash table or binary tree structures. 1. My first step was to figure out how to read file : #include <stdio.h> #include...
  9. D

    how do i set my windows' regional settings to use Greek for non-unicode strings?

    strings like "Ôï ðåäßï 'ÁÖÌ' ðñÝðåé íá ðåñéÝ÷åé ìüíï áñéèìïýò." in an old win forms app that came into visual studio 2015
  10. G

    Coding and Compiling C++ in MS-DOS

    I'm working on an Operating System in C++ in Microsoft Visual Basic 6.0, but when I test it for the first time, it doesn't run on MS-DOS, it only runs on CMD. Is there any program that lets me code C++ then compile it for DOS?
  11. W

    Avira blocking C# programs from running

    I am learning C# programming using Visual Studio and when I create and run some very simple programs Avira blocks them from running and puts them into quarantine. It seems to be this HEUR/APC(Cloud). Then programs don't even go outside of the program. How can I stop Avira from stopping the...
  12. J

    What is Wrong with my Code?

    I am fairly new to c++ and I am in my second quarter in college. On my assignment, I have this code here that is not working when I try to run it. It gives me the errors of "cannot convert parameter 1 from 'const char [17]' to 'int'... There is no context in which this conversion is possible"...
  13. S

    How to take user input of one form and assign it to a variable in another form in java?

    i have a textfield to get user input in my form 1.i want to get the text user inputs into that textfield from that form and assign it to a variable in form2. is this possible?
  14. S

    How to center align all elements inside a jframe to center in java?

    Im making a ATM enter PIN screen using java.i have written the code to make it appear full screen when i run it but all the other elements such as the jtextfield,labels and buttons are still at the top left corner of the screen.How can i get them all to the center of my screen? .
  15. M

    Background Copying Software

    Hi guys I am a 14 years old Student and i was looking for a software to copy thing from my teachers pen drives (flash memory) to mine The problem is that when i ask them for doing so the refuse because of the short classes time So is there is a software for this task maybe programming a power...
  16. syssoft

    Programming Beginner - Just starting to learn fundamental of programming with C#

    I have just started to learning about programming and new technology that's why want to connect with some popular forum sites to start discussion on some problems related hardware and software. Hope, this community will help me what I expect.
  17. M

    Playing a MP3 audio file in C# Console App

    Hi guys I am making a program where I wan to play a MP3 file as soon as the program executes can anybody explain me how to do so ???
  18. M

    How to make a C# console app terminate on the press of the "Esc" Button

    hi Guys I was watching a video on YouTube from a channel called Barnacules Nerdgasm about how to make a Prank software the problem is that there is a piece of code the tells the app to close when ever a key then enter is pressed which is "Console.Read();" please correct me if I am wrong so after...
  19. J

    Can you program in just C#?

    I was wondering can you program in just c# or does it have to be c# wpf, C# consol, etc.
  20. A

    3. Write a C# application that asks the user to input ‘A’ and ‘B’ and prints the sum of squares of all even numbers be

    3. Write a C# application that asks the user to input ‘A’ and ‘B’ and prints the sum of squares of all even numbers between ‘A’ and ‘B