Search:

Type: Posts; User: Drezden

Search: Search took 0.00 seconds.

  1. I apologise, new to the site. The output from the...

    I apologise, new to the site. The output from the row totals is correct though e.g.:

    R1: 1 2 1 2 1
    R2: 1 2 2 2 2
    R3: 3 3 3 3 3
    R4: 4 4 4 4 4
    R5: 5 5 5 5 5

    Row totals: 7 9 15 20 25
    Column...
  2. 5x5 Array Problem - Any assistance appreciated...

    Writing a program that contains a 5x5 array and then prints the row totas and the column totals. The row total output is fine. But the output of the column total is wrong. The total after each...
  3. Replies
    4
    Views
    1,950

    Edited the code as suggested and I've got the...

    Edited the code as suggested and I've got the following errors. :( Any suggestions?
    error LNK2005: _main already defined in n.obj

    error LNK2005: "float __cdecl process(float)"...
  4. Replies
    4
    Views
    1,950

    Problem with area of circle program

    Hi

    The program itself is running fine at first, but for some reason when I enter the radius for multiplication, I keep getting the Area result as 0.
    Any help would be much appreciated! ;) :)

    ...
Results 1 to 4 of 4