Search:

Type: Posts; User: KyussWren

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,647

    Well, you can overcome the platform dependencies...

    Well, you can overcome the platform dependencies by switching to java.

    But if you're talking about windows, we'll just say you want to create your own little web browser ALA internet explorer...
    ...
  2. Replies
    7
    Views
    1,099

    // StringtoDecimalArray.cpp : Defines the entry...

    // StringtoDecimalArray.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"
    #include "conio.h"
    #include <iostream>
    #include <string>

    using namespace std;
  3. Replies
    7
    Views
    1,099

    ohnononono! I don't know how not to use the =....

    ohnononono!
    I don't know how not to use the =.
    I would guess you could black box it a bit. Maybe open up the language files if you were using Kdev or something and edit it...
    but I haven't really...
  4. Thread: Logic

    by KyussWren
    Replies
    6
    Views
    4,136

    Its actually a really simple program for 2 users...

    Its actually a really simple program for 2 users man.
    Just have each of those with an array that has the selection at 0, all the stuff that beats it as a positive, all the stuff that it beats as...
  5. Thread: Logic

    by KyussWren
    Replies
    6
    Views
    4,136

    The Rules...

    The Rules

    Program that for a 2 user game.
    Then expand to N users.

    This will make you more confident about your logical shortcomings.

    Also, Wikipedia has some interesting articles on logic,...
  6. Replies
    7
    Views
    1,099

    Um, I'm not looking for a hetrogenous container....

    Um, I'm not looking for a hetrogenous container.

    For example... I'm hoping to expand this into an arbitrary precision calculator. So I'm learning string manipulation functions and how to feed it...
  7. Thread: Learning

    by KyussWren
    Replies
    17
    Views
    2,246

    You're probably right, but since he brought up...

    You're probably right, but since he brought up games...
    I've been using the visual studio form designer with c++ to test some character creation stuff, as well as character advancement and class...
  8. Replies
    7
    Views
    1,099

    Newblet Question(s)

    So I'm trying to figure out how to dynamically create an array.
    I heard I could do this by using a pointer (dereferencing operator? is that a pointer, are there any other types of pointers?)
    Like...
Results 1 to 8 of 8