Hi people,
                  Had a few queries. Wanted to share with the group.

What is the whole thing associated with the "pragma pack" jargon? How does
it decide the memory to be allocated to a collection of objects. How does it
work internally?

What are the possible causes of a piece of C code crashing and that too in
different points of the code when it is executed, given that it uses just
the standard C libraries and is single threaded.
Where should one look for the flaws?

The code snippets or projects I have done, usually dont crash. :)
Even if they did, it would be at a single place of the code.
So really wanted to know what could go so disasterous so that the code
crashed at different points.

How would it be different if the application was multi threaded? used other
user defined libraries?
Where would one look then?

Hoping to hear from you guys about your experiences and possible aspects to
the above problems.

Thanks for your co operation,

Regards,
Hulk


[Non-text portions of this message have been removed]

Reply via email to