Difference between these C++

Правка en2, от vkditya0997, 2015-12-31 12:53:30

Hello Everyone,

What's the difference in these two macros ?

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

and

What's the difference between these ?

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)