Search:

Type: Posts; User: Cpe Engeya

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    6,074

    can you help me with a code "with stack" please?...

    can you help me with a code "with stack" please?
    assume that my function prototype is

    void convert()
  2. Replies
    4
    Views
    6,074

    converting decimal to binary in stack

    hello .. how can i write a function that convert a decimal number to binary in a stack?
    i need a simple implementation
    1)read the number
    2) loop fpr checking if the number >0
    3)print it

    pop...
  3. Replies
    5
    Views
    1,303

    yes it is a reqirement

    yes it is a reqirement
  4. Replies
    5
    Views
    1,303

    well i just started my jurney in c++ thats why...

    well i just started my jurney in c++ thats why iam not that good in impleminting functions
  5. Replies
    5
    Views
    1,303

    queue with string

    hellow ..

    how to wright a function that compresses a string by deleting all space characters in the string?

    hint" insert none space characters from the string into the queue.when you reach the...
  6. Replies
    6
    Views
    1,098

    thanks alot brafil ;**

    thanks alot brafil ;**
  7. Replies
    6
    Views
    1,098

    thanks alot laserlight ;* great chance to have u...

    thanks alot laserlight ;*
    great chance to have u as a tutor
  8. Replies
    6
    Views
    1,098

    so to copy a queue i should use a 1)default...

    so to copy a queue i should use a
    1)default constructor
    2)copy constructor

    then to use the = operatoer
    queue3 = queue1;

    as simple as that?
  9. Replies
    6
    Views
    1,098

    how to copy a queu?

    hellow there .. i am new here and i do like this web
    actually i am a student and i need help with c++ :confused:


    how can i copy a queue then using the assignment operatopr (=) in my code?
    i...
Results 1 to 9 of 9