Click here to Skip to main content
15,911,786 members
Home / Discussions / C#
   

C#

 
AnswerRe: Big Problem with WebService Pin
Guffa1-Jul-07 6:37
Guffa1-Jul-07 6:37 
GeneralRe: Big Problem with WebService Pin
Iftekhar Naim1-Jul-07 14:00
Iftekhar Naim1-Jul-07 14:00 
QuestionGeneric Pin
Jeeva Jose1-Jul-07 4:34
Jeeva Jose1-Jul-07 4:34 
AnswerRe: Generic Pin
DavidNohejl1-Jul-07 7:40
DavidNohejl1-Jul-07 7:40 
GeneralRe: Generic Pin
Not Active1-Jul-07 11:52
mentorNot Active1-Jul-07 11:52 
GeneralRe: Generic Pin
DavidNohejl1-Jul-07 13:19
DavidNohejl1-Jul-07 13:19 
GeneralRe: Generic Pin
Jeeva Jose2-Jul-07 19:15
Jeeva Jose2-Jul-07 19:15 
GeneralRe: Generic Pin
DavidNohejl3-Jul-07 1:57
DavidNohejl3-Jul-07 1:57 
Unfortunately I was wrong as Mark pointed out.

where doesn't allow specific structs as type constraint. See http://msdn2.microsoft.com/en-us/library/d5x73970(VS.80).aspx[^]. Because int etc. are structures, you can't do this Frown | :(

However, from what you said, it looks like easiest (and sufficient) thing to do is to have 3 overloads of Add(x,y) method - one for int, one for float, etc...


"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

Questionsaving image from screen Pin
HexaDeveloper1-Jul-07 3:29
HexaDeveloper1-Jul-07 3:29 
AnswerRe: saving image from screen Pin
Guffa1-Jul-07 6:47
Guffa1-Jul-07 6:47 
GeneralRe: saving image from screen Pin
HexaDeveloper1-Jul-07 8:29
HexaDeveloper1-Jul-07 8:29 
AnswerRe: saving image from screen Pin
Guffa1-Jul-07 8:56
Guffa1-Jul-07 8:56 
GeneralRe: saving image from screen Pin
HexaDeveloper1-Jul-07 9:12
HexaDeveloper1-Jul-07 9:12 
GeneralRe: saving image from screen Pin
HexaDeveloper1-Jul-07 9:21
HexaDeveloper1-Jul-07 9:21 
Questionhow to display parent and child records in a datagridview + C#.net in windows forms Pin
Need help on datagrid view1-Jul-07 3:09
Need help on datagrid view1-Jul-07 3:09 
Question"Danger meter" control? Pin
Domenic Denicola1-Jul-07 3:01
Domenic Denicola1-Jul-07 3:01 
AnswerRe: "Danger meter" control? Pin
Mark Greenwood1-Jul-07 3:09
Mark Greenwood1-Jul-07 3:09 
AnswerRe: "Danger meter" control? Pin
Tamimi - Code1-Jul-07 3:09
Tamimi - Code1-Jul-07 3:09 
AnswerRe: validation of a formula Pin
Mark Greenwood1-Jul-07 3:20
Mark Greenwood1-Jul-07 3:20 
GeneralRe: validation of a formula Pin
Mark Greenwood1-Jul-07 3:23
Mark Greenwood1-Jul-07 3:23 
GeneralRe: validation of a formula Pin
Bojja Lakshmi1-Jul-07 17:22
Bojja Lakshmi1-Jul-07 17:22 
QuestionUDP Multicast woes Pin
mav.northwind30-Jun-07 23:31
mav.northwind30-Jun-07 23:31 
QuestionGet file size - while inuse by another process Pin
liqnit30-Jun-07 22:54
liqnit30-Jun-07 22:54 
AnswerRe: Get file size - while inuse by another process Pin
mav.northwind30-Jun-07 23:37
mav.northwind30-Jun-07 23:37 
GeneralRe: Get file size - while inuse by another process Pin
liqnit30-Jun-07 23:46
liqnit30-Jun-07 23:46 

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.