Search Results

Search: Posts Made By: laila63
Forum: Programming 11-03-2004
10,042
Posted By laila63
Thank you for your suggestion. i'll try those...
Thank you for your suggestion. i'll try those functions out and see.

any other suggestion would be greatly appreciated.

Cheers! :)
Forum: Programming 11-02-2004
10,042
Posted By laila63
Signal Names
Hi everyone,

Is there a variable or built in function in the Unix env. for me to obtain the name of a signal that is caught? As far as I understand only a numeric value of the signal is returned ...
3,552
Posted By laila63
Thanks SemperFi for the link! :D
Thanks SemperFi for the link! :D
3,552
Posted By laila63
i've never personally used Eclipse, but a...
i've never personally used Eclipse, but a co-worker of mine did, the free trial version. didn't know that it would be so slow.

what's everyone opinion for oracle J builder?
3,552
Posted By laila63
To all the Java guru...
Please forgive me if this is the wrong place for this post. I didn't see a good place to post this topic in. :D

I would like to know what's the most popular and reliable Java IDE out there...
6,159
Posted By laila63
I came across ZOC and have been using it. it...
I came across ZOC and have been using it. it works nicely for me =)
thanks for all the suggestions.
Cheers! :D
Forum: Programming 09-17-2004
1,923
Posted By laila63
Thank you so much, that helped a lot! ...
Thank you so much, that helped a lot!

cheers! (it's the weekend) :D
Forum: Programming 09-15-2004
1,923
Posted By laila63
Makefile across platforms
[CODE]
EXE=auto
SRCS=auto.cpp debug.cpp
OBJS=auto.o debug.o

CXX=g++

#HOSTFLAG=-DLinux
HOSTFLAG=-DSunOS

# Do not use compiler optimizer -O as this may break the program
# Use debug flag...
Forum: Programming 07-30-2004
2,882
Posted By laila63
OOPPPSSSS... i completely forgot about main()......
OOPPPSSSS... i completely forgot about main()... :D Thank you guys!

and i've taken on Driver's note on using sleep() function instead of SLEEPTIME. and it's working good!

cheers! (It's...
Forum: Programming 07-29-2004
2,882
Posted By laila63
As always, thank you so much Driver! Yes, I am...
As always, thank you so much Driver!
Yes, I am a newbie and still learning by way through trying out different applications.
I just wanted a small program to waste cpu and yes portability a concern...
Forum: Programming 07-29-2004
2,882
Posted By laila63
Thanks for your suggestion, but i got 1 error...
Thanks for your suggestion, but i got 1 error this time when compling the above code:
try.cpp:8: error: syntax error before `while'

could it be that SLEEPTIME is of int type and assigning to...
Forum: Programming 07-29-2004
2,882
Posted By laila63
Please Help!
I'm trying to comple this small program to waste CPU usage. The code is as follow:


#include <time.h>

#define SLEEPTIME 5

time_t start, end;
start=time(NULL);
end=start+SLEEPTIME;
...
Forum: Programming 07-27-2004
2,025
Posted By laila63
:D Thank you so much Driver. I did some...
:D
Thank you so much Driver.
I did some research and changed CXX=gcc to CXX=g++ and the problem went away! :D
Forum: Programming 07-27-2004
2,025
Posted By laila63
strange error
hi,

when i try to compile, i got the following error message, what does it mean?



$gcc auto.cpp
/usr/tmp/ccmuE12B.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2:...
Forum: Programming 07-27-2004
12,405
Posted By laila63
:) thanks for all your input. i really learn a...
:) thanks for all your input. i really learn a lot from you guys.
cheers!
Forum: Programming 07-22-2004
12,405
Posted By laila63
not sure i understand... change the include to...
not sure i understand... change the include to not have string.h?

i'm still learning my way here... thanks for your patience
Forum: Programming 07-22-2004
12,405
Posted By laila63
Why can't I use string.h?
Hi,
I'm not sure if this something that is completely over my head... but i'm trying to use #include string.h in my program to declare a variable "string cmdline;" but i keep on getting the message...
Forum: Solaris 07-16-2004
2,016
Posted By laila63
Please help!!
I have a command in my script:

ps -u $user -o pid,ppid,pcpu,stime,stat,comm

This line works fine in Linux. But it won't work on Solaris b/c the "format" of "stat" does not exist in Solaris? ...
24,809
Posted By laila63
thanks for you thoughts... but i want to embed...
thanks for you thoughts... but i want to embed the logging inside my script. For every line of output to the screen it will also append to a log file.

can i do something like this
...
24,809
Posted By laila63
logging in Shell script
How to I write to a log file all the output that is displaying on the screen? with time stamp.

thankx.
19,404
Posted By laila63
Thank you thank you thank you! happy friday!...
Thank you thank you thank you!

happy friday! :D
19,404
Posted By laila63
I figured out why i got the message for "invalid...
I figured out why i got the message for "invalid format character" for the string i'm trying to print. The string procuded by the command contains "%CPU", and it doesn't seem to like the "%" in the...
19,404
Posted By laila63
printf format
hi, i would like to extract the header and put it in a variable, then use printf to output the variable, but i keep on getting errors...please tell me if my format is incorrect.


HDR = "`ps -e...
6,159
Posted By laila63
thanks, i'll check it out! Cheers! :D
thanks, i'll check it out!
Cheers! :D
6,159
Posted By laila63
Telnet Emulator
What's the best Telnet and SSH for Win32 platforms, along with an xterm terminal emulator to use nowadays?

Thanks.
Showing results 1 to 25 of 66

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