how can i read file and store data into string?as title, i wanna know how to read file and store it into string [code] string file = "test.txt"...
need help in urgent, why segmentation fault during read fileexperts i got a annoying error message from my program here is the code [code] int main(int argc...
question on char*experts, how can i copy part of char* to a new variable, cus i need to use that part to make a contr...
how can i use strtod to check numberhello, i got a task for check whether a char * is a number for example: [code] char *strings = "....
need help on string and charhello, i wanna tolower a string and return it, but do not change the original value. [code] stri...