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

Search:

Type: Posts; User: twogreenarrows

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    5,192

    Snakes and ladders on C.

    HELP! any guide about making snakes and ladders game on c? it's not the actual board game
    example:

    player a moves 4 steps, he's on box 45
    player b moves 7 steps, he's on box 1.

    please. help.
  2. Replies
    1
    Views
    795

    Rotating numbers.

    a game of rotation (nokia) on c.

    any tips?

    will i use arrays?
  3. Replies
    1
    Views
    68,251

    HELP generator in c

    hello it has been weeks and still, i'm trying to figure out how to make a name generator in C for example:

    mark

    ramk
    makr
    rkma
    ...
    ..
  4. Replies
    12
    Views
    1,273

    Re: Code Help Function

    ok i get it now i made the algorithm but will this require me to use function?
  5. Replies
    12
    Views
    1,273

    Re: Code Help Function

    ohh yeah subtraction. Please help me for the algorithm, :(
  6. Replies
    12
    Views
    1,273

    Re: Code Help Function

    help! i know that a two 2x2 square can only fit in a 4x3 rectangle. :P i need some algorithm with a remainder or excess or something
  7. Replies
    12
    Views
    1,273

    Re: Code Help Function

    space that is unusable :D
  8. Replies
    12
    Views
    1,273

    Re: Code Help Function

    How can i show the remainder if ever?
  9. Replies
    12
    Views
    1,273

    Code Help Function

    Problem: how many small squares can you put into a rectangle
    Formula: i'll get the area of the rectangle and divide it by the area of the square.
    CODE:

    #include <stdio.h>

    int areaSquare(int...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured