Search:

Type: Posts; User: LePlusMieux

Search: Search took 0.01 seconds.

  1. Thread: Flash card

    by LePlusMieux
    Replies
    2
    Views
    981

    Flash card

    How can I add the following conditions:

    1) Make the child ask for a new problem.
    2) Display score as percent (numberRight/numberAttempted*100)
    3) Ability child to end the program.


    ...
  2. Thread: Help

    by LePlusMieux
    Replies
    0
    Views
    1,042

    Help

    I am trying to determine if a string of characters is a palindrome or not by pushing each character onto a stack as it's read and simultaneously adding it to a queue. Here's is what I have so far.
    ...
  3. Thread: Queue

    by LePlusMieux
    Replies
    2
    Views
    1,262

    Queue

    How do you build a queue class which uses an integer data member 'count' that stores the number of elements currently in the queue to distinguish between a queue-full and a queue-empty condition...
  4. Thread: Queue

    by LePlusMieux
    Replies
    3
    Views
    1,897

    Queue

    Any idea as to how to write a simple algorithm to reverse elements in a queue?
  5. Thread: Complexes

    by LePlusMieux
    Replies
    3
    Views
    924

    Complexes

    I am totally stack on where to start on this. I have these directions:
    Develop a class called complex. This class enables operations on so called complex numbers. These are of the form:...
  6. Replies
    3
    Views
    1,663

    Hasn't changed

    I did changed to your suggestion but it didn't work for some reason. Thanks though.
  7. Replies
    3
    Views
    1,663

    Any suggestion?

    I am guessing something is not right. When I input a palindrome string for example 'madam' is says Not palindrome. Your help is appreciated.


    #include<iostream.h>
    #include<string.h>...
  8. Thread: Any idea?

    by LePlusMieux
    Replies
    3
    Views
    1,225

    Any idea?

    I am getting this compile error when I run the below program:

    Error : illegal struct/union/enum/class definition
    bubbleSort.cpp line 15 double[] a;

    Error : declaration syntax error...
  9. Replies
    3
    Views
    820

    What am I doing wrong?

    Hi, I am trying to write this program and obviously I have problems with it. I am not sure where and what I am doing wrong, anyone's help is much appreciated, thanks for the time.



    #include...
  10. Thread: Classes

    by LePlusMieux
    Replies
    3
    Views
    1,438

    Classes

    Hi, I am new to programming and I need anyone's help on this.
    "Creat a class Rectangle. The class attributes length and width, each of which default to 1. It has member functions that calculate the...
Results 1 to 10 of 10