Click here to Skip to main content
15,895,606 members
Home / Discussions / C#
   

C#

 
GeneralRe: Out of memory error Pin
Xmen Real 23-Sep-08 19:40
professional Xmen Real 23-Sep-08 19:40 
GeneralRe: Out of memory error Pin
leppie23-Sep-08 21:31
leppie23-Sep-08 21:31 
QuestionNeed to clarify Pin
Member 409922223-Sep-08 15:32
Member 409922223-Sep-08 15:32 
AnswerRe: Need to clarify Pin
Mark Salsbery23-Sep-08 16:11
Mark Salsbery23-Sep-08 16:11 
GeneralRe: Need to clarify Pin
Member 409922223-Sep-08 16:58
Member 409922223-Sep-08 16:58 
GeneralRe: Need to clarify Pin
Mark Salsbery23-Sep-08 18:43
Mark Salsbery23-Sep-08 18:43 
AnswerRe: Need to clarify Pin
N a v a n e e t h23-Sep-08 17:30
N a v a n e e t h23-Sep-08 17:30 
AnswerRe: Need to clarify Pin
Steve Echols23-Sep-08 17:42
Steve Echols23-Sep-08 17:42 
Don't you want 5+7=12?

Which would be:

printf("%d+%d=%d\n",a,b,c);

You need to pass the parameters in the order they are in the format.

printf("%d+%d=%d\n",a,b,c);
1 2 3 1 2 3

See it?

[edit] formatting got screwed up [/edit]


- S
50 cups of coffee and you know it's on!
A post a day, keeps the white coats away!

QuestionXML Pin
CodingYoshi23-Sep-08 15:27
CodingYoshi23-Sep-08 15:27 
AnswerRe: XML Pin
N a v a n e e t h23-Sep-08 17:35
N a v a n e e t h23-Sep-08 17:35 
GeneralRe: XML Pin
CodingYoshi24-Sep-08 3:58
CodingYoshi24-Sep-08 3:58 
GeneralRe: XML Pin
N a v a n e e t h24-Sep-08 6:55
N a v a n e e t h24-Sep-08 6:55 
AnswerRe: XML Pin
Mark Churchill23-Sep-08 23:03
Mark Churchill23-Sep-08 23:03 
QuestionFTPWebRequest... Pin
Jacob Dixon23-Sep-08 13:57
Jacob Dixon23-Sep-08 13:57 
AnswerRe: FTPWebRequest... Pin
J$23-Sep-08 14:41
J$23-Sep-08 14:41 
GeneralRe: FTPWebRequest... Pin
Jacob Dixon23-Sep-08 15:01
Jacob Dixon23-Sep-08 15:01 
GeneralRe: FTPWebRequest... Pin
J$23-Sep-08 15:11
J$23-Sep-08 15:11 
GeneralRe: FTPWebRequest... Pin
Jacob Dixon23-Sep-08 15:23
Jacob Dixon23-Sep-08 15:23 
AnswerRe: FTPWebRequest... Pin
Mark Salsbery24-Sep-08 9:26
Mark Salsbery24-Sep-08 9:26 
GeneralRe: FTPWebRequest... Pin
Jacob Dixon25-Sep-08 15:13
Jacob Dixon25-Sep-08 15:13 
GeneralRe: FTPWebRequest... Pin
Mark Salsbery25-Sep-08 15:36
Mark Salsbery25-Sep-08 15:36 
QuestionCrystal Report HELP.. Pin
Slick6923-Sep-08 13:48
Slick6923-Sep-08 13:48 
QuestionSave my time! Pin
Pedram Behroozi23-Sep-08 11:28
Pedram Behroozi23-Sep-08 11:28 
AnswerRe: Save my time! Pin
Wendelius23-Sep-08 11:39
mentorWendelius23-Sep-08 11:39 
AnswerRe: Save my time! Pin
MarkB77723-Sep-08 11:40
MarkB77723-Sep-08 11:40 

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.