Search:

Type: Posts; User: flaran

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,523

    Bah, thanks. If it would have even hinted at it...

    Bah, thanks. If it would have even hinted at it in the error message maybe I would have gotten that. :p

    Yet again sorry for being so inept,

    -Flaran
  2. Replies
    4
    Views
    1,523

    I don't understand what is wrong...

    char inputchar;
    if(inputchar=="a"){...stuff here...}


    This gives me an error and I really don't understand why.

    " ANSI C++ forbids comparison between pointer and integer"

    No pointer...
  3. Replies
    9
    Views
    2,400

    Thats why most people work for theirself for a...

    Thats why most people work for theirself for a while and make a few sample projects to show off to the potential employer. It won't matter too much how much experience you have if you have good,...
  4. Replies
    3
    Views
    1,554

    Argh! Yes, I knew that thanks a ton!

    Argh! Yes, I knew that thanks a ton!
  5. Replies
    3
    Views
    1,554

    Help with an Interpreter

    I've been trying to think of a project to raise my skill with C and C++ so I decided to write a BrainF*** interpreter-- I keep getting a wierd error where I get a random higher pointer number than it...
  6. Thread: Parsing Text

    by flaran
    Replies
    13
    Views
    1,557

    -beats his head on his keyboard- Huh?

    -beats his head on his keyboard-
    Huh?
  7. Thread: Parsing Text

    by flaran
    Replies
    13
    Views
    1,557

    Parsing Text

    Okay, I just want to be able to easily parse a string, but I have -no- idea how... I know someone else will though! :D
  8. Replies
    14
    Views
    2,369

    Maybe it wasn't a variable.. but -something- ends...

    Maybe it wasn't a variable.. but -something- ends with *...
  9. Replies
    14
    Views
    2,369

    What does the suffix * mean?

    Sorry for this being a really newbie question; I know that I read it in one of the tutorials but I simply can't find it now...

    What I mean is a variable ending with a *, like


    int my_var*;
  10. Replies
    2
    Views
    1,651

    MUD Style RPG System

    I'm making a text RPG for practice, but I was wondering how I could go about making a system that works like in a MUD... For those of you that don't know, you basically have a map of linked rooms.
    ...
  11. Replies
    17
    Views
    2,728

    Haha, I was just trying to get it working so that...

    Haha, I was just trying to get it working so that I could get started learning as soon as I got finished with my text project. I'm starting with a text RPG, and then want to be able to move into...
  12. Replies
    17
    Views
    2,728

    Fixed it!

    Fixed it!
  13. Replies
    17
    Views
    2,728

    Okay... this is just trying to get it to work......

    Okay... this is just trying to get it to work...


    #include <allegro.h>

    int main()
    {
    allegro_init();
    set_gfx_mode(GFX_SAFE, 640, 480, 0, 0);
    install_keyboard();
  14. Replies
    17
    Views
    2,728

    Just to clarify a bit-- i'm using Bloodshed...

    Just to clarify a bit-- i'm using Bloodshed Dev-C++...
  15. Replies
    17
    Views
    2,728

    Allegro Newbie... Need help!

    Okay, I decided I wanted to learn a bit of the Allegro library, since I now have a fair grasp of atleast the basics of C++. I went to a tutorial and did what it said, and it gave me a ton of Linker...
Results 1 to 15 of 15