User profile: IvanLi

User info
User name:IvanLi
Name:Ivan Li
Location:Sydney
Bio:newbie on c++
History
Joined:
Number of posts:18
Latest posts:

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 file
experts 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 number
hello, i got a task for check whether a char * is a number for example: [code] char *strings = "....

need help on string and char
hello, i wanna tolower a string and return it, but do not change the original value. [code] stri...