Possible Duplicate:
What does the >?= operator mean?
I have encountered this line,
bot <?= fnet[v][u] ? fnet[v][u] : ( cap[u][v] - fnet[u][v] );
what does this <?=
sign mean? Visual Studio 2012 says that it doesnt exist, then what is it? Maybe it was in some previous versions?
Thanks