Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ structure

struct Point {
    int x;
    int y;
}
 
PREVIOUS NEXT
Tagged: #structure
ADD COMMENT
Topic
Name
3+3 =