Top "Keyword" questions

Keywords are special words used as identifiers by a language.

Missing the 'with' keyword in C#

I was looking at the online help for the Infragistics control library today and saw some VB code that used …

c# .net syntax keyword
When must we use extern alias keyword in C#?

When must we use extern alias keyword in C#?

c# keyword
Is C++14 adding new keywords to C++?

The C++ Standards Committee tends to shy away from adding new keywords to the language, yet with C++11 that was …

c++ c++11 keyword c++14
Javascript check yield support

I read about the yield keyword in JavaScript and I need to use it in my project. I read that …

javascript keyword yield yield-keyword
How to categorize and/or use keywords in Sharepoint Foundation 2010 wikis?

We just installed Sharepoint Foundation 2010 and we're preparing to set it up for our knowledge management project. I'm reading a …

sharepoint wiki keyword sharepointfoundation2010
Reserved keywords count by programming language?

Is there a ranking or table of the number of reserved keywords in various programming languages? I do not need …

programming-languages keyword
Reserved keywords in Objective-C?

At the CocoaHeads Öresund meeting yesterday, peylow had constructed a great ObjC quiz. The competition was intense and three people …

objective-c gcc compiler-construction grammar keyword
Send keywords and targeting info to AdMob for better ads

On admob, when I click on Monetize > AdMob Network report and then select "Targeting Type" in the drop-down selection (…

android admob keyword ads targeting
How to add builtin functions?

I am new to python programming. How can I add new built-in functions and keywords to python interpreter using C …

python user-defined-functions keyword built-in
What is the equivalent in F# of the C# default keyword?

I'm looking for the equivalent of C# default keyword, e.g: public T GetNext() { T temp = default(T); ... Thanks

c# f# default keyword c#-to-f#