Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: ListBox won't bind Pin
Mustafa Ismail Mustafa5-Aug-09 5:38
Mustafa Ismail Mustafa5-Aug-09 5:38 
GeneralRe: ListBox won't bind Pin
Henry Minute5-Aug-09 5:41
Henry Minute5-Aug-09 5:41 
GeneralRe: ListBox won't bind Pin
Mustafa Ismail Mustafa5-Aug-09 5:47
Mustafa Ismail Mustafa5-Aug-09 5:47 
GeneralRe: ListBox won't bind Pin
Mustafa Ismail Mustafa5-Aug-09 5:35
Mustafa Ismail Mustafa5-Aug-09 5:35 
GeneralRe: ListBox won't bind Pin
Henry Minute5-Aug-09 5:38
Henry Minute5-Aug-09 5:38 
QuestionHelp in matching inputted string to a regex pattern Pin
gamer11275-Aug-09 2:05
gamer11275-Aug-09 2:05 
AnswerRe: Help in matching inputted string to a regex pattern Pin
musefan5-Aug-09 2:22
musefan5-Aug-09 2:22 
AnswerRe: Help in matching inputted string to a regex pattern Pin
gamer11275-Aug-09 2:31
gamer11275-Aug-09 2:31 
I forgot to include that my parser program is created to parse just a simple for loop statement. it doesn't have to cover all of the possible examples of a for loop statement. We were instructed to only have one line statement after the for loop syntax meaning we don't have to include the open and close curly brackets.

example:

for(int abc989 = 10; abc989 >= 0; abc989--) Console.WriteLine("*");


or

for(int abc989 = 0; abc989 < 50; abc989++) Console.WriteLine("HelloWorld\n");



Those example are the only ones we can do at the moment since we're not in compiler design yet. We were given this kind of machine problem to apply one data structure which is a parse tree.
GeneralRe: Help in matching inputted string to a regex pattern Pin
OriginalGriff5-Aug-09 2:54
mveOriginalGriff5-Aug-09 2:54 
GeneralRe: Help in matching inputted string to a regex pattern Pin
molesworth5-Aug-09 3:07
molesworth5-Aug-09 3:07 
GeneralRe: Help in matching inputted string to a regex pattern Pin
gamer11275-Aug-09 4:00
gamer11275-Aug-09 4:00 
GeneralRe: Help in matching inputted string to a regex pattern Pin
riced5-Aug-09 4:22
riced5-Aug-09 4:22 
GeneralRe: Help in matching inputted string to a regex pattern Pin
gamer11275-Aug-09 4:39
gamer11275-Aug-09 4:39 
GeneralRe: Help in matching inputted string to a regex pattern Pin
riced5-Aug-09 4:44
riced5-Aug-09 4:44 
QuestionSerializationBinder and parsing type fullname Pin
Super Lloyd5-Aug-09 1:46
Super Lloyd5-Aug-09 1:46 
AnswerRe: SerializationBinder and parsing type fullname Pin
Super Lloyd5-Aug-09 4:00
Super Lloyd5-Aug-09 4:00 
GeneralRe: SerializationBinder and parsing type fullname Pin
Super Lloyd5-Aug-09 5:27
Super Lloyd5-Aug-09 5:27 
QuestionHow to test Web Methods with NUnit Pin
Phillip Donegan5-Aug-09 1:26
Phillip Donegan5-Aug-09 1:26 
Questionbyte array To text box is it possible? Pin
gwithey5-Aug-09 1:24
gwithey5-Aug-09 1:24 
AnswerRe: byte array To text box is it possible? Pin
musefan5-Aug-09 2:16
musefan5-Aug-09 2:16 
QuestionConvert String To Unix Timestamp Pin
iNutR5-Aug-09 0:27
iNutR5-Aug-09 0:27 
AnswerRe: Convert String To Unix Timestamp Pin
Christian Graus5-Aug-09 0:31
protectorChristian Graus5-Aug-09 0:31 
GeneralRe: Convert String To Unix Timestamp Pin
iNutR5-Aug-09 0:36
iNutR5-Aug-09 0:36 
GeneralRe: Convert String To Unix Timestamp Pin
Christian Graus5-Aug-09 0:39
protectorChristian Graus5-Aug-09 0:39 
GeneralRe: Convert String To Unix Timestamp Pin
iNutR5-Aug-09 0:41
iNutR5-Aug-09 0:41 

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.