User: MiguelC

  • Public profile

User profile: MiguelC

User info
User name:MiguelC
History
Joined:
Number of posts:4
Latest posts:

Question about C string literals
If this array's name points to the first character of the string so that it knows where the string s...

C struct
Consider this code: [code] struct names { int x; }; [/code] Initialize a variable of struct ...

Question about C struct
So [code]struct names[/code] is 1 type?

Question about C struct
[code] struct names { char mine[7]; char his[7]; }; struct names names1; [/code...

This user does not accept Private Messages