newbie

  1. V

    Question What am I doing wrong?

    I'm trying to do a project for my coding class, and I need help. I've been at this for almost an hour and can't figure out why it won't work. I am working with unity and it's Visual Studio Code. What I want to happen is whenever I enable my cube, it says Creating enemy number: and then it counts...
  2. H

    Resolved Do variables retain their adjusted values after a loop?

    For example int g = 1 while (g <= 10) { Console.WriteLine(g); g++; } Will the 'g' variable stay 10 for any code past the while loop or will it return to its original value of 1? Curious about bool/string/etc values as well.
  3. Paradoxz1

    Question BMI Calculator

    Hi, I have been trying for the past 6 days to get this BMI calculator working to my requirements but to no success. I am not even able to get a value out from it. I don't know where to start looking for the issue as I have been looking at this code for hours now and been looking at different...
  4. R

    Wrapping my head around classes

    I'm just starting to work on a fairly simple game just for programming practice/fun and I'm trying to start doing things in a "proper" and efficient fashion rather than my usual "do whatever is most convenient at the time" method that ends up in a confusing mess. One thing I'm really unsure...
  5. DarkNubis365

    create an app or tool that sorts and edits data seperated

    Hello everyone~ I was browsing this site for some information and saw some useful post and i joined to learn from the community.I am very novice at this C# stuff but i do a lot of research on my own finding things out.I have been trying to use Visual studio and MS Access for a tool that i want...
  6. M

    Question Best way to move through the alphabet

    Hi all, newbie here. I'm brand new to c# and to vs, although I'm taking a class to introduce me, using vs2015 community. I've been using other languages for quite a while, but very limited time with c, and none with c#. Also a basic familiarity with object oriented languages, but no experience...
  7. A

    Question Display datagridview datas to richtextbox using a button

    First of all hi to all, I am new to this forum. I am a newbie at c# programming and no other programming experience. Please be kind to me and help me thanks . If you have any reference site that can help me or anything please do . Also english is not my native tongue so no grammar nazi pls and...
Back
Top Bottom