Search:

Type: Posts; User: Argo_Jeude

Search: Search took 0.00 seconds.

  1. OK I'll need to see more about that "thingy"...

    OK I'll need to see more about that "thingy" Vector. Some reading might help.
    I'll see, I'll see...

    Oh, and , it's not a school project, just something I've been working on.
    (badly)
  2. Replies
    5
    Views
    1,871

    I don't understand... std::deque ?

    I don't understand...
    std::deque ?
  3. OK, I used pointers, but in the beggining I tried...

    OK, I used pointers, but in the beggining I tried with array of objects. It still gave me some errors.

    Vector. Listen I'm just a noob.
    I didn't understand this well, I can't now start lering...
  4. Replies
    5
    Views
    1,871

    Yeah, that makes sense. ThanX!

    Yeah, that makes sense.
    ThanX!
  5. But why the other functions O.K?

    But why the other functions O.K?
  6. Replies
    5
    Views
    1,871

    Implementing of queue using objects?

    I have to make a code about "Implementing of queue using objects" but I don't know what exactly do I do.
    Now, I don't ask a code, just explanation.
    Please help!?
  7. Passing argumets to function gives error. Why????

    Hi, I'm having this problem with passing arguments to functions.
    You don't need to give me the code , just say what did I did wrong and maybe an example of how the thing goes.

    The compiler alerts...
  8. Replies
    17
    Views
    2,765

    Nothing. I just declared an empty char just like...

    Nothing.
    I just declared an empty char just like MarioF said.
    Maybe I did NOT understand right.

    And thanks Salem I will try the code.
    As for the XCM thing I think I have solution.
    I gotta...
  9. Replies
    17
    Views
    2,765

    So could I just write return 1000 or return 500?...

    So could I just write return 1000 or return 500?
    I think I could.
    Good...
    Excellent...
  10. Replies
    17
    Views
    2,765

    #include using namespace std; int...

    #include<iostream>
    using namespace std;
    int Rim_Dec(char a);
    int main(){
    char RimBr[11],y;
    int ArapTemp[10],suma=0,x=0;
    cout<<"Please enter roman number: ";
    cin>>RimBr;

    for(int...
  11. Replies
    9
    Views
    939

    Hvala! Pokušat ću! P.S. A ja mislio ja...

    Hvala!
    Pokušat ću!


    P.S.
    A ja mislio ja jedini Bosanac ovdje!


    TRANSLATION:
  12. Replies
    9
    Views
    939

    Nadam se da ne misliš na mene?! Zar nema pod...

    Nadam se da ne misliš na mene?!
    Zar nema pod kakvim opcijama da se stavi "MALE".
  13. Replies
    9
    Views
    939

    Checking two arrays...

    How to make so that numbers in two arrays are placed in third array but sorted?
    I used bubblesort,but I have to do it without it.
    Exmpl.:
    (Elements in first and second array must be sorted from...
  14. Replies
    17
    Views
    2,765

    Here's the code. #include using...

    Here's the code.


    #include<iostream>
    using namespace std;
    int main(){
    int Rim_Dec(char a);
    char RimBr[11];
    int ArapTemp[10],sum=0;
    cout<<"Enter a roman number: ";
  15. Replies
    3
    Views
    1,179

    Dobro šta trebam uraditi onda? Početnik sam. ...

    Dobro šta trebam uraditi onda?
    Početnik sam.
    :confused:
  16. Replies
    3
    Views
    1,179

    What's wrong with this?

    #include<iostream>
    #include<string>
    using namespace std;
    int main(){
    int a[3][3];
    int b[3][3]={{0,0,0},{0,0,0},{0,0,0}};
    int x1,x2,x3,y1,y2,y3,Matrica;
    for(int i=1;i<4;i++){
    ...
  17. Replies
    17
    Views
    2,765

    I did it! It works now! I had a function of int...

    I did it!
    It works now!
    I had a function of int type that gets char variable.
    In function i had a switch.
    'M'--->1000
    'D'--->500
    ...
    default--->0
    String of char type that gets roman numbers....
  18. Replies
    17
    Views
    2,765

    That's a lot of help! Thanx! I'll try to finish...

    That's a lot of help!
    Thanx!
    I'll try to finish it now.
  19. Replies
    17
    Views
    2,765

    Roman to arabic-----yes, again about this

    Look i have a litlle problem, and this time I0m not posting this from my home but from somewhere else,so I will not be in quick replaying here..
    Here's the problem:

    I made a function where every...
  20. Replies
    8
    Views
    10,288

    Wow! Thanks everyone,you really helped me.Oh...

    Wow!
    Thanks everyone,you really helped me.Oh man,how could I forget to set the suma to 0 again!!??
    And all this info about the thnigs I put and it could be better,thank you!
  21. Replies
    8
    Views
    10,288

    Perfect number...

    Does anyone knows why this isn't working?
    I got a problem where I must make a program in C++ which finds the percet

    number between 2 and number m(which user enters).
    Anyway,I made the program...
Results 1 to 21 of 21