Search:

Type: Posts; User: ()Q()

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    2,833

    Here is my solution: #include ...

    Here is my solution:



    #include <iostream.h>
    #include "apvector.h"

    int getlength(int sent);
    int getmember(int sent, int member);
    int power(int num, int pow);
  2. Thread: My Snake Game

    by ()Q()
    Replies
    2
    Views
    3,309

    My Snake Game

    I have coded my version of the game snake: ASCII Snake. It is a win32 console app. Simple and fun! Check it out. Questions and comments are welcome.

    note:
    DOES NOT WORK ON WIN9X, ONLY WORKS WITH...
  3. Thread: ASCII Snake Game

    by ()Q()
    Replies
    4
    Views
    5,999

    ASCII Snake Game

    I have coded my version of the game snake: ASCII Snake. It is a win32 console app. Simple and fun! Check it out. Questions and comments are welcome.

    note:
    DOES NOT WORK ON WIN9X, ONLY WORKS...
  4. Thread: help with code

    by ()Q()
    Replies
    4
    Views
    943

    Sleep() is a function in windows.h (make sure to...

    Sleep() is a function in windows.h (make sure to include windows.h and also make sure that you are case sensative in calling the function). getch() is the function you are going to want to use for...
  5. Replies
    1
    Views
    19,400

    windows.h without the mouse support

    I made a console application that starts in fullscreen. windows.h is a required header file, but when in fullscreen the block from the mouse gets in the way.....is there a way to include windows.h...
  6. Thread: Hexadecimal

    by ()Q()
    Replies
    12
    Views
    1,775

    Here is the source for a base* to base* converter...

    Here is the source for a base* to base* converter I made.

    Q
Results 1 to 6 of 6