Search:

Type: Posts; User: cpp4ever

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,391

    Clear screen???

    Hello all,

    Is there another function besides system() I can use to clear the screen? The constant flicker is annoying.

    cpp4ever
  2. Replies
    1
    Views
    924

    2d array help!

    Hello all,

    Is there another function besides system() I can use to clear the screen? The constant flicker is annoying. :)

    cpp4ever
  3. Replies
    2
    Views
    1,955

    2d array help!

    Hello all,

    I am working on creating a simple sketch pad, which will be a console program. I got the idea from "C++ How to Program" from Deitel & Deitel. If any of you know of Turtle Graphics,...
  4. Replies
    3
    Views
    1,358

    Object Oriented Design help!! ;(

    Hello all,

    I love to program, but I am having trouble designing objects that I want to use in my program. Many objects must interact with others, which I know how to do, but I am looking for a...
  5. Replies
    5
    Views
    1,649

    RPG programming sites

    Hello all,

    Thx for your replies, first off. :)

    Do any of you know of sites that focus on RPG programming (i.e. not just design)? I have "Swords & Circuitry" book (really good!) but it is...
  6. Replies
    5
    Views
    1,649

    A "Compass" for text RPG

    Hello fellow coders!,

    I want to create a simple text-text based RPG. The player will move on a 2d grid (x,y coords) with the options of n, s, e, w (north, south, etc.). What I want to do is...
  7. Replies
    1
    Views
    1,598

    A "Compass" for text RPG

    Hello fellow coders!,

    I want to create a simple text-text based RPG. The player will move on a 2d grid (x,y coords) with the options of n, s, e, w (north, south, etc.). What I want to do is...
  8. Thread: Finding GCF

    by cpp4ever
    Replies
    2
    Views
    1,459

    Finding GCF

    Hello,

    Does anyone have code that will find the GCF of 2 integers? I'm trying to write a fraction-based calculator and am having trouble developing an alg. for finding GCF.

    Thx,

    cpp4ever
  9. Replies
    0
    Views
    1,048

    Internet Programming

    Hello,

    I am wondering where a good place to find tutorials on net programming is? I want to create a simple chat program to start, and then make some simple multiplayer games like Tic-Tac-Toe. ...
  10. Replies
    1
    Views
    1,415

    DOS character animation

    I am writing the connect 4 game. When the player chooses a position for their marker, I would like to create a simple animation of the marker sliding into that position (as any who have played the...
  11. Replies
    7
    Views
    1,837

    Yes, if you have time post code

    Ender,

    I trust you are feeling well this morning? >:) Anyways, if you have time to write the code it would be much appreciated. I am compiling the responses right now to test all answers, so...
  12. Replies
    4
    Views
    4,889

    Need help w/2d array game function

    Hello,

    I am writing a Connect-4 computer game based on the classic "board game." It is written in C++ as a Console Mode program. For those that don't know, you have a 7x6 "board" filled with...
  13. Replies
    7
    Views
    1,837

    Need help w/2d array game function

    Hello,

    I am writing a Connect-4 computer game based on the classic "board game." It is written in C++ as a Console Mode program. For those that don't know, you have a 7x6 "board" filled with...
  14. Replies
    3
    Views
    1,751

    What is sprintf()?

    Hello,

    First, thx for your reply; it does make sense! :) But could you explain sprintf()? I know about fprintf() and printf(), but sprintf() is a new one to me.

    Thx
  15. Replies
    3
    Views
    1,751

    A few quick questions...

    Hello,

    I am writing a few quick games mostly for exerimentation's sake, and I'd like to write a simple installation program. How would I get a path from the user (ex. C:\thegame) and then...
  16. Help w/inheritance and virtual funcs PLEASE!!!

    Hello,

    OK, Here's my problem. I have created a base class CBaseAnimal that has a virtual function in it. Here's its def:

    class CBaseAnimal {
    public:
    virtual void speak() =0;
    };

    Now...
  17. Replies
    0
    Views
    1,269

    Initialization question

    Hello all,

    I am working on a small program that simulates the game Memory that we all used to play as a child. Just to refresh everyone, memory was a game where you laid out x amount of cards...
Results 1 to 17 of 17