Search:

Type: Posts; User: chaser

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    2,973

    Hey all

    Alvarian Tales Book II isn't going to be finished terribly soon since I'm big into two other hobbies right now - programming in C++ and mixing music. ATII is made in QuickBasic and is experiencing...
  2. Replies
    10
    Views
    1,254

    Thanks

    I had just read that in the tutorial after I posted the question. Thanks anyhow, I guess it's called Prototyping :)

    I've got all my functions done that way now, I suppose it's a good habbit.
  3. Replies
    4
    Views
    1,292

    It's just not blue

    When you type it, it's not a ide keyword, or whatever. So it's black and not blue when typed, correct? Shouldn't matter?
  4. Replies
    10
    Views
    1,254

    Which functions come first?

    I just realized that if you have a function which calls another funtion, the one it calls must be written in the code prior to the calling function so that the compiler knows what you're looking for....
  5. Replies
    4
    Views
    1,292

    Difference between two styles of declaration

    With c++ you can use strings.h (or sting.h on some people's computers) to allow you to create string variables with much more ease than a char array of 255 chars.

    When including strings.h you...
  6. Replies
    20
    Views
    2,973

    I wanna see a 2d RPG

    Isn't anyone making one? I'm sure someone is. Give me some screen shots and info. It is what I plan on making someday! =)

    I like this board by the way, you all seem like a decent bunch of creative...
  7. Replies
    13
    Views
    2,639

    A lot of nice ideas

    Caves are of course always good, some that lead out onto the edges of cliffs under open blue sky in autumn. And the wind blows softly throw the dying lillys from the east, bringing the colder winds...
  8. Replies
    3
    Views
    1,832

    Ah, thanks

    I knew there was more logic to that bit of syntax :D

    Thanks I forgot that double operators are needed for conditions in c++
  9. Replies
    3
    Views
    1,832

    multi conditional if statements?

    There's got to be a way to include more than one condition withing a single set of parentheses.. for instance

    If (n==0) ...

    I tried a few different distinguishers like commas, semicolon, even...
  10. Replies
    2
    Views
    1,477

    New to this place

    Seems pretty busy?

    Well anyhow I'm new to C++ and I've been working on a little text game to keep help me in a practical way. The basic syntax is easy to understand and I'm sure I'll remember it...
Results 1 to 10 of 10