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

C#

 
AnswerRe: time-division multiplexing Pin
User 665828-Nov-08 11:05
User 665828-Nov-08 11:05 
AnswerRe: time-division multiplexing Pin
Guffa28-Nov-08 11:10
Guffa28-Nov-08 11:10 
AnswerRe: time-division multiplexing Pin
Nicholas Butler28-Nov-08 13:22
sitebuilderNicholas Butler28-Nov-08 13:22 
GeneralRe: time-division multiplexing Pin
Dave Kreskowiak28-Nov-08 15:36
mveDave Kreskowiak28-Nov-08 15:36 
GeneralRe: time-division multiplexing Pin
PIEBALDconsult28-Nov-08 16:11
mvePIEBALDconsult28-Nov-08 16:11 
QuestionCan different processes share memory? Pin
Member 391904928-Nov-08 7:25
Member 391904928-Nov-08 7:25 
AnswerRe: Can different processes share memory? PinPopular
J. Dunlap28-Nov-08 9:50
J. Dunlap28-Nov-08 9:50 
Questionc# source code and produces the source code in S-style(Banner Style) indentation Pin
sp198428-Nov-08 6:48
sp198428-Nov-08 6:48 
I have to write a C# source code with regular indentation.(See list1 for regular style indentation)
and get the same C# source code with S-style indentation.(See list2 for the S-style indentation.)
You may implement it as a console program. (a Windows Form program is ok)
Other requirements : classes should be reusable and scalable. The source code should be readable and concise. The program should be able to overcome exceptions and continue to run.
Scalability requirements : the program should be able to accept and transform C++ source code as well with minimum modification.

List1.cs: regular style indentation
using System;
class MyClass
{
static void Main()
{
Console.WriteLine("Hello World!");
}
}

List2.cs: Banner style indentation
using System;
class MyClass {
static void Main() {
Console.WriteLine("Hello World!");
}
}

Plz tell anyone..its urgent...Plz mail me the code : saurabh.a.pandey@gmail.com
Or contact me on 09948284132.

Thanks in advance.

Regards,
Saurabh Smile | :)
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
EliottA28-Nov-08 6:57
EliottA28-Nov-08 6:57 
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
Thomas Weller28-Nov-08 6:57
Thomas Weller28-Nov-08 6:57 
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
Ashfield28-Nov-08 8:48
Ashfield28-Nov-08 8:48 
GeneralRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
Wendelius28-Nov-08 8:59
mentorWendelius28-Nov-08 8:59 
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
Christian Graus28-Nov-08 16:15
protectorChristian Graus28-Nov-08 16:15 
QuestionKeyboard shortcuts Pin
nlowdon28-Nov-08 3:06
nlowdon28-Nov-08 3:06 
AnswerRe: Keyboard shortcuts Pin
Pedram Behroozi28-Nov-08 3:26
Pedram Behroozi28-Nov-08 3:26 
AnswerRe: Keyboard shortcuts Pin
Kevin McFarlane28-Nov-08 4:03
Kevin McFarlane28-Nov-08 4:03 
QuestionWinForms - embedding a form in a form Pin
RugbyLeague28-Nov-08 2:49
RugbyLeague28-Nov-08 2:49 
AnswerRe: WinForms - embedding a form in a form Pin
Christian Graus28-Nov-08 16:16
protectorChristian Graus28-Nov-08 16:16 
Questionhow can this be done? Pin
tonyjsebastian128-Nov-08 1:45
tonyjsebastian128-Nov-08 1:45 
AnswerRe: how can this be done? Pin
EliottA28-Nov-08 2:20
EliottA28-Nov-08 2:20 
GeneralRe: how can this be done? Pin
EliottA28-Nov-08 7:20
EliottA28-Nov-08 7:20 
QuestionQUIZ Pin
kibromg28-Nov-08 0:59
kibromg28-Nov-08 0:59 
AnswerRe: QUIZ Pin
tonyjsebastian128-Nov-08 1:04
tonyjsebastian128-Nov-08 1:04 
GeneralRe: QUIZ Pin
kibromg28-Nov-08 1:16
kibromg28-Nov-08 1:16 
AnswerRe: QUIZ Pin
Ashfield28-Nov-08 8:49
Ashfield28-Nov-08 8:49 

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.