Search:

Type: Posts; User: maple23

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,807

    multi-dimensional arrays

    I am trying to learn multi-dimensional arrays in C/C++, but am not having much luck. I think I understand the way this type of array works, but I am having problems.

    #include <stdio.h>
    #include...
  2. Replies
    3
    Views
    3,313

    rounding numbers

    I am trying to write a program which first gets a number from the user, then rounds the number to an integer, then to its 10s place, 100s place and finally its 1,000s place. Here's what I’ve got so...
Results 1 to 2 of 2