|
|||||||
|
|
Thread Tools | Display Modes |
|
|
#13 | ||
|
Wiki Staff
Join Date: Jun 2014
Posts: 307
|
Quote:
Quote:
http://www.cprogramming.com/declare_vs_define.html It also has a really simplified example, but it's similar to what you have with Display() showing up three times. Just copying the code here for convenience: Code:
int func();
int main()
{
int x = func();
}
int func()
{
return 2;
}
|
||
|
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|