|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
What does it mean?
what will f(12,8) output? thanks |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
"magicman" <ironsel2000@gmail.com> wrote in message news:6fa7d2bc-8e8c-4e23-809e-30d677e699da@e39g2000hsf.googlegroups.com... [#define f(g,g2) g##g2] > What does it mean? > > > what will f(12,8) output? f(12,8) won't output anything. It gets translated to 128, which won't do much by itself. Have you thought of just trying it? -- Bartc |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
magicman <ironsel2000@gmail.com> writes:
> What does it mean? Do you have a C textbook? What does it say? > what will f(12,8) output? What happened when you tried it? -- Keith Thompson (The_Other_Keith) <kst-u@mib.org> Nokia "We must do something. This is something. Therefore, we must do this." -- Antony Jay and Jonathan Lynn, "Yes Minister" |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
magicman wrote:
> What does it mean? > > > what will f(12,8) output? > > > thanks ## is concatentate. Check your documentation. f(x, y) would become xy -- Jim Langston tazmaster@rocketmail.com |
|
![]() |
| Outils de la discussion | |
|
|