
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Yesterday, 02:28 PM
Because "\n" causes an automatic
fflush(stdout);
when the output is in line buffered mode (which is the default when using an interactive console)....
1 replies | 48 view(s)
-
Yesterday, 01:07 PM
I'm not able to understand because test is not shown.
printf("test");
while (1);
while in this code Test is shown:
...
1 replies | 48 view(s)
-
Yesterday, 09:10 AM
It's good idea I'll try It. Thanks
2 replies | 67 view(s)
-
Yesterday, 06:09 AM
Why not specify a fixed width format, Possibly something like (not tried):
sprintf(text, "%4s %2s %10d", dato.id, dato.type, dato.dim);
...
2 replies | 67 view(s)
-
Yesterday, 05:37 AM
In Ansi C std C89 I want to send the following structure using text protocol via TCP network socket
char text;
struct Prot {
char id;
...
2 replies | 67 view(s)
-
Yesterday, 03:11 AM
I suggest you ask this question on this site's sister site VBforums:
https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier
3 replies | 99 view(s)
|
Click Here to Expand Forum to Full Width
|