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

Search:

Type: Posts; User: blackseed32

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,164

    Re: Random lists repeating problem, help.

    No it isn't an assignment at all, I wanted to randomize a list for fun that's all.
    Thanks for the comment! really helped me!
  2. Replies
    3
    Views
    1,164

    Random lists repeating problem, help.

    So I wanted to make a program which randomizes a list letters or something without repeating the letters like I get here:


    #include <iostream>
    #include <string>
    #include <stdio.h> /*...
  3. How to make a random array to not repeat?

    Here is my code for a simple game. paste it and try it.

    #include <iostream>
    #include <string>
    #include <ctime>
    #include <cstdlib>
    using namespace std;

    int main...
  4. Replies
    3
    Views
    7,794

    Re: c++ Random linked strings

    BIG THANK YOU! you saved my game :)) I spent hours trying to combine different things and you revealed the right way to do this!
  5. Replies
    3
    Views
    7,794

    c++ Random linked strings

    Hey people, i'm new to this forum. I want to make a funny and simple game in cmd with visual studio and here is my plan, here are the steps that I wanna accomplish:

    The program asks the person for...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured