I learned that the functions in class must be 'inline' from a book But, I can't understand why... That book wasn't enough I'm not native speaker in English, and so I'm very poor at searching in web described by Engilsh And my country's web sites is very closed to students like me So please answer me
I think If a function(not inline) were in a class, the function' s stackframe (some adresses, arguments and so on) would be created repeatedly whenever compiler refer to that function so this is why funtions in a class must be inline? Sorry for my poor English