-
Marked Solved Status for Changing colors in Dev-C++ 4.9.9.2
Hi I got a quick question. Is there any way i can change the background color and the text color within my compiler of dev-c++. I'm not trying to change … -
Replied To a Post in Changing colors in Dev-C++ 4.9.9.2
I figured out how to do it, just in case someone reads this in the future, go to tools > editor options > Syntax > select the drop down menu … -
Replied To a Post in Changing colors in Dev-C++ 4.9.9.2
There is no error, it's fine, i just want to know if i have the capabilities in this program to change the code's color and its background. -
Replied To a Post in Changing colors in Dev-C++ 4.9.9.2
I'm using Dev-C++ 4.9.9.2 -
Created Changing colors in Dev-C++ 4.9.9.2
Hi I got a quick question. Is there any way i can change the background color and the text color within my compiler of dev-c++. I'm not trying to change … -
Began Watching Changing colors in Dev-C++ 4.9.9.2
Hi I got a quick question. Is there any way i can change the background color and the text color within my compiler of dev-c++. I'm not trying to change … -
Stopped Watching Need help problems with backup error code #0x80070422
Hi I'm trying to back up my Windows 7 Pro 64bit onto an external hard drive but every time I try to backup I get an error. The error code … -
Marked Solved Status for Need help problems with backup error code #0x80070422
Hi I'm trying to back up my Windows 7 Pro 64bit onto an external hard drive but every time I try to backup I get an error. The error code … -
Created Need help problems with backup error code #0x80070422
Hi I'm trying to back up my Windows 7 Pro 64bit onto an external hard drive but every time I try to backup I get an error. The error code … -
Began Watching Need help problems with backup error code #0x80070422
Hi I'm trying to back up my Windows 7 Pro 64bit onto an external hard drive but every time I try to backup I get an error. The error code … -
Created Using DateTime to make the default time one hour ahead c#
I am creating a form that uses a DateTimePicker control to display the date in the format of h:mm:ss tt. I am trying to make the default time one hour … -
Began Watching Using DateTime to make the default time one hour ahead c#
I am creating a form that uses a DateTimePicker control to display the date in the format of h:mm:ss tt. I am trying to make the default time one hour … -
Marked Solved Status for Using the word base as a variable problem
Hi I'm creating a code for my class and what I'm trying to do is to create a triangle class that is derived from abstract class TwoDimShape. However; when I … -
Replied To a Post in Using the word base as a variable problem
Thanks guys, I changed the variable to basee, instead of base. Thanks again -
Created Using the word base as a variable problem
Hi I'm creating a code for my class and what I'm trying to do is to create a triangle class that is derived from abstract class TwoDimShape. However; when I … -
Began Watching Using the word base as a variable problem
Hi I'm creating a code for my class and what I'm trying to do is to create a triangle class that is derived from abstract class TwoDimShape. However; when I … -
Replied To a Post in How do i insert photo into form on visual studio
visual studio 2013 -
Created How do i insert photo into form on visual studio
I'm confused on how to insert a picture a jpg to be exact into a windows form on visual studio 2012. -
Began Watching How do i insert photo into form on visual studio
I'm confused on how to insert a picture a jpg to be exact into a windows form on visual studio 2012. -
Replied To a Post in OverFlowException Help needed
I'm not sure how to write the code. long result = 0; result = checked(12) Console.WriteLine("Input value too large. Please try again"); ?? I tried that but it didn't work -
Marked Solved Status for OverFlowException Help needed
I'm trying to create a code that gives the factorial for a number given. If it is negative, string, or to large of a number an error should return. I … -
Revoked Solved Status for OverFlowException Help needed
I'm trying to create a code that gives the factorial for a number given. If it is negative, string, or to large of a number an error should return. I … -
Created OverFlowException Help needed
I'm trying to create a code that gives the factorial for a number given. If it is negative, string, or to large of a number an error should return. I … -
Began Watching OverFlowException Help needed
I'm trying to create a code that gives the factorial for a number given. If it is negative, string, or to large of a number an error should return. I … -
Marked Solved Status for Polymorphism Inheritance Problem With Results
I'm trying to create a program that passes arguments of size of three shapes, a circle, a triangle, and a rectangle. I got those but everytime I run the code … -
Created Polymorphism Inheritance Problem With Results
I'm trying to create a program that passes arguments of size of three shapes, a circle, a triangle, and a rectangle. I got those but everytime I run the code … -
Began Watching Polymorphism Inheritance Problem With Results
I'm trying to create a program that passes arguments of size of three shapes, a circle, a triangle, and a rectangle. I got those but everytime I run the code … -
Marked Solved Status for Having Problems with code
I'm having an error when I run this code any ideas? When I run it and enter the code it works if I enter the same numbers I had entered … -
Replied To a Post in Having Problems with code
I know, but when I input the row and column into the array I add a decrementor to cancel out the problem -
Created Having Problems with code
I'm having an error when I run this code any ideas? When I run it and enter the code it works if I enter the same numbers I had entered … -
Began Watching Having Problems with code
I'm having an error when I run this code any ideas? When I run it and enter the code it works if I enter the same numbers I had entered … -
Created Exceptional handling error.
public static void Main (string[] args) { int row; int column; int[,] game; game = new int[3, 3] { { 0, 0, 0 }, { 0, 0, 0 }, { … -
Began Watching Exceptional handling error.
public static void Main (string[] args) { int row; int column; int[,] game; game = new int[3, 3] { { 0, 0, 0 }, { 0, 0, 0 }, { … -
Replied To a Post in member name cannot be the same as the enclosing type
how do i clean a build, because i went to BUILD > clean solution > than hit f7 again to rebuilt but nothing happened -
Created member name cannot be the same as the enclosing type
So the code is this but I can't figure out the problem. I included the error alongside with it. using System; public class SavingAccount { public static decimal interestRate = … -
Began Watching member name cannot be the same as the enclosing type
So the code is this but I can't figure out the problem. I included the error alongside with it. using System; public class SavingAccount { public static decimal interestRate = … -
Revoked Solved Status for Define static
I know this has been asked before, but I can't find any simple answers for a noob like me in C#. What exactly is a static method. I mean what … -
Replied To a Post in Define static
Thanks so much guys :) -
Marked Solved Status for Define static
I know this has been asked before, but I can't find any simple answers for a noob like me in C#. What exactly is a static method. I mean what … -
Replied To a Post in Define static
I can understand when you say the method belongs to the class, but can you explain when you say and not any single instance of the class -
Created Define static
I know this has been asked before, but I can't find any simple answers for a noob like me in C#. What exactly is a static method. I mean what … -
Began Watching Define static
I know this has been asked before, but I can't find any simple answers for a noob like me in C#. What exactly is a static method. I mean what … -
Marked Solved Status for Can't find the error can anyone else see it?
It keeps telling me there is an error on line 22 when I run the program. Does anyone see the problem. My goal was to create a jagged array where … -
Replied To a Post in Can't find the error can anyone else see it?
Thanks -
Created Can't find the error can anyone else see it?
It keeps telling me there is an error on line 22 when I run the program. Does anyone see the problem. My goal was to create a jagged array where … -
Began Watching Can't find the error can anyone else see it?
It keeps telling me there is an error on line 22 when I run the program. Does anyone see the problem. My goal was to create a jagged array where … -
Marked Solved Status for Trouble again with arrays any help needed would be great
So I'm basically trying to recreate the simulation of two dice being rolled, and I need to count the frequency in a two dimensional rectangular array, then display the array. … -
Replied To a Post in Trouble again with arrays any help needed would be great
Like this? But still rolls more than 360 times on some counts. using System; class Program { static void Main(string[] args) { Random rand = new Random(); int[,] count = … -
Replied To a Post in Trouble again with arrays any help needed would be great
So I edited the code according to my teacher's advice, but I'm stuck. I want the dice to roll 360 times but according to the code I see that it … -
Replied To a Post in Trouble again with arrays any help needed would be great
I'm not sure how or what calculating frequency is to be honest
The End.