Search:

Type: Posts; User: agony

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,090

    it depends what kind of stuff you have in your...

    it depends what kind of stuff you have in your array .....
    take an string array for eksample......

    MAX specifies the max. length of the string (6 characters for "Monday" plus the terminating...
  2. Replies
    0
    Views
    860

    class hirarchy - using SDL Library

    lo guys, i just started "playing" with SDL Library (dont ask me why, cuz i cant give you a decent answer-> its open source, seemed easy, and i need to work a bit more with GUI)

    anywayz,

    how...
  3. Replies
    9
    Views
    1,450

    does your code work if u delete Cshunt shunt .......

    does your code work if u delete Cshunt shunt ....

    anyway u should move object (Cshunt shunt and Ctcircuit tcircuit) declaration into main(), as i see it you are defining 2 "objects" NOT variables...
  4. Thread: Matrices...

    by agony
    Replies
    5
    Views
    1,310

    it is posible to use matrices ( more dimensional...

    it is posible to use matrices ( more dimensional arrays ) but u ll have to tell the compiler how to add them togather (not only that, every single matrix calculation form - and there are many as you...
  5. ok i can see that i didnt describe my problem...

    ok i can see that i didnt describe my problem claerly enough ...

    lets see .... i have lets say 20 objects with different data types ( name, company, number, price and so on ) .... stored in an...
  6. Replies
    14
    Views
    2,182

    well see the declaration of your variables: ...

    well see the declaration of your variables:

    int with spaces -> not good
    use array of integers ( int number[2]; // place for 3 numbers

    or just use char //remember to read about --=reading...
  7. accesing data in class objects (array of pointers to objects)

    hey there !!! i hope i'm not bugging you with my "beginner" questions but i'm really stuck here :(

    i made a simple airline-database (school project) where i have 2 classes that read / write...
Results 1 to 7 of 7