steph:
--------------------------------------------------------------------------------
Hi,
Found strange behaviour of C code explorer. Try this piece of code :
void func()
{ /* this is a comment closed next line
*/
if (test)
{}
}
C code explorer will give you 2 functions :
func()
if (test)
which is obvioulsy not the case.
C code explorer work correctly when writing :
void func()
{ /* this is a comment closed at the end of line */
if (test)
{}
}
Did I miss something ?
--------------------------------------------------------------------------------
Can anybody confirm this trouble ?
--
<http://forum.pspad.com/read.php?6,47446,47891>
PSPad freeware editor http://www.pspad.com