MFC, ATL, and CLR are the three built-in libraries of vc2005, covering various development methods and applications of windows. Of course, there are more than three libraries for C ++ development, but these three are recommended by Microsoft. From
. The event model of net is built on the delegate mechanism. Event mechanisms can be implemented, and Native delegation can also be implemented. It can be said that events are only the encapsulation of the Delegate, making it safer to use.
In a
There is a C # High-group programming in hand. I keep saying that I want to watch it, but it's always because it's not complicated. Now I'm going to start writing.
Chapter 1
. Net Architecture
We cannot use the C # language in isolation, but must
The following is a Class I wrote on Visual Studio 2005 (connected to SQL Server 2005) that has passed the test. The three methods are typical. The source code is as follows:
Code highlighting produced by Actipro CodeHighlighter
I am also a. Net programmer. I have been using vs for a few years. I also know about. net, that is, some terms are always confused.
To be honest, the difference between. NET and C # is not clear now.
I'm not a professional either. Collect the terms
According to Microsoft's video tutorial "Learn Visual Studio 2005c # syntax with me", it is easier to understand because there are a lot of code examples in it.
1. The generic Stack class is not used.
1 using system;23 Public class Stack4 {5
There are two types of data in C #: reference types and value types ). Simple types (including int, long, double, etc.) and structures (structs) are both value types, while other classes are reference types. A simple type performs a copy operation
I need to sign off when I go to work at the company, but I will forget it once every three minutes. What should I do, so I thought I could not capture the Windows Shutdown event and set up a program to remind me when it is shut down.
Very lucky and
Name
The naming scheme is the most influential help for understanding the logical flow of an application. The name should indicate "what" rather than "how ". By avoiding the name of the public basic implementation (which may change), you can retain
Document directory
Notes about readonly
The book CLR via C # has been roughly read twice before, but has never been able to understand it in depth, and a lot of content has been forgotten. Now I want to read it again, and write the read part,
The book CLR via C # has been roughly read twice before, but has never been able to understand it in depth, and a lot of content has been forgotten. Now I want to read it again, and write the read part, because the write process is also a process of
Document directory
1 null operator (??)
2. Use the as Conversion Type
3. Automatic attributes
4 stopwatch class
5 static method using timespan
Summary
When writing code, we can use some tips to make the code more concise, easy to maintain,
Printf functions:
The function that generates the formatted output (defined in stdio. h ). Output to Terminal (display, etc)Usage:
Int printf (const char * format, [argument]);
Format:% [Flags] [width] [. Perc] [f | n | H | L] Type
Specify the
Today I found this software good · Official Website: http://www.devprojects.net/
Go in and download autocode 2008 for Visual Studio 2008. After the installation is successful, you will see that it has been enabled in vs's "tool"-"" external program
Requirement Analysis
Software Scope statement
This is an 8 digital game. Users can randomly generate a group of 1 ~ The 8-digit number is displayed on the checker board, and you can choose to play it on your own. You can also ask the
The event processing mechanism is not very clear all the time. Today, after reading the article 'C # event parsing after the storm, the idea is much clearer after imitating a piece of code. below is the code:
Code highlighting produced by Actipro
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service