Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: Xml writing Pin
SeMartens26-Jan-09 23:47
SeMartens26-Jan-09 23:47 
GeneralRe: Xml writing Pin
Naveed72726-Jan-09 23:49
Naveed72726-Jan-09 23:49 
AnswerRe: Xml writing Pin
benjymous26-Jan-09 23:50
benjymous26-Jan-09 23:50 
Question[Message Deleted] Pin
Ian Grech26-Jan-09 23:18
Ian Grech26-Jan-09 23:18 
AnswerRe: GPS Card on Compact Flash Pin
Manas Bhardwaj26-Jan-09 23:55
professionalManas Bhardwaj26-Jan-09 23:55 
AnswerRe: [Message Deleted] Pin
Manas Bhardwaj27-Jan-09 1:45
professionalManas Bhardwaj27-Jan-09 1:45 
QuestionDisable/enable design-time properties Pin
kanchoette26-Jan-09 23:11
kanchoette26-Jan-09 23:11 
QuestionAssembly-informations and Application-Properties problem! Pin
tschmid8526-Jan-09 23:03
tschmid8526-Jan-09 23:03 
AnswerRe: Assembly-informations and Application-Properties problem! Pin
DaveyM6927-Jan-09 1:37
professionalDaveyM6927-Jan-09 1:37 
QuestionOperator Overloading inside an interface Pin
Butter18526-Jan-09 22:57
Butter18526-Jan-09 22:57 
AnswerRe: Operator Overloading inside an interface Pin
S. Senthil Kumar26-Jan-09 23:27
S. Senthil Kumar26-Jan-09 23:27 
AnswerRe: Operator Overloading inside an interface Pin
User 665826-Jan-09 23:30
User 665826-Jan-09 23:30 
QuestionRe: Operator Overloading inside an interface Pin
Butter18527-Jan-09 0:19
Butter18527-Jan-09 0:19 
AnswerRe: Operator Overloading inside an interface [modified] Pin
DaveyM6927-Jan-09 0:39
professionalDaveyM6927-Jan-09 0:39 
AnswerRe: Operator Overloading inside an interface Pin
N a v a n e e t h27-Jan-09 1:42
N a v a n e e t h27-Jan-09 1:42 
QuestionRe: Operator Overloading inside an interface Pin
Butter18527-Jan-09 4:08
Butter18527-Jan-09 4:08 
AnswerRe: Operator Overloading inside an interface [modified] Pin
DaveyM6927-Jan-09 7:52
professionalDaveyM6927-Jan-09 7:52 
Questionend of string in C# Pin
lawrenceinba26-Jan-09 22:44
lawrenceinba26-Jan-09 22:44 
AnswerRe: end of string in C# Pin
SeMartens26-Jan-09 23:05
SeMartens26-Jan-09 23:05 
QuestionRe: end of string in C# Pin
Eddy Vluggen26-Jan-09 23:39
professionalEddy Vluggen26-Jan-09 23:39 
AnswerRe: end of string in C# Pin
lawrenceinba27-Jan-09 19:32
lawrenceinba27-Jan-09 19:32 
AnswerRe: end of string in C# Pin
Eddy Vluggen27-Jan-09 21:35
professionalEddy Vluggen27-Jan-09 21:35 
AnswerRe: end of string in C# Pin
Guffa27-Jan-09 13:28
Guffa27-Jan-09 13:28 
lawrenceinba wrote:
'\0'

is the above command valid for calculating end of line in while loop...


I have never seen any system where the NUL character is used as end of line. It's commonly used as end of string in systems that doesn't have a String object that keeps track of the length.

lawrenceinba wrote:
if not wat should be used to EOF identification


The '\x1a' character is the EOF marker, however .NET doesn't use any EOF marker.

You should ask about what you are trying to do instead of asking about some obsolete techniques that doesn't apply to C#.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: end of string in C# Pin
lawrenceinba27-Jan-09 19:34
lawrenceinba27-Jan-09 19:34 
GeneralRe: end of string in C# Pin
Guffa27-Jan-09 22:15
Guffa27-Jan-09 22:15 

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.