Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TCP Socket and packet sending problem Pin
Mark Salsbery12-Oct-06 10:59
Mark Salsbery12-Oct-06 10:59 
GeneralRe: TCP Socket and packet sending problem Pin
Moak1-Nov-06 4:16
Moak1-Nov-06 4:16 
Questionconfusing about complex linked data structures, using pointer Pin
EzraYap12-Oct-06 6:21
EzraYap12-Oct-06 6:21 
AnswerRe: confusing about complex linked data structures, using pointer Pin
David Crow12-Oct-06 6:45
David Crow12-Oct-06 6:45 
AnswerRe: confusing about complex linked data structures, using pointer Pin
Zac Howland12-Oct-06 7:25
Zac Howland12-Oct-06 7:25 
Questionprograming Pin
Dure-Shehwar12-Oct-06 5:56
Dure-Shehwar12-Oct-06 5:56 
AnswerRe: programing Pin
Zac Howland12-Oct-06 6:11
Zac Howland12-Oct-06 6:11 
AnswerRe: programing Pin
Makakuin12-Oct-06 7:32
Makakuin12-Oct-06 7:32 
A3
int main(int argc, char* argv[]){
char dateStr [9];
char timeStr [9];
_strdate_s( dateStr,9);
_strtime_s( timeStr,9);
//do what you want with variables;
printf("Time is %s date is %s",timeStr,dateStr);
system("pause");
return 0;
}

Cannot advise in other questions..
Sorry!
GeneralRe: programing Pin
Makakuin12-Oct-06 7:47
Makakuin12-Oct-06 7:47 
AnswerRe: programing Pin
Christian Graus12-Oct-06 8:19
protectorChristian Graus12-Oct-06 8:19 
AnswerRe: programing Pin
Rudolf Jan13-Oct-06 0:14
Rudolf Jan13-Oct-06 0:14 
Questionprogramming Pin
Dure-Shehwar12-Oct-06 5:46
Dure-Shehwar12-Oct-06 5:46 
AnswerRe: programming Pin
David Crow12-Oct-06 5:51
David Crow12-Oct-06 5:51 
GeneralRe: programming Pin
Hamid_RT12-Oct-06 6:37
Hamid_RT12-Oct-06 6:37 
AnswerRe: programming Pin
Hamid_RT12-Oct-06 6:39
Hamid_RT12-Oct-06 6:39 
GeneralRe: programming Pin
led mike12-Oct-06 8:12
led mike12-Oct-06 8:12 
GeneralRe: programming Pin
Hamid_RT12-Oct-06 19:48
Hamid_RT12-Oct-06 19:48 
AnswerRe: programming Pin
Mark Salsbery12-Oct-06 10:02
Mark Salsbery12-Oct-06 10:02 
GeneralRe: programming Pin
Christian Graus12-Oct-06 10:11
protectorChristian Graus12-Oct-06 10:11 
GeneralRe: programming Pin
Mark Salsbery12-Oct-06 10:26
Mark Salsbery12-Oct-06 10:26 
QuestionConstructing a tree Pin
llp00na12-Oct-06 4:25
llp00na12-Oct-06 4:25 
QuestionRe: Constructing a tree Pin
David Crow12-Oct-06 5:56
David Crow12-Oct-06 5:56 
Questionrepresent string as its DWORD value Pin
Makakuin12-Oct-06 3:37
Makakuin12-Oct-06 3:37 
AnswerRe: represent string as its DWORD value Pin
Mark Salsbery12-Oct-06 4:48
Mark Salsbery12-Oct-06 4:48 
GeneralRe: represent string as its DWORD value Pin
Makakuin12-Oct-06 7:20
Makakuin12-Oct-06 7:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.