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
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...
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...
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...
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...
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...
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...
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?
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...
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"...
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?
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? .
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...
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.
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...