No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Hello!! i'm vuthcam, a guy from the northwest of cambodia. I am currently attending my IT engineering course in vietnam
- Interests
- internet, programming
2 Posted Topics
Currently, i am working with some exercises with Pascal's unit. I try to create my own Readln but unsuccessful. [CODE]Unit DOCXAU; INTERFACE uses crt; TYPE xau= STRING[100]; var c : char; s : xau; function nhap : xau; IMPLEMENTATION function nhap : xau; begin s:=''; repeat c:=ReadKey; if ((c=#8) and … ![]() | |
Would you mind helping me to solve the following problem!! I have a file [B]wires.inp. [/B]it is existing in c:\\ctemp\\vuth\\wires.inp. When i tried to open it : FILE *fwiresInp; fwiresInp=fopen("c:\\ctemp\\vuth\\wires.inp","r"); Error existed!!! it means that i cannot open the file above. Could u suggest me some solutions?? Is it because … |
The End.