Search:

Type: Posts; User: patra_user

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    2,777

    AMEN! Thanks a lot Mats. You sure know how to...

    AMEN!
    Thanks a lot Mats.
    You sure know how to program.
  2. Replies
    19
    Views
    2,777

    Member function of Trena void fill_trena...

    Member function of Trena

    void fill_trena (int,int);



    void Metaforika::kratisi(int x,int y,int z){
    train.fill_trena(2,3);
    cout<<"inside...
  3. Replies
    19
    Views
    2,777

    in my Metaforika constructor? How is that...

    in my Metaforika constructor? How is that possible? My Metaforika constractor is just empty. I'm missing serious subjects here i think.

    or the other way,
    set function for my train component?
  4. Replies
    19
    Views
    2,777

    It gets me this error: i'm starting to be a...

    It gets me this error:


    i'm starting to be a pain in the ............sorry matsp.

    what changes shall i do to this code?

    Metaforika::Trena::Trena(int y,int z) {
  5. Replies
    19
    Views
    2,777

    Instance of trena in Metaforika Class ...

    Instance of trena in Metaforika Class


    public:
    void kratisi(int x,int y,int z );
    Trena train;


    Constructor to set kr_dr , and kr_thesis
    given values of y = 2 , z =...
  6. Replies
    19
    Views
    2,777

    OK. I think you've got that right. What do i do...

    OK. I think you've got that right.
    What do i do to fix that?
    Thank you guys.
  7. Replies
    19
    Views
    2,777

    cout

    cout << train.kr_dr<< endl;
    i'm outputting the results, i thought it wasn't necessary to post it.

    i declare an object of class Trena named train. Doesn't that suppose to change the values of the...
  8. Replies
    19
    Views
    2,777

    've fixed that but still, my problem is with...

    've fixed that but still, my problem is with numbers kr_dr and kr_thesis that dont really change. only in main the can be changed.
    am i missing something?
  9. Replies
    19
    Views
    2,777

    As you told me, i initialize kr_dr and kr_thesis....

    As you told me, i initialize kr_dr and kr_thesis.


    void Metaforika::Trena::initialize_t(){
    dromologia[1] = "patra athina";
    dromologia[2] = "patra pyrgos ";
    dromologia[3] = "...
  10. Replies
    19
    Views
    2,777

    Problem with values changing

    At first i would like to apologize for my bad English.

    Second, i have a problem with my C++ program.
    I have class


    class Trena {
    public:
    string dromologia[6];
    int...
Results 1 to 10 of 10