Click here to Skip to main content
15,919,479 members
Home / Discussions / C#
   

C#

 
QuestionBinary File Access Pin
JamesBarnes30-Jul-07 10:09
JamesBarnes30-Jul-07 10:09 
AnswerRe: Binary File Access Pin
Luc Pattyn30-Jul-07 10:27
sitebuilderLuc Pattyn30-Jul-07 10:27 
GeneralRe: Binary File Access Pin
PIEBALDconsult30-Jul-07 10:44
mvePIEBALDconsult30-Jul-07 10:44 
GeneralRe: Binary File Access Pin
Luc Pattyn30-Jul-07 10:51
sitebuilderLuc Pattyn30-Jul-07 10:51 
AnswerRe: Binary File Access Pin
PIEBALDconsult30-Jul-07 10:37
mvePIEBALDconsult30-Jul-07 10:37 
GeneralRe: Binary File Access Pin
JamesBarnes30-Jul-07 11:17
JamesBarnes30-Jul-07 11:17 
QuestionNewspaper columns in control Pin
Elvis_Pretzelator30-Jul-07 9:18
Elvis_Pretzelator30-Jul-07 9:18 
JokeRe: Newspaper columns in control Pin
BoneSoft30-Jul-07 9:22
BoneSoft30-Jul-07 9:22 
AnswerRe: Newspaper columns in control Pin
Luc Pattyn30-Jul-07 9:31
sitebuilderLuc Pattyn30-Jul-07 9:31 
AnswerRe: Newspaper columns in control Pin
ekynox30-Jul-07 23:53
ekynox30-Jul-07 23:53 
AnswerRe: Gridview column data [modified] Pin
Herman<T>.Instance31-Jul-07 3:08
Herman<T>.Instance31-Jul-07 3:08 
QuestionSQL Data Pin
Saiyed Alam30-Jul-07 8:30
Saiyed Alam30-Jul-07 8:30 
AnswerRe: SQL Data Pin
BoneSoft30-Jul-07 9:55
BoneSoft30-Jul-07 9:55 
QuestionTab Order Pin
Saiyed Alam30-Jul-07 8:08
Saiyed Alam30-Jul-07 8:08 
AnswerRe: Tab Order Pin
Martin#30-Jul-07 8:09
Martin#30-Jul-07 8:09 
GeneralRe: Tab Order Pin
Saiyed Alam30-Jul-07 8:15
Saiyed Alam30-Jul-07 8:15 
AnswerRe: Tab Order Pin
Luis Alonso Ramos30-Jul-07 8:44
Luis Alonso Ramos30-Jul-07 8:44 
AnswerRe: Tab Order Pin
Paul Conrad30-Jul-07 10:44
professionalPaul Conrad30-Jul-07 10:44 
QuestionReference as a 'pointer' to a value type Pin
kildareflare30-Jul-07 7:37
kildareflare30-Jul-07 7:37 
Hello, im a C# newbie and im having trouble with the transition from C.
In particular with using references in place of pointers.
I have a book called Professional C# but it does not seem to cover what I want to know. Namely, I want to assign a reference to a bool value type, such that I can use it to change the value; or so that I can pass the memory location as a parameter to a method, such that the method will be working on the value the reference points to.

My current understanding is that:

<br />
//creates bool value type and assigns value<br />
     bool symbol = true;	<br />
//creates reference to bool type<br />
     bool pointer;		<br />
<br />
     pointer = symbol;	//assign reference to symbol?




Thanks
Rich
AnswerRe: Reference as a 'pointer' to a value type Pin
Bert delaVega30-Jul-07 8:02
Bert delaVega30-Jul-07 8:02 
AnswerRe: Reference as a 'pointer' to a value type Pin
Luc Pattyn30-Jul-07 8:15
sitebuilderLuc Pattyn30-Jul-07 8:15 
GeneralRe: Reference as a 'pointer' to a value type [modified] Pin
kildareflare30-Jul-07 9:09
kildareflare30-Jul-07 9:09 
GeneralRe: Reference as a 'pointer' to a value type Pin
Luc Pattyn30-Jul-07 9:12
sitebuilderLuc Pattyn30-Jul-07 9:12 
GeneralRe: Reference as a 'pointer' to a value type Pin
kildareflare30-Jul-07 9:17
kildareflare30-Jul-07 9:17 
GeneralRe: Reference as a 'pointer' to a value type Pin
Cfer8330-Jul-07 9:37
Cfer8330-Jul-07 9:37 

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.