Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ header boilerplate

#ifndef LIST_H // LIST_H is a random name, you can use anything 
#define LIST_H

// enter your code here 

#endif // LIST_H
 
PREVIOUS NEXT
Tagged: #header #boilerplate
ADD COMMENT
Topic
Name
8+9 =