Hi
How can i do something like Java:
if (str.getClass() ==String.class) {
}
i found that, this syntax has error in g++:
if (typeof(a) == typeof(b)){
}
thanks
from Peter (cmk128@hotmail .com)
How can i do something like Java:
if (str.getClass() ==String.class) {
}
i found that, this syntax has error in g++:
if (typeof(a) == typeof(b)){
}
thanks
from Peter (cmk128@hotmail .com)
Comment