Click here to Skip to main content
15,916,702 members
Home / Discussions / C#
   

C#

 
AnswerRe: To close application Pin
U-P-G-R-A-Y-E-D-D18-Feb-07 19:18
U-P-G-R-A-Y-E-D-D18-Feb-07 19:18 
AnswerRe: To exit application Pin
virendra patel18-Feb-07 19:47
virendra patel18-Feb-07 19:47 
GeneralRe: To exit application Pin
Nekshan18-Feb-07 19:54
Nekshan18-Feb-07 19:54 
GeneralRe: To exit application Pin
virendra patel18-Feb-07 20:10
virendra patel18-Feb-07 20:10 
AnswerRe: To exit application Pin
virendra patel18-Feb-07 20:11
virendra patel18-Feb-07 20:11 
AnswerRe: To exit application Pin
virendra patel18-Feb-07 20:15
virendra patel18-Feb-07 20:15 
AnswerRe: To exit application Pin
virendra patel18-Feb-07 20:18
virendra patel18-Feb-07 20:18 
GeneralTo exit application Pin
Nekshan18-Feb-07 20:40
Nekshan18-Feb-07 20:40 
GeneralRe: To exit application Pin
Nekshan18-Feb-07 20:47
Nekshan18-Feb-07 20:47 
GeneralRe: To exit application Pin
virendra patel18-Feb-07 21:43
virendra patel18-Feb-07 21:43 
GeneralRe: To exit application Pin
Nekshan18-Feb-07 22:09
Nekshan18-Feb-07 22:09 
Questiondeploying windows application Pin
kalyan_241618-Feb-07 19:00
kalyan_241618-Feb-07 19:00 
AnswerRe: deploying windows application Pin
Christian Graus18-Feb-07 20:27
protectorChristian Graus18-Feb-07 20:27 
QuestionNo Subject Pin
Nekshan18-Feb-07 18:54
Nekshan18-Feb-07 18:54 
QuestionExporting Data from SQL to Access Pin
Kamal.Afridi18-Feb-07 18:48
Kamal.Afridi18-Feb-07 18:48 
AnswerRe: Exporting Data from SQL to Access Pin
N a v a n e e t h18-Feb-07 19:58
N a v a n e e t h18-Feb-07 19:58 
QuestionProblems getting method called correctly Pin
JMOdom18-Feb-07 18:42
JMOdom18-Feb-07 18:42 
AnswerRe: Problems getting method called correctly Pin
Kamal.Afridi18-Feb-07 18:52
Kamal.Afridi18-Feb-07 18:52 
GeneralRe: Problems getting method called correctly Pin
JMOdom18-Feb-07 19:36
JMOdom18-Feb-07 19:36 
AnswerRe: Problems getting method called correctly Pin
U-P-G-R-A-Y-E-D-D18-Feb-07 18:58
U-P-G-R-A-Y-E-D-D18-Feb-07 18:58 
GeneralRe: Problems getting method called correctly Pin
JMOdom18-Feb-07 19:44
JMOdom18-Feb-07 19:44 
GeneralRe: Problems getting method called correctly Pin
Christian Graus18-Feb-07 20:36
protectorChristian Graus18-Feb-07 20:36 
JMOdom wrote:
int firstNum, secondNum;

DetermineNumberSum(firstNum, secondNum);


No, this cannot work. You need to assign values to firstNum and secondNum, OR use them as out parameters. You try to use them BEFORE using them as out parameters, and you didn't give them values to start with, which is always bad programming. You should also create one variable per line, for readability.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionHow to fight a password cracker ??? Pin
fulbright18-Feb-07 18:24
fulbright18-Feb-07 18:24 
AnswerRe: How to fight a password cracker ??? Pin
Pete O'Hanlon19-Feb-07 1:27
mvePete O'Hanlon19-Feb-07 1:27 
QuestionPrinting using LPT Pin
sianatia18-Feb-07 17:35
sianatia18-Feb-07 17:35 

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.