![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to replace any char with newline char. | mightysam | Shell Programming and Scripting | 5 | 09-18-2008 05:15 PM |
| char c = 882 | useless79 | High Level Programming | 1 | 07-30-2007 02:16 AM |
| char *p and char p[]. | arunviswanath | High Level Programming | 4 | 07-19-2006 11:11 PM |
| Regarding char Pointer | sweta | High Level Programming | 2 | 06-03-2006 09:09 PM |
| Convert Char to Dec using AWK | jasmine05 | Shell Programming and Scripting | 4 | 06-09-2005 12:50 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
\n char in C
how can i change line in the file while using
write(desc,&c,sizeof(char)); ? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You have to set
Code:
c='\n'; |
|||
| Google The UNIX and Linux Forums |