Click here to Skip to main content
15,881,807 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert xml file to word document Pin
Swetha Srinivasan1-Sep-09 20:15
Swetha Srinivasan1-Sep-09 20:15 
GeneralRe: Convert xml file to word document Pin
Tamer Oz1-Sep-09 20:27
Tamer Oz1-Sep-09 20:27 
QuestionHere is a stumper.... Pin
JollyMansArt1-Sep-09 17:58
JollyMansArt1-Sep-09 17:58 
AnswerRe: Here is a stumper.... Pin
Christian Graus1-Sep-09 18:20
protectorChristian Graus1-Sep-09 18:20 
AnswerRe: Here is a stumper.... Pin
cjb1101-Sep-09 21:55
cjb1101-Sep-09 21:55 
AnswerRe: Here is a stumper.... Pin
JollyMansArt2-Sep-09 3:51
JollyMansArt2-Sep-09 3:51 
QuestionAccess WMP Playlist without WMP Player [modified] Pin
Ian McCaul1-Sep-09 9:47
Ian McCaul1-Sep-09 9:47 
QuestionStack Question Pin
Alexander DiMauro1-Sep-09 8:56
Alexander DiMauro1-Sep-09 8:56 
Ok, silly question...excuse me while I try to understand exactly how the stack works:

Example:
int a = 123;
int b = 456;
int c = b;

If the stack was horizontal, with first in on the right, you have: c = 456 | b = 456 | a = 123

Now set:
b = 789;

You have: c = 456 | b = 789 | a = 123

Ok, fine, no problem...but how did b get changed if you have to 'pop' c off to get to b? Confused | :confused:
AnswerRe: Stack Question Pin
harold aptroot1-Sep-09 9:11
harold aptroot1-Sep-09 9:11 
GeneralRe: Stack Question Pin
harold aptroot1-Sep-09 9:40
harold aptroot1-Sep-09 9:40 
AnswerRe: Stack Question Pin
Tony Richards1-Sep-09 9:18
Tony Richards1-Sep-09 9:18 
GeneralRe: Stack Question Pin
Alexander DiMauro1-Sep-09 9:36
Alexander DiMauro1-Sep-09 9:36 
AnswerRe: Stack Question Pin
Luc Pattyn1-Sep-09 13:50
sitebuilderLuc Pattyn1-Sep-09 13:50 
QuestionSorting strings [modified] Pin
gamer11271-Sep-09 8:29
gamer11271-Sep-09 8:29 
AnswerRe: Sorting strings Pin
OriginalGriff1-Sep-09 8:39
mveOriginalGriff1-Sep-09 8:39 
AnswerRe: Sorting strings Pin
PIEBALDconsult1-Sep-09 8:53
mvePIEBALDconsult1-Sep-09 8:53 
AnswerRe: Sorting strings Pin
Not Active1-Sep-09 8:53
mentorNot Active1-Sep-09 8:53 
AnswerRe: Sorting strings Pin
DaveyM691-Sep-09 9:06
professionalDaveyM691-Sep-09 9:06 
AnswerRe: Sorting strings Pin
dan!sh 1-Sep-09 9:09
professional dan!sh 1-Sep-09 9:09 
GeneralRe: Sorting strings [modified] Pin
gamer11271-Sep-09 9:11
gamer11271-Sep-09 9:11 
GeneralRe: Sorting strings Pin
dan!sh 1-Sep-09 9:49
professional dan!sh 1-Sep-09 9:49 
GeneralRe: Sorting strings Pin
gamer11271-Sep-09 10:02
gamer11271-Sep-09 10:02 
GeneralRe: Sorting strings Pin
PIEBALDconsult1-Sep-09 11:21
mvePIEBALDconsult1-Sep-09 11:21 
QuestionDesign Question (Class vs Structs) Pin
student_rhr1-Sep-09 8:00
student_rhr1-Sep-09 8:00 
AnswerRe: Design Question (Class vs Structs) Pin
PIEBALDconsult1-Sep-09 8:54
mvePIEBALDconsult1-Sep-09 8:54 

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.