User profile: sobi

User info
User name:sobi
History
Joined:
Number of posts:8
Latest posts:

Determining the highest,lowest and average score of a set of data in C
Working on a problem,here is the code.Its actually in C. [code] #include <stdio.h> #include <stdl...

Program that parses a text file into words
Posted this yesterday,worked on the code and need some clues on this. Meanwhile i have my text file ...

Writing a program in C that parses a text file into words
Trying to write a program that parses a text file into words and counts the number of occurrences of...

Sequentially searching arrays in C
Hello,I posted a topic on this earlier.Got some tips that helped but need some more assistance.The p...

Creating a 2 dimensional array in C
Hello, I'm having a problem trying to create a 2 dimensional array in C.The array consists of a tab...