Search:

Type: Posts; User: moenia

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,435

    Im about to trow myself from the window..

    Its been 3 long days.. and still i cannot make this program work..
    if you still care about my life give me a hand..

    in the game you enter the bet amount (all the money you have) and from there...
  2. Replies
    2
    Views
    1,496

    Adding Values Of An Array

    how can I add the values of an array using a for loop?
    this is my code

    ---------------------------------------------------------------------------
    #include <iostream>



    int main()
    {
  3. Replies
    2
    Views
    956

    HELP! more frustated i cannot be.....

    I been having problems getting this program to work the way i want it, its been 2 long days that i been modifing it and still i can't get it to run nicely.


    any help that you provide will be...
  4. Replies
    2
    Views
    856

    HELP!! on Classes

    Hi I am learning C++ on my own, but i been having problems with the classes, can you give me a hand by telling me what can i do to get the output?

    the output has to show the name, occupation,...
  5. help on two-dimensional arrays

    im learning C++ by myself. (my brother and I)
    yesterday a friend of us told us that we can make a multiple array..
    and he gave us an example with a times table ( 2x2=4)
    we tried to use it but it...
  6. Replies
    5
    Views
    1,269

    What are the differences between C & C++??

    what features make better C++ from C?
    Why many programs that were used in C, do not work in C++?

    any more features.. please give me details. i need to make a essay about it.
  7. Replies
    2
    Views
    1,362

    HELP! im looking for different ways .

    Im looking for ways to use arrays using pointers.
    an ex is:
    #include<iostream.h>
    #include<conio.h>
    void main ()
    {
    int sales[7]= {1,2,3,4,5,6,7}
    int*p=&sales[0];
    int x;...
  8. Replies
    9
    Views
    4,822

    .cpp.cpp .cpp

    .cpp.cpp .cpp
  9. Replies
    9
    Views
    4,822

    How to Display a square

    For days i been trying to display an square with a length and the symbol that is been entered by the user. can you please help me?

    PS: this should be the output

    *****
    *``` *
    *``` *
    * ```*...
Results 1 to 9 of 9