Top "Reference" questions

A reference is a value that enables a program to indirectly access a particular datum, such as a variable or a record, in the computer's memory or in some other storage device.

Getting "type or namespace name could not be found" but everything seems ok?

I'm getting a: type or namespace name could not be found error for a C# WPF app in VS2010. This …

c# visual-studio reference namespaces directive
Is the practice of returning a C++ reference variable evil?

This is a little subjective I think; I'm not sure if the opinion will be unanimous (I've seen a lot …

c++ reference c++-faq
JavaScript by reference vs. by value

I'm looking for some good comprehensive reading material on when JavaScript passes something by value and when by reference and …

javascript reference pass-by-reference pass-by-value
How to reference Microsoft.Office.Interop.Excel dll?

I had developed a system that deals with excel sheets in 2006 using MS VS 2005. Now, I can not use the …

c# excel reference visual-studio-2012 vsto
Linker Error C++ "undefined reference "

Possible Duplicate: What is an undefined reference/unresolved external symbol error and how do I fix it? Trying to compile …

c++ reference undefined
Referencing a string in a string array resource with xml

I have preferences where you can enable/disable what items will show up on the menu. There are 17 items. I …

android xml reference preferences arrays
What exactly is an instance in Java?

What is the difference between an object, instance, and reference? They say that they have to create an instance to …

java oop object reference instance
Pick images of root folder from sub-folder

Let's say following is the directory structure of my website : Now in index.html I can simply refer images like: &…

html reference directory src subdirectory
How do I copy the contents of one ArrayList into another?

I have some data structures, and I would like to use one as a temporary, and another as not temporary. …

java reference variable-assignment
How to add a reference programmatically

I've written a program that runs and messages Skype with information when if finishes. I need to add a reference …

excel vba reference