简体   繁体   English

开始使用C ++和SQL Server

[英]getting started with C++ and SQL Server

What do I need to start with these languages? 从这些语言开始我需要什么?

I've been reading that the recommendation is first install SQL Server 2008 R2 , then Visual Studio 2010 . 我一直在读,建议首先安装SQL Server 2008 R2 ,然后安装Visual Studio 2010 Does this already include C++ projects? 这已经包含C ++项目了吗?

So after installing these, how would I start coding in C++ to connect to SQL Server? 所以在安装这些之后,我将如何开始用C ++编写连接到SQL Server?

Is this all I need? 这就是我需要的吗?

我强烈推荐SQLApi ++

then Visual Basic 2010, Do this already include C++ projects. 然后是Visual Basic 2010,这已经包含了C ++项目。

Ah - GUESS WHY Visual Basic 2010 is called VIsual Basic? 啊 - 为什么Visual Basic 2010被称为VIsual Basic?

Exactly - it does NOT include anything EXCEPT visual basic. 确切地说 - 除了visual basic之外,它不包括任何东西。 No C++. 没有C ++。

You need a version of Visual Studio that includes C++ in order to use C++. 您需要一个包含C ++的Visual Studio版本才能使用C ++。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM