Search Results

Search: Posts Made By: amatsaka
Forum: Programming 12-08-2005
10,228
Posted By amatsaka
Thanx Jim. It worked with the -pg. Can...
Thanx Jim. It worked with the -pg.

Can anybody suggest a site with Profiling info or Perfromance Analysis/Evaluation tools?

Thanx again.
Forum: Programming 11-24-2005
10,228
Posted By amatsaka
How to the prof/gprof tool
Hello everyone

I want to use the standard Unix prof/gprof tool for my application but I cannot get through the compilation part. I have add the -xpg option in my makefile as specified in the cc...
Forum: Programming 03-07-2005
25,254
Posted By amatsaka
try the following ps -ef | grep...
try the following
ps -ef | grep "procname"
Forum: Programming 12-20-2002
8,802
Posted By amatsaka
OK, we used the -pedantic and the gcc (ver...
OK,
we used the -pedantic and the gcc (ver 2.8.1) complained at line
T = TEST_NS_C; with the following errors
test.c: In function `main':
test.c:33: warning: ANSI C forbids constructor...
Forum: Programming 12-19-2002
8,802
Posted By amatsaka
Struct Initialization
Hi
We are using a code generator for initializing structures with the #define macro. Compiling it with the GCC 2.8.1 (with -ansi) it OK. But when we are using the SUN C 5.0 compiler it screams.
...
Forum: Programming 11-13-2002
8,742
Posted By amatsaka
Multiple fds in select()
Hi

I want to read messages from multiple interfaces using one select() statement. Does anybody knows if I can specify multiple fds in the *readfds parameter? If yes, what's the max num of fds?...
Forum: Programming 10-19-2002
3,120
Posted By amatsaka
makefile query
I need to create a makefile to compile a large program in Sun Workstation. Can you please let me know how to specify the path of a .c or .h if are located in a different path from the makefile?

I...
Forum: Programming 06-16-2002
4,319
Posted By amatsaka
You can check at docs.sun.com. Really good stuff....
You can check at docs.sun.com. Really good stuff.


also you can go to Programming in C (http://www.cs.cf.ac.uk/Dave/C/CE.html)

Cheers
Forum: Programming 06-04-2002
5,627
Posted By amatsaka
Counting LOC in C
Hi
Do you know where I can find any utility that counts lines of code in a C program, accurately?

The ones that count the semicolons does not give correct results.

Thanx Andonis Matsakas
Forum: Programming 05-23-2002
6,505
Posted By amatsaka
Register variables
Hi
Is there any limit on the number of register variables can be used at any one time?
Does this limit depends on the number registers that the CPU holds?

In a large program is it wise to...
Forum: Programming 04-23-2002
5,268
Posted By amatsaka
No it's not a homework.
I am a software engineer for the last for years
Forum: Programming 04-23-2002
5,268
Posted By amatsaka
Bit-fields and Bitwise operators
Hi,
Is it possible to use bitwise operators in bit fields?
For example:

typedef struct Mystruct {
unsigned char A :1 ;
unsigned char B :1 ;
} Mystruct;

and assume

struct Mystruct...
Forum: Programming 03-29-2002
3,387
Posted By amatsaka
help for lint
What if the code has several modules? Do you use the command:
lint moduleA.c, lint moduleB.c...... ?
Is there any utility something like a "makefile" that checks the code consistency through the...
Forum: Programming 03-29-2002
3,387
Posted By amatsaka
Help from lint experts needed
how can i check my code with lint? What if the code containes multiple module? The check is been done on each module separately?

What is the command to use the lint
Any relevant site???
...
Showing results 1 to 14 of 14

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