cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
#define
#define
Feb 1, 2013 at 12:44pm UTC
NIMIT GOYAL 09BIT100
(1)
what happens if i use #define abc uint8_t;
Feb 1, 2013 at 12:52pm UTC
MiiNiPaa
(8886)
all entries of
abc
will be replaced with
uint8_t;
Topic archived. No new replies allowed.