Search:

Type: Posts; User: ladybird__86

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,343

    thank you,,, yes you r right i have to...

    thank you,,,
    yes you r right i have to initialize the size first :)
  2. Replies
    14
    Views
    2,938

    i make the user who enter the strings it is much...

    i make the user who enter the strings it is much easier ;)
    woooow :D
  3. Replies
    14
    Views
    2,938

    woooooooooooow lastly i did it :D thank you...

    woooooooooooow lastly i did it :D

    thank you all of you for helping me ;)
  4. Replies
    14
    Views
    2,938

    first of all thank you for helping me :) second:...

    first of all thank you for helping me :)
    second:
    1) i didn't take std::string befor :/... so i have to keep it as char array :(
    2) i correct it
    3) you mean i need loop right !
    4) i correct it ...
  5. Replies
    6
    Views
    1,343

    100 is the size of the stack ! is it wrong ! :s

    100 is the size of the stack ! is it wrong ! :s
  6. Replies
    6
    Views
    1,343

    weird compilation error

    hi all...
    i have a weird compilation error... when i declared an object

    |error: no matching function for call to `Stack::Stack()'| !!!!!!

    this is the code!!



    #include <iostream>
  7. Replies
    14
    Views
    2,938

    #include #include using...

    #include <iostream>
    #include <string.h>
    using namespace std;

    #define SIZE 100
    char C1='(';
    char C2=')';

    class stack {
    private:
  8. Replies
    14
    Views
    2,938

    ok i will :)

    ok i will :)
  9. Replies
    14
    Views
    2,938

    my problem in how to read a string and push a...

    my problem in how to read a string and push a character into a stack !!
    also the balanced function... i really dont understand how to make it :(

    and about the class i will try to correcr it....
  10. Replies
    14
    Views
    2,938

    in how can i read a string and push a character...

    in how can i read a string and push a character in a stack

    it appears arror in what i made in the main function :(!!!
  11. Replies
    14
    Views
    2,938

    plzzz help in a stack :(

    hi all

    i have a question and plz i really need your help
    the question is >>>>


    A string of characters has balanced parenthesis if each right parentheses occurring in the string is matched...
  12. Replies
    11
    Views
    1,305

    oh OK i did not use C language, because that i...

    oh OK i did not use C language, because that i don't know :)
    thank you :)
  13. Replies
    11
    Views
    1,305

    U R Welcome ;) I don't understand why u use...

    U R Welcome ;)

    I don't understand why u use #include<conio> ???

    there is no such file called conio in the compiler which I use...!!
  14. Replies
    11
    Views
    1,305

    *to calculate the average: in the first for loop...

    *to calculate the average:
    in the first for loop sum+=score[i];

    then in the end of the program

    float Avg= sum/20;
    cout<<"average = "<<Avg;

    *for the lowest and highest:
    declared a new...
  15. Replies
    11
    Views
    1,305

    correct your code ;) this is for the first part...

    correct your code ;)
    this is for the first part




    #include <iostream>

    using namespace std;
  16. Replies
    2
    Views
    863

    i'm trying to post the code but it doesn't...

    i'm trying to post the code but it doesn't work!!! i will try again :(
  17. Replies
    2
    Views
    863

    I need help pls :(

    Hi,,, i'm new here and i have a homework and really don't know how to solve it... i'm trying my best but there no luck :(

    Please I need your help with node and singly linked list in C++...
    it is...
Results 1 to 17 of 18