Search Results

Search: Posts Made By: Pyro-San
Forum: Programming 04-20-2002
2,540
Posted By Pyro-San
no that is not what I want to do :( what I...
no that is not what I want to do :(
what I want is the stty (tty) explained how it is used really, cause I need to 'remap' the ^d (Ctrl-d) to exit the while loop.
so if anyone can explain the use...
Forum: Programming 04-18-2002
2,540
Posted By Pyro-San
thankyou heeps jj1814, my modified if statement...
thankyou heeps jj1814, my modified if statement now looks like this and it works: :D :D

if((argv[1] !=NULL) && (strcmp(argv[1], "-l") == 0))
{
printf("output:");
...
Forum: Programming 04-18-2002
2,540
Posted By Pyro-San
more problems with my C program
I've run into 2 problems now, the first problem is probably a simple one it is in reguards to the argv[] pointer
I have an if statement as follows:

if(argv[1] == "-l")
{
printf("output:");...
Forum: Programming 04-18-2002
2,487
Posted By Pyro-San
and how would I use that in a c program? sorry...
and how would I use that in a c program?
sorry I'm really REALLY new to programming in c
Forum: Programming 04-18-2002
2,487
Posted By Pyro-San
Time in c
quite simply I need to get the local system time, make a variable out of it and insert it into a output file
I just cant figure out how to do this.. :confused: :confused: please someone help

as...
Showing results 1 to 5 of 5

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