Search:

Type: Posts; User: OPENCCT

Search: Search took 0.01 seconds.

  1. Thread: tabular format

    by OPENCCT
    Replies
    1
    Views
    2,830

    tabular format

    Of the three assignments this and the previous post is where i am stuck.
    I have to use rand to roll 1st die and another rand to roll the second die and print thr result in TABULER format.
    I am...
  2. Thread: Arrays

    by OPENCCT
    Replies
    3
    Views
    818

    did not work(array)

    I have tried your suggestion but it did not work as you can see. maybe i put the addition in the wrong place

    int main()
    {
    int number[SIZE] = {0};
    int a = 0;
    int b = 0;
    int...
  3. Thread: Arrays

    by OPENCCT
    Replies
    3
    Views
    818

    Arrays

    I am trying to get my program to end when i enter '0' but i made some mistake somewhere, can you help and also any ideas to make this code to look really good.
    ...
  4. Thread: Help.

    by OPENCCT
    Replies
    4
    Views
    1,095

    re: help

    from what i can see and the code you gave you have to declare "MAX_ROW" and also "max_col"

    hope this helps
  5. Replies
    1
    Views
    1,409

    waiting for help re; pre post

    I am starting to get really worried about not getting my previous post done before tomorrow, can anyone help or should i resort to failure. i posted about 3.5 hr ago.
    ...
  6. Replies
    2
    Views
    922

    Equiv. int functions(way behind)

    this is just one of three codes i've been working on for three days and this is the closest i've gotten but having problems can you help?

    the result op should be:
    celsius ...
  7. Replies
    19
    Views
    3,320

    SAMPLE

    it looks like you are trying to write binary, if so here is a sample from a project that i've just completed. select code copy paste and try it. this is in DEV-C++


    int main()
    {
    short...
  8. Replies
    1
    Views
    798

    c prog/conversion

    i am finally getting close to getting this program completed, I hope with just one more error to resolve.
    Thanks in advance
    glenn
    else
    printf("0");...
  9. Replies
    3
    Views
    991

    re; c prog/loop/for/conversion

    :confused:

    I have attempted the method to correct my program and have failed to get it going, maybe because i am new to this and don't quite understand the lingo.

    can you be more direct to my...
  10. Replies
    3
    Views
    991

    C Prog./loops/for/convertions

    Hi all,
    I am having a problem with the following program I wrote.
    What I am trying to do is to also get the "Hexadecimal" conversion to display and think I have to put in another...
  11. Replies
    1
    Views
    1,124

    c-program control, conversions

    I am trying to get this program to convert any num or any letter to its respective equivalent. Thinking of using the "base 2, 10, 8, and 16" and have the program perform the conversion but don't know...
  12. Thread: problem in c

    by OPENCCT
    Replies
    2
    Views
    1,142

    problem in c

    just can't seem to get this to work
    please help



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

    int main()
  13. Replies
    1
    Views
    1,574

    help, cprograming

    i am having a problem with trying to write a program where i am supposed to input two integers that are multiples of each other and will print. if not a multiple it will not print. i have to use dev...
Results 1 to 13 of 14