theashman88 36 Light Poster

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 for "Color Speed Settings". I chose matrix because thats the color scheme I was looking for

theashman88 36 Light Poster

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 does it mean to be static vs. nonstatic.

I know in the code with the main method we use

public static void Main(string []args) what does the static change about the main method that distinguishes it from the rest in regards to it being static.

  • Thanks
theashman88 36 Light Poster

I apologize for my slow learning I want to thank everyone that posted. So final rundown to make sure I understand. the ++ before the frequency just adds on everytime the randomNumber is selected for whatever number is produced. So at the end it will keep track of how many 6's have been selected or how many 1's have been selected

castajiz_2 commented: 99% correct +3
theashman88 36 Light Poster

I reinstalled iOS7 and it worked just fine. Sometimes I find it doesn't work so I turn off and restart the phone.

theashman88 36 Light Poster

I'm sorry about that. I'm using dev-c++. I read the list of reccommended books. And i think i'm gunna start out with accelerated C++. I apologize next time I'll post the codes that I attempted. I found out the codes that I had tried weren't for console applications. Thanks for your help

Salem commented: Good call on "accelerated C++" +33