Click here to Skip to main content
15,887,337 members
Home / Discussions / C#
   

C#

 
GeneralRe: html source code Pin
fmardani28-Apr-06 3:34
fmardani28-Apr-06 3:34 
GeneralRe: html source code Pin
J4amieC28-Apr-06 3:12
J4amieC28-Apr-06 3:12 
QuestionRecoding voice Pin
ghost_cis27-Apr-06 21:34
ghost_cis27-Apr-06 21:34 
AnswerRe: Recoding voice Pin
Yuvi Panda28-Apr-06 1:29
Yuvi Panda28-Apr-06 1:29 
QuestionBeforeUninstall event + Process problems Pin
spif200127-Apr-06 21:07
spif200127-Apr-06 21:07 
Questionhow can i record voice and store it in files Pin
Mayood27-Apr-06 20:05
Mayood27-Apr-06 20:05 
AnswerRe: how can i record voice and store it in files Pin
mav.northwind28-Apr-06 11:43
mav.northwind28-Apr-06 11:43 
QuestionC# exercise Pin
rockxuyenmandem27-Apr-06 19:34
rockxuyenmandem27-Apr-06 19:34 
HTTP has been In use by the WWW global Information Initiative since 1990 and nowadays It Is one of the most widely used protocols on the Internet
HTTP application have historically allowed three different formats for the representation of date/time stamps (described In RFC 2616)
1. RFC 1123 format, for example
Sun, 06 Nov 2005 08:49:37 GMT
2. RFC 1036 format, for example
Sunday, 06-Nov-05 08:49:37 GMT
3. ANSI C's asctime() format, for example
Sun Nov 6 08:49:37 2005

An Implementation Is not HTTP 1.1 compliant If It fails to understand one of the above date/time formats

Question 1
You are require to write an HTTP 1.1 compliant program to parse a string containing one of the above date/time formats. The program must detect the date/time format automatically based on the Input string and store the result In the following object
Class MyDate
{
public Int day; /*1 to 31*/
public Int month; /*1 to 12*/
public Int year; /*1970 to 9999*/
public Int hour; /*0 to 23*/
public Int minute; /*0 to 59*/
public Int second; /*0 to 59*/
public Int dayofweek; /* 0= Sun, 1=Mon,etc* /

}
Question 2
Develop a program to display the system date/time In the RFC 1123 format(as show In example)
==============================
This is my examination, i don't know how to do hikhik, I am newbie Please help me, thanks a lot.



AnswerRe: C# exercise Pin
User 665827-Apr-06 21:42
User 665827-Apr-06 21:42 
AnswerRe: C# exercise Pin
J4amieC27-Apr-06 22:17
J4amieC27-Apr-06 22:17 
AnswerRe: C# exercise Pin
Guffa27-Apr-06 23:29
Guffa27-Apr-06 23:29 
AnswerRe: C# exercise Pin
alexey N27-Apr-06 23:50
alexey N27-Apr-06 23:50 
AnswerRe: C# exercise Pin
Colin Angus Mackay28-Apr-06 1:21
Colin Angus Mackay28-Apr-06 1:21 
AnswerRe: C# exercise Pin
Dan Neely28-Apr-06 2:09
Dan Neely28-Apr-06 2:09 
QuestionHi... Pin
KORCARI27-Apr-06 19:30
KORCARI27-Apr-06 19:30 
AnswerRe: Hi... Pin
CWIZO27-Apr-06 21:51
CWIZO27-Apr-06 21:51 
QuestionWindows Forms Error Pin
ranandbe27-Apr-06 19:07
ranandbe27-Apr-06 19:07 
AnswerRe: Windows Forms Error Pin
spaceus27-Apr-06 23:50
spaceus27-Apr-06 23:50 
QuestionReading XML into a Hashtable Pin
Wolfram Steinke27-Apr-06 18:50
Wolfram Steinke27-Apr-06 18:50 
AnswerRe: Reading XML into a Hashtable Pin
Guffa27-Apr-06 23:32
Guffa27-Apr-06 23:32 
QuestionHow to know about the author/owner of a file/folder? Pin
renata yasa putra27-Apr-06 17:24
renata yasa putra27-Apr-06 17:24 
AnswerRe: How to know about the author/owner of a file/folder? Pin
Christian Graus27-Apr-06 17:39
protectorChristian Graus27-Apr-06 17:39 
QuestionHow to get index/indices of a row in a DataTable Pin
AesopTurtle27-Apr-06 17:12
AesopTurtle27-Apr-06 17:12 
AnswerRe: How to get index/indices of a row in a DataTable Pin
esjq27-Apr-06 20:27
esjq27-Apr-06 20:27 
Questionhttp chunked response Pin
lagumaster27-Apr-06 17:11
lagumaster27-Apr-06 17:11 

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.