I have a bunch of MACROS in C ++ code that extends to some functions. And I'm debugging something. I just want to see what the code looks like in "
Any ideas?
You can view the preprocessor output to see how the code looks after it has been preprocessed.
gcc and Visual C ++ will both be preprocess for stdout if you pass the -E flag on the command line to the compiler.
-E
/ P, see it in the C ++ section - Preprocessor - a process in a file on Visual Studio property pages, the output file has the extension .i
Source: https://habr.com/ru/post/1307820/More articles:convert clob to varchar2 - sqlExplicit test environment for Selenium RC - javaSimple, custom analysis using C ++ - c ++How to configure multiple WCF binding configurations for a single schema - .net-4.0How do digital certificates verify the identity of the device? - certificateCollision detection and how effective they are - collision-detectionCollision detection between ball and bricks in a brick game - language-agnosticHow to check that javascript does not open the same window with the window.open function - javascriptSOAP SOAP_COMPRESSION_GZIP verfication, if it works - soapXPath and special characters - xpathAll Articles