I. pointer Concept
Char STR [] = "abcdefg ";Char * Pc = STR; // PC is a pointer to string StrShort x = 33;Short * ppx = & X; // PX is the pointer to short xCout PC + = 4; // move the pointer to the right. 4 points to 5th characters.Cout PC --; //
The company's project is used in the old project.. NET Framework 2.0 environment, but we are developing and using vs2008, so when creating a new application, set the environment. net frameword2.0.
This is a client interfaceProgramTo the web
Preface: it is not too short for SQL Server, so I have a good understanding of the concept of B tree. I cannot find the B tree implemented by C # or Java on the Internet. I just want to write one by myself. The implementation of the B-tree process
Recently I wrote a software called webbrowser for Automatic Webpage operations. That is to say, all your operations on the webpage can be recorded in a script, then, you can play back the operation .. I mean any process.
ProgramI wrote it in C #,
Transferred from: http://blog.csdn.net/lovekatherine/archive/2007/11/06/1868724.aspx [here to the original author say thank you! If you seeArticleWhen reprinting, enter this reprinted address instead of my blog address. Respect others' labor
Basic explanation
Const is a key word in C language. It specifies that a variable cannot be changed. The use of const can be improved to a certain extent.ProgramRobustness, In addition, watching othersCodeIt is helpful to understand the role of
C ++ Builder programming to modify the Registry
2000-08-16 14:11:52
the rootkey is the Registry's root key value. For example, if you see HKEY_USERS after running regedit, HKEY_LOCAL_MACHINE is the rootkey, the default rootkey
[Reprint] visual c ++ compiler options
Option
Purpose
@
Response File
/?
List compiler options
/AI
Specifies the directory to be searched when parsing a file that is passed to the #
(Declaration: This
Article It is original. If it is reproduced, please indicate the author and the original link)
/* Author: Wu. Jian (WU Jian) English name: Sword
/* Date: 2007-12-13
/* Purpose: Knowledge Sharing
These days I encountered the
This article will show you some good memory-related coding practices to keep memory errors under control. Memory errors are the root cause of C and C ++ programming: they are common and have been known to be serious for more than 20 years, but they
2: C # is used to read and write Word files.
A project report at hand is relatively simple. Therefore, the report printing engine uses the VBA engine to customize the Word template, then fill in the data according to the template needs, and then
What we learned today is that we will use a convenient method provided by Silverlight to achieve this: when a Web page is added, the specified parameter (or information) transfer from web page to Silverlight, Which is initparams.We can use it to
I. system. Io namespace Of the. NET Framework class library
The system. Io namespace contains the types that allow reading and writing files and data streams, as well as the types that support basic files and directories.
II. C # filestream for
General rules:1. All names should use standard English words or abbreviations. Do not use Pinyin or pinyin abbreviations, unless the name describes the unique content of Chinese characters, such as halfwidth, fullwidth, initials, and vowels.
2.
Create a class in a namespace
Class1 And not in the same namespace
Class1 ;
(Here, these classes are only used for called calls, which is of little significance. Reflection usage in Form class)
Class1 and form are in the same namespaceUsing
(*) Delegate
Start with the simplest example:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Namespace ConsoleApplication1
{
Class Program
{
// The delegate is actually equivalent to a type. Here,
The Console class also recils some of my Unix programming memories.When I was a Unix programmer, I used a terminal called SecureCRT, whose window width can be wider than 80 characters.Is 80 enough? Generally it is. But when I try to restrict strate
Http://bdn.borland.com/article/0,1410,28432,00.htmlAbstract: The assert () call allows you to test problems in the code, but it has some limitations. This article describes an improved assert call.Improved C ++ Builder assert ()As part of good
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