Search:

Type: Posts; User: mouse666666

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    910

    Thanks alot

    Thanks alot
  2. Replies
    2
    Views
    910

    help with my code easy

    Sorry about another question. When choose option add interest i press 11 i get the right interest but when i enter number of month 54 i get month 2. Or if i enter any other number i always get 2....
  3. Replies
    3
    Views
    931

    Please help

    when i choice the option deposit then chequing i enter the amoint of 500 but i get a garbage value of total. but when i enter for saving it works. can someone help me


    #include<stdio.h>...
  4. Help please due date in 4 hours very easy stuff

    why is this printing out twice


    #include<stdio.h>
    #include<conio.h>

    main()
    {
    int aa;
    do
  5. Replies
    2
    Views
    926

    beginner help

    i want to display the binary value for a character its not printing out can someone help me out please





    #include<stdio.h>
    #include<conio.h>
    #include<iostream>
    #include<time.h>
  6. Replies
    0
    Views
    921

    noob question

    i have a quick question totally forgot can someone tell me what the difference and how is it different?




    x=5;
    x==5;


    >>>...
  7. Replies
    11
    Views
    2,290

    question about assigment

    iam totally noob can someone tell me what the difference is? and how is it difference


    x=5;
    y==10;
  8. Replies
    3
    Views
    1,146

    what is instantiated tony

    what is instantiated tony
  9. Replies
    3
    Views
    1,146

    inheritence problem

    hi i have a problem with this example that i copy online and is not working can someone help me


    #include<stdio.h>
    #include<conio.h>
    #include<iostream>
    using namespace std;
    class person
    {
  10. Thread: help

    by mouse666666
    Replies
    1
    Views
    746

    help

    can you some help me my file is not compile i got this example from the proffesor in class i dont really understand what it does can someone explain it to me. all i know it is supposed to open a file...
  11. Thread: help

    by mouse666666
    Replies
    5
    Views
    884

    help

    i have a program here and it wont work i think there is a problem in the array


    #include<stdio.h>
    #include<conio.h>
    #include<iostream>
    #include<string.h>
    using namespace std;
    class Dog
    {
  12. Replies
    2
    Views
    756

    question for pointer

    i just have a question are this the same if not why or why not.




    x.y // member y of object by x
    x->y menber y of object by x but am i passing by reference right?
  13. Replies
    2
    Views
    895

    help in object

    i have this program and i cant compile it



    #include<stdio.h>
    #include<iostream>
    #include<conio.h>

    class dog
    {
  14. Replies
    1
    Views
    1,049

    help in object

    i have this program and i cant compile it



    #include<stdio.h>
    #include<iostream>
    #include<conio.h>

    class dog
    {
  15. Replies
    6
    Views
    1,086

    pointer question

    i have a question regarding to pointer. i hope someone can explain it to me with basic english please .



    for example 1;
    char name[15]={'j','o','h','n'};
    char *ptr;

    ptr = &name; // is...
  16. Replies
    6
    Views
    1,086

    pointer question

    i have a question regarding to pointer. i hope someone can explain it to me with basic english please .



    for example 1;
    char name[15]={'j','o','h','n'};
    char *ptr;

    ptr =name; //why...
  17. Thread: help

    by mouse666666
    Replies
    7
    Views
    911

    help

    why is this not printing anything on the screen


    #include<stdio.h>
    #include<conio.h>

    int fun1 (int a[], int *b);

    main()
    {
  18. Replies
    3
    Views
    866

    wow it work. but i dont understand why 'd' was...

    wow it work. but i dont understand why 'd' was not being pass to the function
  19. Replies
    3
    Views
    866

    its not sorting

    help please i have a program that i made its ascending and descending sorting. i used a template but its not descending can someone help me please. i know what my problem is but i dont know how to...
  20. Replies
    2
    Views
    1,189

    got it

    got it
  21. Replies
    2
    Views
    1,189

    beginner c++ need help please

    i really need help my assigment is due tomorrow morning and iam stuck on this.
    When i select gate number 2 its OR from logic gates i input 0 ,1 i should get a 1 for a logic gate. and iam getting a...
  22. Replies
    5
    Views
    1,362

    thank

    thank
  23. Replies
    5
    Views
    1,362

    if i knew i wouldnt be asking

    if i knew i wouldnt be asking
  24. Replies
    5
    Views
    1,362

    beginner help

    i have this program when the user enter a number for example 7 it is sup



    #include <iostream>

    using namespace std;
    int main()
    {
  25. Replies
    9
    Views
    1,194

    it doesnt work. you just guessing

    it doesnt work. you just guessing
Results 1 to 25 of 99
Page 1 of 4 1 2 3 4