Forum: Bash / Shell Scripting
Apr 12th, 2005, 6:04 AM
|
|
Replies: 3
Views: 415
Hi!
Thank you very much for you're reply! I've...
Hi!
Thank you very much for you're reply! I've just tried it, but is it correct that this way I create one file containing the word countings of all the files (together)? Is it also possible to...
|
Forum: Bash / Shell Scripting
Apr 11th, 2005, 3:05 PM
|
|
Replies: 3
Views: 415
repeating a command in ssh
Hi!
I'm rather new to the whole programming thing. I'm working on a assignment for an information retrieval course. I need to make a word by document matrix, in order to do this I need to count the...
|
Forum: C++
Mar 10th, 2005, 9:01 AM
|
|
Replies: 1
Views: 171
I solved it!
Yeeh, I solved it myself! Am over the moon right now....what a good feeling :D
This is my final, working code:
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define MAXLENGTH 16
...
|
Forum: C++
Mar 10th, 2005, 8:04 AM
|
|
Replies: 1
Views: 171
c programming problem:reading a file
Hi!
I'm a newbie at programming c. I'm currently working thru the steps of a introduction to c, as preparation for future assignments for a neural networks course. Unfortantly the steps in the...
|