Can we refactor our class if its fully written in .h file into .h + .cpp using Visual Assist X?

StackOverflow https://stackoverflow.com/questions/4531056

  •  13-10-2019
  •  | 
  •  

سؤال

Can we refactor our class if its fully written in .h file into .h + .cpp using Visual Assist X? (I mean having all functions written in .h file)

هل كانت مفيدة؟

المحلول

The VA feature Move Implementation to Source File can help you move methods from a class header to the class source file.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top