Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Making Variables In C# Global Pin
Meysam Mahfouzi12-Feb-04 18:59
Meysam Mahfouzi12-Feb-04 18:59 
GeneralRe: Making Variables In C# Global Pin
Eric Houser12-Feb-04 19:07
Eric Houser12-Feb-04 19:07 
GeneralArabic to roman Pin
GetOn&GetGoing12-Feb-04 18:30
GetOn&GetGoing12-Feb-04 18:30 
GeneralRe: Arabic to roman Pin
John Kuhn12-Feb-04 18:46
John Kuhn12-Feb-04 18:46 
GeneralRe: Arabic to roman Pin
GetOn&GetGoing12-Feb-04 18:50
GetOn&GetGoing12-Feb-04 18:50 
GeneralRe: Arabic to roman Pin
John Kuhn12-Feb-04 18:57
John Kuhn12-Feb-04 18:57 
GeneralRe: Arabic to roman Pin
GetOn&GetGoing12-Feb-04 19:08
GetOn&GetGoing12-Feb-04 19:08 
GeneralRe: Arabic to roman Pin
John Kuhn12-Feb-04 19:18
John Kuhn12-Feb-04 19:18 
Ok, you know that you generate output in a console application with Console.Write() and Console.WriteLine(), right?

So, figure out which position of your roman number is the 1000's, then write an underscore on the line before you write the roman numerals:

Console.WriteLine("_");
Console.WriteLine("VCXIX");

D'Oh! | :doh:
GeneralInterview Pin
GetOn&GetGoing12-Feb-04 17:41
GetOn&GetGoing12-Feb-04 17:41 
GeneralRe: Interview Pin
John Kuhn12-Feb-04 18:13
John Kuhn12-Feb-04 18:13 
GeneralRe: Interview Pin
CWIZO13-Feb-04 0:30
CWIZO13-Feb-04 0:30 
GeneralRe: Interview Pin
Kannan Kalyanaraman13-Feb-04 1:14
Kannan Kalyanaraman13-Feb-04 1:14 
GeneralRe: Interview Pin
CWIZO13-Feb-04 1:45
CWIZO13-Feb-04 1:45 
QuestionnumericUpDown Control - double digits? Pin
KingTermite12-Feb-04 17:07
KingTermite12-Feb-04 17:07 
AnswerRe: numericUpDown Control - double digits? Pin
Anonymous12-Feb-04 18:43
Anonymous12-Feb-04 18:43 
AnswerRe: numericUpDown Control - double digits? Pin
Heath Stewart13-Feb-04 3:36
protectorHeath Stewart13-Feb-04 3:36 
GeneralRe: numericUpDown Control - double digits? Pin
KingTermite13-Feb-04 3:43
KingTermite13-Feb-04 3:43 
GeneralRe: numericUpDown Control - double digits? Pin
Heath Stewart13-Feb-04 3:56
protectorHeath Stewart13-Feb-04 3:56 
GeneralRe: numericUpDown Control - double digits? Pin
KingTermite13-Feb-04 4:22
KingTermite13-Feb-04 4:22 
GeneralNeed help with pointers Pin
Anonymous12-Feb-04 16:12
Anonymous12-Feb-04 16:12 
GeneralRe: Need help with pointers Pin
Nick Seng12-Feb-04 21:40
Nick Seng12-Feb-04 21:40 
Generalconverting a string to an int Pin
Talal Sultan12-Feb-04 13:38
Talal Sultan12-Feb-04 13:38 
GeneralRe: converting a string to an int Pin
Nicholas Naddaf12-Feb-04 14:20
Nicholas Naddaf12-Feb-04 14:20 
GeneralRe: converting a string to an int Pin
Uwe Keim12-Feb-04 20:34
sitebuilderUwe Keim12-Feb-04 20:34 
GeneralRe: converting a string to an int Pin
Talal Sultan12-Feb-04 23:28
Talal Sultan12-Feb-04 23:28 

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.