How to find Operating System calls in C++ code

  • Thread starter Thread starter Robert Robertson
  • Start date Start date
R

Robert Robertson

Hello Experts.
I'm a H/W guy (not S/W)

In a C++ code, I need to find/identify all calls that the program sends
to the Operating System (Linux).
What are the definitions, syntax etc... of such a calls
that I can trace them ?
Thanks,
Rob.
 
Robert,
I'm a H/W guy (not S/W)

In a C++ code, I need to find/identify all calls that the program sends
to the Operating System (Linux).

So how is this related to C#?



Mattias
 
Back
Top