CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: toadperry

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,256

    pikck up a random out of a text file

    hi i got this code here id like for it to pick up a random word from a text file and use it as the nick in this line



    SetNick(GetRandomString(10));



    how could i do it heres the full code...
  2. Replies
    3
    Views
    2,903

    Re: geting a word from a text file in c++

    ur correct it is in c#
  3. Replies
    3
    Views
    2,903

    geting a word from a text file in c++

    hi im trying to have the nickanme set to be a random name from a text fille full of nickanmes i dont know
    how to do it heres my code

    using System;
    using System.Collections.Generic;
    using...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured