Difference between typedef and #definehese C++
Разница между en1 и en2, 150 символ(ов) изменены
Hello Everyone,<br><br>↵
What's the difference in these two macros ? <br>↵

~~~~~↵
#define LL long long int ↵
   and ↵
typedef long long LL;↵
~~~~~↵

and ↵

What's the difference between these ? <br>↵

~~~~~↵
inline void myFunction(){}↵
   and ↵
void myFunction(){}↵
~~~~~↵


Thanks ! 

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский vkditya0997 2015-12-31 12:53:30 150
en1 Английский vkditya0997 2015-12-31 12:24:46 199 Initial revision (published)