Search:

Type: Posts; User: Abbara

Search: Search took 0.00 seconds.

  1. Thread: Apmatrix error.

    by Abbara
    Replies
    5
    Views
    1,163

    I'm VERY new to Cpp, so this is probably not...

    I'm VERY new to Cpp, so this is probably not gonna help. But hell, better safe than sorry.
    I think you first need to declare the array so it's big enough. And then use row++ or row--

    99% of me is...
  2. Thread: Headers

    by Abbara
    Replies
    2
    Views
    968

    Headers

    Hey guys!

    It's all coming along nicely now. Much less confused than before, but still so so far from being independent :rolleyes:

    This morning I ran into a problem. I've tried to use headers...
  3. Replies
    8
    Views
    1,341

    Hmm, can't get it right. I made a new source...

    Hmm, can't get it right. I made a new source file, pasted a function in it and saved it as a .cpp file. Then I saved it as a .h file as well.
    Then in my main project I included it, but it says 'no...
  4. Replies
    8
    Views
    1,341

    That works! Thanks everybody. EDIT...

    That works! Thanks everybody.

    EDIT --------------------------------------
    Still have one more question before I move onto pointers. (Eep! Don't really get the purpose of a pointer.)

    Can we...
  5. Replies
    8
    Views
    1,341

    void! That certainly sounds promising. I've tried...

    void! That certainly sounds promising. I've tried a few things, but I'm still doing some stuff wrong.


    #include <iostream.h>

    using namespace std;


    //char NumberMultipy(int Number, int...
  6. Replies
    8
    Views
    1,341

    Help with functions

    Hello!

    This is my first post at the forums. And also my first problem with C++. I've programmed in a quite simple programming language called GML, short for GameMakerLanguage. It's a language for...
Results 1 to 6 of 6