[HELP] Source Code Trial Date / Time C++

04/30/2013 18:13 slanjoy#1
I have a problem with some code in making
This example source code made ​​my trial
why there is always a problem with this sc?
Quote:
if(Monthz)
{
sprintf(dwTrialMIN, " : %d Bulan",Monthz);
}
else
{
if(Dayz)
{
sprintf(dwTrialMIN, " : %d Hari",Dayz);
}
else
{
MSG_System.MSG_TrialDetect();
}
}
05/02/2013 21:42 [B]roghurt™#2
Explain your variables! What is Bulan? What is Hari? What is the problem? What do you exactly want to do?
05/04/2013 21:35 slanjoy#3
Bulan = month
Hari = day

I want to make a trial with source code C + +
05/12/2013 19:03 Zapeth#4
You need to post some more code and explain your problem in greater detail if you want us to help you.

What data types are dwTrialMIN, Monthz and Dayz? And what happens when you compile/execute the code?