PDA

View Full Version : message box & date


Xiang
05-10-2003, 12:10 PM
Dear Sir,

(a) How can I display a current date as below format.
10 Jun 2003


(b) How can I create a message box in C programming?


Thanks,

Xiang

BloodXero
05-10-2003, 03:43 PM
in windows aip you do the message box with the MessageBox() function but i dont know if you're using that. is this for just plain c/c++ in the dos prompt or is it windows/directX or some other library for c/c++.


for the thing on displaying time there is an include file (<time> <time.h>?) that you have to include but i am clueless about where it is and any of the functions in it.