User profile: rich1

User info
User name:rich1
History
Joined:
Number of posts:106
Latest posts:

How long a list do you want?
I have no problem with compilation using gcc. What errors do you get?

switch and things
[code]#include <stdio.h> void read_number(int n) { int number = n, hundred, tens, tenss, tenmod...

switch and things
In these special cases, try using [i]return[/i] instead of [i]break[/i]

Column sums
Your solution was the first that sprung to my mind and yes - it's not correct. But thank you for you...

Column sums
Hello world imagine you are given a matrix of positive integer numbers (maximum 25*15, value of num...