0
What is the difference between programming the line of code:
#include "filename.h"
or
#define FILENAME_H
What makes the second line of code concrete?
0
What is the difference between programming the line of code:
#include "filename.h"
or
#define FILENAME_H
What makes the second line of code concrete?
Browser other questions tagged c c++
You are not signed in. Login or sign up in order to post.