I have a question How to remove all the comments in c source code
@technotipDOTorg4 жыл бұрын
We've to manually remove it from the source code. OR use regular expression and remove everything between /* and */
@rishikeshpandey22114 жыл бұрын
Can u help it using regular expression... I will too try
@technotipDOTorg4 жыл бұрын
It's not C code by the way. You could use some JS framework or any language that supports regular expression. Then use command prompt and pass your C Source Code file path along with the regular expression.
@adrianorodrigues69024 жыл бұрын
Agora faz sentido, thank you
@nidhinkk30913 жыл бұрын
You are not explaining the point here. We could use Normal if , elseif, else... Why use #if, what is the real time usecase for using this macro.
@technotipDOTorg3 жыл бұрын
I've explained it in a video before this. It's good if you watch the videos in the order I've published it. You can get the ordered list on our blog(link to which is present in the description section of above KZbin video). Thank you ..