Search:

Type: Posts; User: cipher1285

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    799

    question in cin(homework)

    ok, heres my main




    class BigNum{
    public:
    char input[1000];
    BigNum();
    BigNum(char* );
  2. Replies
    4
    Views
    1,593

    i got your point :D but in mine, im using, or...

    i got your point :D
    but in mine, im using, or need to, use pointers
  3. Replies
    4
    Views
    1,593

    help regarding structs

    i got two structs. and the second struct contains an array of the first struct

    typedef struct{
    char studentNumber[MAX];
    char famName[MAX];
    char firstName[MAX];
    char...
  4. Replies
    2
    Views
    863

    thanks man! :D

    thanks man! :D
  5. Replies
    2
    Views
    863

    need help involving strings and stuff

    im still a student in computer science, so my code may look a bit bad :D

    my problem is this: i got a code which prints the reverse of a string(eg. input: qwerty output: ytrewq) and when i run it...
  6. Replies
    2
    Views
    1,519

    problems with float-type functions

    this is a homework so were not supposed to use some commands which might make this hell of a lot easier. the users enters a decimal number and the programs stores it as an numerical string. im...
Results 1 to 6 of 6