Search:

Type: Posts; User: psyadam

Search: Search took 0.00 seconds.

  1. Thread: random to int?

    by psyadam
    Replies
    7
    Views
    4,714

    I need a more challenging assignment than that. ...

    I need a more challenging assignment than that. That is far too easy. I've done C++ for years, I'm just trying to learn C# to the point that I can say that I can program in it to perspective...
  2. Thread: random to int?

    by psyadam
    Replies
    7
    Views
    4,714

    Looks like I was able to complete the random...

    Looks like I was able to complete the random number guessing game in C#. Wow, I'm spent! (Just kidding!)

    Anyone have an idea for the next small program I should try to make?

    edit: oh yeah, I...
  3. Thread: random to int?

    by psyadam
    Replies
    7
    Views
    4,714

    I think I fixed it *blush*: using System;...

    I think I fixed it *blush*:



    using System;
    using System.Collections.Generic;
    using System.Text;

    namespace Guessing_Game
    {
  4. Thread: random to int?

    by psyadam
    Replies
    7
    Views
    4,714

    random to int?

    Hi I'm trying to teach myself C# to make myself more marketable as a programmer. So far all I know is C++.

    Anyway, a friend advised me just to start writing simple C# programs and then eventually...
  5. Thread: Max_rand

    by psyadam
    Replies
    6
    Views
    7,459

    I wrote some code to test the uniformity of the...

    I wrote some code to test the uniformity of the distribution of my random number generator and it appears to be uniform. My first idea, btw, was to use rand() * rand() + rand(), which does not give...
  6. Thread: Max_rand

    by psyadam
    Replies
    6
    Views
    7,459

    Max_rand

    Hey guys, I'll be googling and such and will probably find the answer before someone can reply, but in case this problem is trickier than it seems, here's the problem I am having.

    Basically, I...
  7. Thread: Starting c#?

    by psyadam
    Replies
    4
    Views
    1,614

    How does one go about learning C#? I already am...

    How does one go about learning C#? I already am quite fimiliar with C++. Does one have to buy a book? If so, which one?
  8. Replies
    2
    Views
    1,174

    I did all that though

    I did all that though
  9. Replies
    2
    Views
    1,174

    getting an icon for an .exe

    is there some visual studio setting that I need to set to get it to display the icon i made for my game? I put the icon in the resources folder but it's still not working.
  10. Replies
    4
    Views
    977

    f.clear() did the trick. Thanks, i didn't see...

    f.clear() did the trick. Thanks, i didn't see that function documented on msdn.microsoft.com
  11. Replies
    4
    Views
    977

    wow what a fast responce. I'll have to come here...

    wow what a fast responce. I'll have to come here more often. Thanks.
  12. Replies
    4
    Views
    977

    std::ifstream question

    I would like to respond to a failure of not being able to open a file by trying to open a different file, but it seems like if you fail once you're going to fail again even if you try to open a file...
Results 1 to 12 of 12