How to skip the new line in file readingI don't want to do this using string. I have to do this only with char array...
How to skip the new line in file readingI'm reading the text from file sentence by sentence, I'm using the full stop(.) as a delimiter. If t...
Random numbers in loopoh I get it. How fool I am... :~
Random numbers in loopI want to get a different array in every cycle of loop but this code is creating the same array ever...
every operation in separate funtion(note: input from file)thanx you all. :)