Click here to Skip to main content
15,915,513 members
Home / Discussions / C#
   

C#

 
QuestionConverting a .txt file to .csv file Pin
Mr Perfect28-May-07 21:22
Mr Perfect28-May-07 21:22 
AnswerRe: Converting a .txt file to .csv file Pin
andre_swnpl28-May-07 21:32
andre_swnpl28-May-07 21:32 
AnswerRe: Converting a .txt file to .csv file Pin
Colin Angus Mackay28-May-07 21:33
Colin Angus Mackay28-May-07 21:33 
GeneralRe: Converting a .txt file to .csv file Pin
Mr Perfect29-May-07 18:42
Mr Perfect29-May-07 18:42 
GeneralRe: Converting a .txt file to .csv file Pin
Colin Angus Mackay29-May-07 21:35
Colin Angus Mackay29-May-07 21:35 
GeneralRe: Converting a .txt file to .csv file Pin
Mr Perfect29-May-07 22:45
Mr Perfect29-May-07 22:45 
GeneralRe: Converting a .txt file to .csv file Pin
Colin Angus Mackay30-May-07 6:30
Colin Angus Mackay30-May-07 6:30 
GeneralHey folks, that's funny... Pin
Alexander Zhevak28-May-07 21:10
Alexander Zhevak28-May-07 21:10 
there is next code:

<br />
int a;<br />
int b;<br />
<br />
a = 5;<br />
<br />
b = ++a + ++a; // Can you guess what will be the "b"?<br />


Try it compile and run in various languages: C++ and C# and Java.
I had got different results even in the same compiler (Watcom C++) -- with and without optimisation.

A

GeneralRe: Hey folks, that's funny... Pin
Colin Angus Mackay28-May-07 21:36
Colin Angus Mackay28-May-07 21:36 
GeneralRe: Hey folks, that's funny... Pin
andre_swnpl28-May-07 21:40
andre_swnpl28-May-07 21:40 
GeneralRe: Hey folks, that's funny... Pin
Arun.Immanuel28-May-07 22:13
Arun.Immanuel28-May-07 22:13 
GeneralRe: Hey folks, that's funny... Pin
andre_swnpl28-May-07 22:28
andre_swnpl28-May-07 22:28 
GeneralRe: Hey folks, that's funny... Pin
Arun.Immanuel28-May-07 22:39
Arun.Immanuel28-May-07 22:39 
GeneralRe: Hey folks, that's funny... Pin
Alexander Zhevak29-May-07 19:28
Alexander Zhevak29-May-07 19:28 
GeneralRe: Hey folks, that's funny... Pin
Tim Paaschen28-May-07 23:49
Tim Paaschen28-May-07 23:49 
QuestionInteract With Desktop Pin
M. J. Jaya Chitra28-May-07 20:26
M. J. Jaya Chitra28-May-07 20:26 
QuestionSms to mobile device Pin
IrfanHaleem28-May-07 20:04
IrfanHaleem28-May-07 20:04 
AnswerRe: Sms to mobile device Pin
JF201528-May-07 20:09
JF201528-May-07 20:09 
AnswerRe: Sms to mobile device Pin
Manoj Kumar Rai28-May-07 23:14
professionalManoj Kumar Rai28-May-07 23:14 
QuestionDataTAble Problem Pin
Syed Shahid Hussain28-May-07 19:33
Syed Shahid Hussain28-May-07 19:33 
AnswerRe: DataTAble Problem Pin
andre_swnpl28-May-07 20:04
andre_swnpl28-May-07 20:04 
GeneralRe: DataTAble Problem Pin
Syed Shahid Hussain29-May-07 10:25
Syed Shahid Hussain29-May-07 10:25 
AnswerRe: DataTAble Problem Pin
Nouman Bhatti29-May-07 2:45
Nouman Bhatti29-May-07 2:45 
GeneralRe: DataTAble Problem Pin
Syed Shahid Hussain29-May-07 10:29
Syed Shahid Hussain29-May-07 10:29 
GeneralRe: DataTAble Problem Pin
Syed Shahid Hussain29-May-07 19:02
Syed Shahid Hussain29-May-07 19:02 

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.