【初学者提问】关于CLR

wangbixiong 2010-01-17 12:12:28
我刚开始学CLR,之前安装了visual C++ 2005 expression版,新建项目的时候,有CLR和win32的选项,里面还有子选项,分别是CLR空项目,CLR控制台应用程序等等选项。我想问一下,我要调试一般的C++程序,应该创建win32目录下的选项,是吧?还有其他的CLR项目下的那些都是什么东东,能不能给个简单的介绍?
谢谢各位大虾
...全文
89 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
DLevel 2010-01-17
  • 打赏
  • 举报
回复
CLI 是.net框架 用的中间层语言
所有的托管代码(VS上)都要解释成为CLI语言,典型的就是C#

创建CLI项目,以为着,你要使用托管语言了。

而一般意义上的C++指的就是“控制台应用程序或者Win32程序”楼主这么理解吧。。(C++没有啥平台,这是一个语言。)
traceless 2010-01-17
  • 打赏
  • 举报
回复
恩 可以这么说,你应该选择控制台应用程序


那些东东不是有文字说明吗,那些中文的意思总可以看得懂吧
XTIAQGNUI 2010-01-17
  • 打赏
  • 举报
回复
创建Win32控制台应用程序后添加项目,生成代码...
traceless 2010-01-17
  • 打赏
  • 举报
回复
请google CTL以及你想要问的那些东东 依次之
Product Description The leading author of programming tutorials for beginners introduces you to Visual C++ 2010 Ivor Horton is the preeminent author of introductory programming language tutorials; previous editions of his Beginning Visual C++ have sold nearly 100,000 copies. This book is a comprehensive introduction to both the Standard C++ language and to Visual C++ 2010; no previous programming experience is required. All aspects of the 2010 release are covered, including changes to the language and the C++ standard.. Microsoft Visual C++ is one of the most popular C++ development environments and compilers, used by hundreds of thousands of developers Ivor Horton's approach to programming tutorials has achieved a huge following; this book gives beginning programmers a comprehensive introduction to both Standard C++ and Visual C++ 2010 Covers all the language changes in Visual C++ 2010, library additions, new MFC features, changes in the Visual Studio development environment, and more Also includes a brief introduction to programming for multicore processors in native C++ and C++/CLR processors Nearly 100,000 copies of this book have been sold in previous editions Beginners seeking a complete education in Visual C++ will find everything they need in Ivor Horton's Beginning Visual C++ 2010. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file. From the Back Cover Build real-world applications as you dive into C++ development By following author Ivor Horton's accessible tutorial approach and detailed examples you can quickly become an effective C++ programmer. Thoroughly updated for the 2010 release, this book introduces you to the latest development environment and teaches you how to build real-world applications using Visual C++. With this book by your side, you are well on your way to writing applications in both versions of C++ and becoming a successful C++ programmer. Ivor Horton's Beginning Visual C++ 2010: Teaches the essentials of C++ programming using both of the C++ language technologies supported by Visual C++ 2010 Shares techniques for finding errors in C++ programs and explains general debugging principles Discusses the structure and essential elements that are present in every Windows? application Demonstrates how to develop native Windows applications using the Microsoft Foundation Classes Guides you through designing and creating substantial Windows applications in both C++ and C++/CLI Features numerous working examples and exercises that help build programming skills Programmer Forums Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world. Code Downloads Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use. Read More Find articles, ebooks, sample chapters, and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you. Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved. wrox.com

33,319

社区成员

发帖
与我相关
我的任务
社区描述
C/C++ 新手乐园
社区管理员
  • 新手乐园社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧