随笔分类 -  Cpp programming

CPlusPlus programming language
摘要:#include<iostream> #include<stdio.h> #include<string.h> //显示中文,需要引用 using namespace std; void test() { int i = 10; for (int j = 0; j <= 3; j++) cout < 阅读全文
posted @ 2023-04-02 16:00 ®Geovin Du Dream Park™ 阅读(31) 评论(0) 推荐(0)
摘要:stdafx.h: Form1.h 阅读全文
posted @ 2016-08-06 23:44 ®Geovin Du Dream Park™ 阅读(660) 评论(0) 推荐(0)
摘要:#pragma once #include "Form2.h" namespace cdemo { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; u... 阅读全文
posted @ 2016-08-05 18:02 ®Geovin Du Dream Park™ 阅读(437) 评论(0) 推荐(0)
摘要:visual studio 2005,2008,2010 http://www.codeproject.com/Tips/810596/Csharp-VB-NET-Cplusplus-CLI-Create-read-and-write 阅读全文
posted @ 2016-08-05 13:02 ®Geovin Du Dream Park™ 阅读(475) 评论(0) 推荐(0)