ops.. i figured it out. I actually had another variable name int time which was causing the problem. Thanx ..
Hi all, I'm trying to use the C function time() in my program but it keeps complaining "called object is not a function" but I've already...
Problem solved.. Thanx... :)
Sorry everyone, I just realized malloc will just return a memory space for me to use, but it may contain things previously used. So, if i want to...
Hi all, I am trying to set up a struct with some char inside and dynamically allocating these structs. However, I find that I am getting some...
Thanks ... I think I will retrace my steps and clarify what is needed first , then figure out the next steps afterwards ..
If I was to read file line by line, I would use say fopen and fgets, correct? What functions could i use to remove the lines starting with...
yes .. i apologize for the confusion.. yes, all of that information is all on the same line and ends with a newline. If I was to use regex,...
Thanks for the suggestions. Now, the question I have is.. I am not sure if parsing/tokenizing method would work so well with my data. There are...
hi all, I'm a little bit new in C and would like to know how i could use regular expression or some sort of parsing method to scan through...
Separate names with a comma.