User: warrant

  • Public profile

User profile: warrant

User info
User name:warrant
Statistical data
Skills:C
Assembly
History
Joined:
Number of posts:14
Latest posts:

What operator is better (*) or (&) opeartors applied to a function argument?
Well, makes me wonder.

What operator is better (*) or (&) opeartors applied to a function argument?
[code]a)void Fx(int* I) {++*I;} void main() {int I; Fx(&I);} b)void Fy(int& I) {++I;...

c++ gui application
user32.lib and its fellow runtime for that gdi32.lib for the time being. kernel32.lib istn't for t...

Macro Miscalculation
Nothing wrong.

How to get rid of brackets on C++ macro expansion?
For example, indstead of this macros(param1,param2,param3,param4,param5,param6,paramN); ;macros p...

This user does not accept Private Messages