what is the difference in one _gc * and two _gc *?
-
__gc struct G { int i; }; __value struct V { int i; }; int main() { // defaults to V __gc * __nogc * ppV; V ** ppV; // defaults to V __gc * __nogc * __nogc * pppV; V *** pppV; // defaults to G __gc * __gc * ppG; G ** ppG; // defaults to G __gc * __gc * __nogc * pppG; G *** pppG; // defaults to G __gc * __gc * __nogc * __nogc * ppppG; G **** ppppG; }
Thanks, Syed
-
__gc struct G { int i; }; __value struct V { int i; }; int main() { // defaults to V __gc * __nogc * ppV; V ** ppV; // defaults to V __gc * __nogc * __nogc * pppV; V *** pppV; // defaults to G __gc * __gc * ppG; G ** ppG; // defaults to G __gc * __gc * __nogc * pppG; G *** pppG; // defaults to G __gc * __gc * __nogc * __nogc * ppppG; G **** ppppG; }
Thanks, Syed
"Do not post programming questions in this forum. This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed." Marked as spam.
"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe
-
__gc struct G { int i; }; __value struct V { int i; }; int main() { // defaults to V __gc * __nogc * ppV; V ** ppV; // defaults to V __gc * __nogc * __nogc * pppV; V *** pppV; // defaults to G __gc * __gc * ppG; G ** ppG; // defaults to G __gc * __gc * __nogc * pppG; G *** pppG; // defaults to G __gc * __gc * __nogc * __nogc * ppppG; G **** ppppG; }
Thanks, Syed
Wow - I wish I could say this was a new record. Somebody posting exactly question to the same forum, and ignoring the fact that the original was removed because this wasn't the right place to ask the question.
Deja View - the feeling that you've seen this post before.
-
Wow - I wish I could say this was a new record. Somebody posting exactly question to the same forum, and ignoring the fact that the original was removed because this wasn't the right place to ask the question.
Deja View - the feeling that you've seen this post before.
-
:laugh::laugh::laugh:
Deja View - the feeling that you've seen this post before.
-
Wow - I wish I could say this was a new record. Somebody posting exactly question to the same forum, and ignoring the fact that the original was removed because this wasn't the right place to ask the question.
Deja View - the feeling that you've seen this post before.
i suspect a language issue.
image processing toolkits | batch image processing | blogging
-
i suspect a language issue.
image processing toolkits | batch image processing | blogging
-
Yeah... in syedhasan's native language, MC++ translates to "Horrors". ...oh, wait, that'd be English... :doh:
----
i hope you are feeling sleepy for people not calling you by the same.
--BarnaKol on abusive words
Shog9 wrote:
MC++ translates to "Horrors".
hmmm. i thought MC++ was the new fat-n-proud rapper from Redmond...
image processing toolkits | batch image processing | blogging
-
Shog9 wrote:
MC++ translates to "Horrors".
hmmm. i thought MC++ was the new fat-n-proud rapper from Redmond...
image processing toolkits | batch image processing | blogging
-
Shog9 wrote:
MC++ translates to "Horrors".
hmmm. i thought MC++ was the new fat-n-proud rapper from Redmond...
image processing toolkits | batch image processing | blogging
Hmmm. Coders from the hood. It's got a certain appeal to it.:-D
Deja View - the feeling that you've seen this post before.