User: rahulroot

  • Public profile

User profile: rahulroot

User info
User name:rahulroot
History
Joined:
Number of posts:11
Latest posts:

Setting return value after calling "system" function
Better go thru the man pages of system call. It clearly says "The value returned is -1 on error (...

Prob with vector of struct pointers!
in test.h make these changes. #include <vector> using namespace std; it must work. compile i...

Disambigious array and pointer structures
go thru "deep C secrets" by peter van der linden.

pointers
well your are confusing yourself with array of pointers. names is array of pointers to char. so ...

struct question
header.h should include the struct definition. struct box { int length; int width; }; ...

This user does not accept Private Messages