Search Results

Search: Posts Made By: cypleen
Forum: Programming 03-08-2010
3,136
Posted By cypleen
Thank you very much kiruthika_sri for your answer
Thank you very much kiruthika_sri for your answer
3,814
Posted By cypleen
I thank all people for helping me. And thanks for...
I thank all people for helping me. And thanks for your suggestions, I have found the solution (using "freopen" and "fseek")
Forum: Programming 03-05-2010
3,136
Posted By cypleen
#define
Hello,
I would like to conditionaly comment in my code source some fields from arrays. So I use the property ## from the #define definition.
my code:
...
#define slet /##*
#define etsl *##/
......
3,814
Posted By cypleen
Thank you Binlib for your answer. But my...
Thank you Binlib for your answer.
But my problem is not solved. I added this in my code:

int pFile = -1;
pFile = open("/dev/tty",O_RDONLY);
if (pFile == -1)
printf("échec sur ouverture...
3,814
Posted By cypleen
stdin redirection
Hello,
my C application under unix runs in redirecting stdin to a file.
Example:$appli1 <file1. This application waits often on a scanf().
But I would temporarely reassign stdin at the keyboard...
1,861
Posted By cypleen
redirection stdin
Bonjour,
Mon application en C sous linux tourne en redirigeant stdin vers un fichier.
Exemple; $appli1 <file1.
[Cette appli s'arrête donc régulièrement sur un scanf();]
PB: Je voudrais temporairement...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 06:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy