Uraian:
Discussion about C.
|
|
|
Cryptic Syntax
|
| |
Can anybody explain what's going on in the extremely cryptic syntax found in the return statement below? Based on observed program functionality, it appears this statement directly launches a program (that was created in memory during the /*create a program in memory before returning*/ section) after main exits, but how?... lainnya »
|
|
Implementing strstr
|
| |
In the replace() program of last month's flame festival, a little program was trying to get out. Here it is: an implementation of strstr including a call that returns the offset of the found substring. Two hours including all comments and dedicatory ode, written for this occasion. ...// ****************************** ****************************** ***... lainnya »
|
|
Bibbia Nuovo Testamento su preghiera
|
| |
Dal Nuovo Testamento ------------------- Lc {15: 1} 1 Si avvicinavano a lui tutti i pubblicani e i peccatori per ascoltarlo. 2I farisei e gli scribi mormoravano "Costui riceve i peccatori e mangia con loro". 3Allora egli disse loro questa parabola La pecora perduta 4 "Chi di voi se ha cento pecore e ne perde una, non lascia le... lainnya »
|
|
nothing much
|
| |
It's nice to see that russians are free enough to spread spam porn. I read elsewhere that signed integer division was undefined in C, with maybe a change having come in C99. Is that true?
|
|
segmentation fault.
|
| |
Hello All, Can anyone please explain why I ma getting segmentation fault in the following program? struct employee { char *name; struct { int apmt; int zip; } addr; ...struct employee * populate_employee(char *name, int apt, int zip) { struct employee *emp; emp->name = name;... lainnya »
|
|
|