Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

POINTERS

Name: Anonymous 2014-12-15 23:10

How do you pronounce ``pointer to integer p''?
1. int* p;
2. int * p;
3. int *p; (faggot)
4. Other

Name: Anonymous 2014-12-15 23:15

SMOKE WEED EVERYDAY

Name: Anonymous 2014-12-16 0:36

Integer

Name: Anonymous 2014-12-16 1:38

>>3
ENTERPRISE quality

Name: Anonymous 2014-12-16 4:09

4. pointer to integer p

Name: Anonymous 2014-12-16 5:18

5. Int star pee.

Name: Anonymous 2014-12-16 7:35

pointerinteger p

Name: Anonymous 2014-12-16 8:36

I like to make my code visually as clear as possible.

Like the lexer would like to see it

so

int
*
p
;

Name: Anonymous 2014-12-16 8:51

tell me char star hacks, /g/

Name: Anonymous 2014-12-16 9:09

struct integer_pointer { int *p; };

Name: Anonymous 2014-12-16 18:08

import java.util.*;

public class Main {
public static void main(String[] args) {
Integer p = 11; // checkem
return p;
}
}

Name: Anonymous 2016-09-12 17:37

>>1
3. 1 implies that the * operator is bound to the type, not the variable name, further making it look like int* a, b is a declaration of two variables of pointer-to-integer type. Writing it as int *a, b helps to eliminate that ambiguity. And 2 looks like a multiplication of a type by a variable, which is obviously nonsensical.

Don't change these.
Name: Email:
Entire Thread Thread List