Search Results

Search: Posts Made By: kolage
4,721
Posted By kolage
Thank you very much for replies and sorry for...
Thank you very much for replies and sorry for bumping up - I didn't realize that... I finally wrote some functional code (it isn't perfect but for my purposes it is enough) so I want to publish it,...
4,721
Posted By kolage
I don't know how to do that... I just want to...
I don't know how to do that... I just want to change comment like this:


/* Some comments1
some comments2
some comments3 */
to this:


// Some comments1
// some comments2
// some...
4,721
Posted By kolage
Well I need them each on one line because I will...
Well I need them each on one line because I will be processing them later ...
4,721
Posted By kolage
changing c comments to c++ style with sed
Hi everyone,

I've got a problem with converting C comments ( /* */ ) into C++ style ( // ) in some source file with sed. So far I've dealt with comments on one line, but I don't know how to...
1,659
Posted By kolage
thanks a lot it is exactly what I wanted to...
thanks a lot it is exactly what I wanted to know... :b: but I am little bit surprised that I got answer right from you, because yesterday I saw Fight club and today you are here, answering me ... so...
1,659
Posted By kolage
matching regexp
Hi,

maybe it is stupid question, but is it possible to match expression like this ? :

... // ... ( there is "//" somewhere on the line and on the end of the line there ISN'T "*/" )

I've...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 09:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy