Top "Type-equivalence" questions

Type equivalence is intended for questions related to type casting which occurs when porting or migrating data structures from language or compiler to another.

C#: Oracle Data Type Equivalence with OracleDbType

Situation: I am creating an app in C# that uses Oracle.DataAccess.Client (11g) to do certain operations on a …

c# oracle plsql types type-equivalence
Why does getpid() return pid_t instead of int?

What's the logic behind calls like getpid() returning a value of type pid_t instead of an unsigned int? Or …

c pid type-equivalence
structural equivalence vs name equivalence

I can't seem to grasp exactly what name equivalence is. I'm pretty sure I have structural down though. An example …

type-equivalence