Click here to Skip to main content
15,885,435 members
Home / Discussions / C#
   

C#

 
AnswerRe: System Language Pin
snorkie17-Aug-07 10:19
professionalsnorkie17-Aug-07 10:19 
QuestionLicensing Software Pin
snorkie17-Aug-07 8:08
professionalsnorkie17-Aug-07 8:08 
AnswerRe: Licensing Software Pin
Luc Pattyn17-Aug-07 8:30
sitebuilderLuc Pattyn17-Aug-07 8:30 
GeneralRe: Licensing Software Pin
snorkie17-Aug-07 8:46
professionalsnorkie17-Aug-07 8:46 
GeneralRe: Licensing Software Pin
Luc Pattyn17-Aug-07 9:11
sitebuilderLuc Pattyn17-Aug-07 9:11 
QuestionQuestion in Maths Operator? Pin
Khoramdin17-Aug-07 7:57
Khoramdin17-Aug-07 7:57 
AnswerRe: Question in Maths Operator? Pin
Hessam Jalali17-Aug-07 8:02
Hessam Jalali17-Aug-07 8:02 
GeneralRe: Question in Maths Operator? Pin
Luc Pattyn17-Aug-07 8:20
sitebuilderLuc Pattyn17-Aug-07 8:20 
Hi,

if A and B are both integer types (i.e. not float, not double), then A/B will
yield the integer quotient; you can store that in an integer variable, but also
in a float/double, without cast. Hence double q=A/B;

But as soon as one of the operands is a real number, the real quotient will be
calculated.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


Questionrunat="server" Pin
TAREQ F ABUZUHRI17-Aug-07 7:06
TAREQ F ABUZUHRI17-Aug-07 7:06 
AnswerRe: runat="server" Pin
TAREQ F ABUZUHRI17-Aug-07 7:06
TAREQ F ABUZUHRI17-Aug-07 7:06 
AnswerRe: runat="server" Pin
Guffa17-Aug-07 7:21
Guffa17-Aug-07 7:21 
Questionhelp Pin
chehreghany17-Aug-07 6:52
chehreghany17-Aug-07 6:52 
AnswerRe: help Pin
led mike17-Aug-07 7:04
led mike17-Aug-07 7:04 
GeneralRe: help Pin
Luc Pattyn17-Aug-07 7:42
sitebuilderLuc Pattyn17-Aug-07 7:42 
AnswerRe: help Pin
snorkie17-Aug-07 8:12
professionalsnorkie17-Aug-07 8:12 
GeneralRe: help Pin
Luc Pattyn17-Aug-07 8:31
sitebuilderLuc Pattyn17-Aug-07 8:31 
AnswerTroll? Pin
leckey17-Aug-07 8:44
leckey17-Aug-07 8:44 
AnswerRe: help Pin
Hessam Jalali17-Aug-07 9:09
Hessam Jalali17-Aug-07 9:09 
AnswerRe: help Pin
Christian Graus17-Aug-07 18:43
protectorChristian Graus17-Aug-07 18:43 
QuestionLoading XML data into ListView control Pin
SSMERK00717-Aug-07 6:04
SSMERK00717-Aug-07 6:04 
AnswerRe: Loading XML data into ListView control Pin
bit_cmdr17-Aug-07 6:28
bit_cmdr17-Aug-07 6:28 
AnswerRe: Loading XML data into ListView control Pin
SSMERK00717-Aug-07 6:56
SSMERK00717-Aug-07 6:56 
Questionmod Pin
TAREQ F ABUZUHRI17-Aug-07 5:57
TAREQ F ABUZUHRI17-Aug-07 5:57 
AnswerRe: mod Pin
leckey17-Aug-07 6:02
leckey17-Aug-07 6:02 
AnswerRe: mod Pin
Guffa17-Aug-07 6:06
Guffa17-Aug-07 6:06 

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.