Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a tutorial on C++ programming in Visual Studio 2008? [closed]

Can anyone link me to a decent c++ tutorial that's actually currently in date? Almost everything I find applies to 2005 and the code examples are riddled with errors which won't run in my 2008 version of the visual compiler.

like image 546
user33061 Avatar asked Dec 03 '08 19:12

user33061


People also ask

Can I learn C in Visual Studio?

Yes, you very well can learn C using Visual Studio. Visual Studio comes with its own C compiler, which is actually the C++ compiler. Just use the . c file extension to save your source code.

Does Visual Studio support C and C++?

Leverage the power of Visual Studio 2022 and the debugger to build high-performance Android and/or iOS apps and games in C++, share C++ libraries to target both mobile platforms and Windows, or write once and run across all mobile platforms with Xamarin and C++.


1 Answers

The book Accelerated C++ is a good start to learn C++.

like image 98
stesch Avatar answered Oct 03 '22 00:10

stesch