Search:

Type: Posts; User: gtr_s15

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,000

    :confused: i ran this program and change it but...

    :confused: i ran this program and change it but end up with this line of error
    [code[

    NextSatVal(Date& today);

    [/code]
  2. Replies
    2
    Views
    1,000

    Help On Date.h Please

    hi everyone can someone tell me what is the problem of this code...


    #include <iostream>
    #include <cstdlib>
    #include "date.h"
    using namespace std;
    int NextSatVal(Date& today);
    int main()
    {
  3. Replies
    4
    Views
    1,604

    NOTE this is not school work , just for my own...

    NOTE this is not school work , just for my own purpose on understanding. thank you
  4. Replies
    4
    Views
    1,604

    got difficulty on this

    hi, i have difficulty on this question, can someone please tell me how to do it. ?

    example = nthDigit(12345, 3) will return the number 4..

    the question is :


    int nthDigit(int number, int n)...
  5. Replies
    7
    Views
    1,538

    explaination of code

    hi everyone

    this is the code i dont understand and the output is 24.... so can someone show me working and example of the process..thank you




    #include <iostream>
    #include <cstdlib>...
  6. Replies
    17
    Views
    4,976

    Prime Prime Prime Help Help Help

    hi everyone, i have being working on this code for a long time.. but couldnt make it right

    it is simple find the prime number from the user inputs

    this is the code ....



    bool IsPrime(int...
  7. Replies
    6
    Views
    1,502

    actually i already work it out. but still need to...

    actually i already work it out. but still need to thank you for all who participate and helps.

    what is this code mean which is in the FindNumber function?



    if(iPos < 1)

    return...
  8. Replies
    6
    Views
    1,502

    :( ok thank you for replying, i understand those....

    :( ok thank you for replying, i understand those. and this is the whole program...




    // Problem A: Prime Ring

    #include <stdio.h>
    #include <iostream>
    #include <cstdlib>
  9. Replies
    6
    Views
    1,502

    Problem understandnig...pls help

    hi everyone, can someone help me explain no what is this code means?




    bool FindNumber(int iPos)
    {
    int iNumberTwo, iTotal;

    if(iPos < 1)
  10. Thread: prime ring

    by gtr_s15
    Replies
    7
    Views
    1,185

    can some one tell me how can i modify this code...

    can some one tell me how can i modify this code so that i can ask the user input from 1-16....




    int ring[16];
    int m;

    int main()
    {
  11. Thread: prime ring

    by gtr_s15
    Replies
    7
    Views
    1,185

    i am sorry guyz.. i still dont understand ... ...

    i am sorry guyz.. i still dont understand ...

    well can someone give example, such as i
    INPUT: 4
    and the OUTPUT which i done it by myself (1,2,3,4 and 1,4,3,2)
    correct me if i am wrong..
    can...
  12. Thread: prime ring

    by gtr_s15
    Replies
    7
    Views
    1,185

    please make it simple as i am the newbie of C++..

    please make it simple as i am the newbie of C++..
  13. Thread: prime ring

    by gtr_s15
    Replies
    7
    Views
    1,185

    please visit this website for understanding...

    please visit this website for understanding http://acm.uva.es/p/v5/524.html

    thank you
  14. Thread: prime ring

    by gtr_s15
    Replies
    7
    Views
    1,185

    prime ring

    hi i am newbie here, i am not trying to ask for the answer here...
    i am just asking for opinion

    can someone let me know what should i include in this type of question please.
    ...
  15. Replies
    2
    Views
    793

    can some one help on matrix - 2D

    hi, can someone please provide me a sample of code that will change the bit in the 2D matrix... for example

    1 0 0 1
    1 0 0 1
    0 1 1 0
    0 1 1 0

    i would like to know some idea on finding another...
  16. Replies
    18
    Views
    3,071

    can some one please fix this error for me .... ...

    can some one please fix this error for me ....




    #include <iostream>
    #include <cstdlib>
    using namespace std;
    int ma(int n);
  17. Replies
    2
    Views
    1,640

    #include "apmatrix.h"

    does anyone know how to use

    #include "apmatrix.h" ???
  18. Replies
    18
    Views
    3,071

    hi this is the code that i make into function but...

    hi this is the code that i make into function but some error, can you please help me?



    #include <iostream>
    #include <cstdlib>
    using namespace std;
    int ma(int n);

    int main()
  19. Replies
    18
    Views
    3,071

    this works on this code #include ...

    this works on this code


    #include <iostream>
    #include <cstdlib>
    using namespace std;

    int main()
    {
    int **matrix;
  20. Replies
    18
    Views
    3,071

    thanks but it doesnt work..

    thanks but it doesnt work..
  21. Replies
    18
    Views
    3,071

    hi, i dont understand this part... can you please...

    hi, i dont understand this part... can you please explain.
  22. Replies
    18
    Views
    3,071

    ok i try and will put up my code, thank you all

    ok i try and will put up my code, thank you all
  23. Replies
    18
    Views
    3,071

    well it is C++ the code is aim to reads in a...

    well it is C++

    the code is aim to reads in a matrix and checks if it has the parity property. if not, the parity property can be established by changing only one bit. if it is not possbile either,...
  24. Replies
    18
    Views
    3,071

    boolean matreix has parity property

    hi, i have a problem with this, please be sure that this is not to ask for answer, this is to ask for what i want to do

    actually i have written some of the code but i have stuck with ...can...
  25. Replies
    3
    Views
    1,403

    some example please...

    some example please...
Results 1 to 25 of 71
Page 1 of 3 1 2 3