Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
GeneralRe: Stack's & Queue's Pin
BiGjOe.NeT20-May-06 14:01
BiGjOe.NeT20-May-06 14:01 
GeneralRe: Stack's & Queue's Pin
Christian Graus20-May-06 14:26
protectorChristian Graus20-May-06 14:26 
AnswerRe: Stack's & Queue's Pin
Osama E. Adly21-May-06 0:03
Osama E. Adly21-May-06 0:03 
GeneralRe: Stack's & Queue's Pin
BiGjOe.NeT21-May-06 16:43
BiGjOe.NeT21-May-06 16:43 
QuestionUsing DirectSound from a console [modified] Pin
obelisk2920-May-06 13:09
obelisk2920-May-06 13:09 
QuestionDon't call SetValue Pin
Dima Filipiuk20-May-06 11:42
Dima Filipiuk20-May-06 11:42 
QuestionIdiotic Notepad/C#/Command Prompt Questions Pin
...---...20-May-06 11:13
...---...20-May-06 11:13 
AnswerRe: Idiotic Notepad/C#/Command Prompt Questions Pin
mav.northwind21-May-06 2:39
mav.northwind21-May-06 2:39 
Hi!
1. It doesn't matter. You just have to look at the filename your source file gets - when you save it with "*.txt" as filter, Notepad automatically adds ".txt" to the filename. So if you save your source file as "HelloWorld.cs", you'll end up with a file "HelloWorld.cs.txt".
But for compiling the final filename really doesn't matter.

2. If you did, "csc.exe" will be found. If you didn't, it won't be found. Simple as that.

3. Then you'll have a VS.NET 2003 command prompt in your start menu. Use this to get the console window, then the correct paths will be set.

4. Putting source files on the desktop usually isn't such a good idea. Create yourself a dedicated source directory (C:\Sources, for example). This is far easier to reach, especially if you're using a command prompt.

Regards,
mav

--
Black holes are the places where god divided by 0...
QuestionButtonColumn Pin
drc_no120-May-06 8:20
drc_no120-May-06 8:20 
AnswerRe: ButtonColumn Pin
OmegaCD20-May-06 13:32
OmegaCD20-May-06 13:32 
Questionsystem commands?? Pin
kago51220-May-06 8:16
kago51220-May-06 8:16 
AnswerRe: system commands?? Pin
Rei Miyasaka20-May-06 8:50
Rei Miyasaka20-May-06 8:50 
AnswerRe: system commands?? Pin
David Stone20-May-06 8:53
sitebuilderDavid Stone20-May-06 8:53 
GeneralRe: system commands?? Pin
kago51220-May-06 10:51
kago51220-May-06 10:51 
AnswerRe: system commands?? Pin
kago51221-May-06 3:35
kago51221-May-06 3:35 
Questionwhat is wrong in this code Pin
mm31020-May-06 7:03
mm31020-May-06 7:03 
AnswerRe: what is wrong in this code Pin
leppie20-May-06 7:07
leppie20-May-06 7:07 
AnswerRe: what is wrong in this code Pin
Rei Miyasaka20-May-06 8:54
Rei Miyasaka20-May-06 8:54 
AnswerRe: what is wrong in this code Pin
turbochimp21-May-06 20:25
turbochimp21-May-06 20:25 
Questionget device context size Pin
thepersonof20-May-06 6:44
thepersonof20-May-06 6:44 
AnswerRe: get device context size Pin
leppie20-May-06 7:17
leppie20-May-06 7:17 
Questiontwain or isis Pin
cmarmr20-May-06 5:45
cmarmr20-May-06 5:45 
AnswerRe: twain or isis Pin
OmegaCD20-May-06 13:35
OmegaCD20-May-06 13:35 
QuestionGUI API wrapper? Pin
Jonas Beckeman20-May-06 4:59
Jonas Beckeman20-May-06 4:59 
AnswerRe: GUI API wrapper? Pin
Rei Miyasaka20-May-06 8:53
Rei Miyasaka20-May-06 8:53 

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.