|
C# Version 2.0 Specification
|
| Link ID |
27619 |
| Title |
C# Version 2.0 Specification |
| Url |
http://www.ferca.com/c_2.0_specification.html |
| Description |
C# 2.0 introduces several language extensions, the most important of which are Generics, Anonymous Methods, Iterators, and Partial Types.The language extensions in C# 2.0 were designed to ensure maximum compatibility with existing code. For example, even though C# 2.0 gives special meaning to the words where, yield, and partial in certain contexts, these words can still be used as identifiers. Indeed, C# 2.0 adds no new keywords as such keywords could conflict with identifiers in existing code. |
| Category |
C and C++ > Tips and Tutorials > Miscellaneous |
| Date |
Jun 30, 2006 |
| Contact Name |
|
| Email |
|
Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
|
Official Review
NULL
|
Other links at C and C++ > Tips and Tutorials > Miscellaneous |
| 1. |
Game Programming in C
|
|
|
There are a number of tutorials available for the intermediate game programmer, but there are very few good tutorials for beginners who have never drawn a pixel on the screen. A quick search on the net reveals hundreds of sites devoted to 3D, polygons, texture- mapping and other advance topics, but the beginner has no where to get started. This tutorial is for C programmers who want to start learning game programming.
|
| 2. |
Count Instances of Process or Application in C/C++
|
|
|
This article describes how to count the number of instances of a process that are currently running on the system. It is written in C++ for Windows, but could be ported to other systems and languages easily. (Linux, Visual Basic/VB, C, Unix, MacOS) The system just needs to support interprocess semaphores. The idea can be extended to count any resource, such as a thread, file, data structure, or network object.
|
| 3. |
How to generate true random numbers
|
|
|
The rand() function in C/C++ and other languages gives predictable results. This guide shows you how to use atmospheric radiation to generate really random numbers.
|
| 4. |
C# Version 2.0 Specification
|
|
|
C# 2.0 introduces several language extensions, the most important of which are Generics, Anonymous Methods, Iterators, and Partial Types.The language extensions in C# 2.0 were designed to ensure maximum compatibility with existing code. For example, even though C# 2.0 gives special meaning to the words where, yield, and partial in certain contexts, these words can still be used as identifiers. Indeed, C# 2.0 adds no new keywords as such keywords could conflict with identifiers in existing code.
|
| 5. |
Ip address of a computer using winsock
|
|
|
There is a function gethostbyname for getting the ip address using Winsock. This function will retrieve the ip address details into a variable of type "structure hostent". Read for more info at a href=http://www.codersource.net/win32_socket_ip_address.htmlIP Address Retrieval/a
|
|
|