RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ??
MessageBox() is part of the Win32 API. If you include 'windows.h', then you just use MessageBox(<hwnd>, <prompt>, <title>, <style>) IIRC.
I guess you could also use MessageBox(<prompt>); never tried that myself.
|