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

C#

 
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 
GeneralRe: Hey folks, that's funny... Pin
Colin Angus Mackay28-May-07 21:36
Colin Angus Mackay28-May-07 21:36 
++a is the prefix incrementor
a++ is the postfix incrementor

if a = 5 then ++a returns 6 and a becomes 6
if a = 5 then a++ returns 5 and a becomes 6

therefore
b = ++a + ++a
  = 6 + 7
  = 13



Upcoming events:
* Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

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 
QuestionPlz help - Logging explorer events Pin
rjknis28-May-07 18:59
rjknis28-May-07 18:59 

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.