It's probably not printing out anything because you're not flushing the output buffer. Try adding "<< std::endl" to the "NULL" and "NOT NULL" std::coutcout lines.
It's probably not printing out anything because you're not flushing the output buffer. Try adding "<< std::endl" to the "NULL" and "NOT NULL" std::coutcout lines.
Bookmarks