duda con Visual C++

Iniciado por x64core, 29 Agosto 2011, 18:54 PM

0 Miembros y 1 Visitante están viendo este tema.

x64core

buenas tengo una duda acerca de este IDE :P
como puedo agregarle el numero de lineas? insisto un poco en este ide ya que dicen que es el mejor de todos y tiene un depurador mejor que todos :P  bueno solo es una duda :P y pues cual es la diferencia entre visual c++ 6 y visual c++ 2010 ??? :P hay alguna diferencia ?  ;D
pregunto eso :P porque para los que sabemos de VB, VB 6 y VB2010 no es lo mismo no :P ya saben a que me refiero gracias :)

Queta

Cita de: Raul100 en 29 Agosto 2011, 18:54 PM
como puedo agregarle el numero de lineas?

Tools/Options/Text Editor/C/C++/Line numbers (en Display).

Cita de: Raul100 en 29 Agosto 2011, 18:54 PM
cual es la diferencia entre visual c++ 6 y visual c++ 2010 ??? :P hay alguna diferencia ?

Visual C++ 6.0:

CitarVisual C++ 6.0 (commonly known as VC6), which included MFC 6.0, was released in 1998. The release was somewhat controversial since it did not include an expected update to MFC. Visual C++ 6.0 is still quite popular and often used to maintain legacy projects. There are, however, issues with this version under Windows XP, especially under the debugging mode (for example, the values of static variables do not display). The debugging issues can be solved with a patch called the "Visual C++ 6.0 Processor Pack".

Visual C++ 2010:

CitarVisual C++ 2010 (known also as Visual C++ 10.0) was released on April 12, 2010, and it is currently the latest stable release. It uses a SQL Server Compact database to store information about the source code, including IntelliSense information, for better IntelliSense and code-completion support. (However, Visual C++ 2010 does not support Intellisense for C++/CLI.) This version adds a modern C++ parallel computing library called the Parallel Patterns Library, partial support for C++0x, significantly improved IntelliSense, and performance improvements to both the compiler and generated code. This version is built around .NET 4.0, but supports compiling to machine code. The partial C++0x support mainly consists of six compiler features (lambdas, rvalue references, auto, decltype, static_assert, nullptr), and some library features (e.g. moving the TR1 components from std::tr1 namespace directly to std namespace). Variadic templates were also considered, but delayed until some future version due to lower priority which stemmed from the fact that unlike other costly-to-implement features (lambda, rvalue references), this one would benefit only a minority of library writers than the majority of compiler end users. By default, all applications compiled against the Visual C++ 2010 Runtimes will only work under Windows XP SP2 and later.
Beta 2 version number: 16.00.21003.01 (this is the version of compiler; the IDE itself has version number 16.00.21006.01)
RC version number: 16.00.30128.01
RTM version, also available in Windows SDK for Windows 7 and .NET Framework 4 (WinSdk v7.1). Version number: 16.00.30319.01
SP1 version, also available in KB2519277 update to Windows SDK v7.1: 16.00.40219.0
"Intenta no volverte un hombre de éxito, sino volverte un hombre de valor." Albert Einstein.

x64core

no encontre esas opciones en el visual c++ 6.0 :P

y gracias tio por responder

Queta

Si te fijas, Visual C++ 6.0 es un compilador bastante antiguo y puede traerte algunos problemas de compatibilidad. Mi recomendación es que actualices a una versión más nueva.
"Intenta no volverte un hombre de éxito, sino volverte un hombre de valor." Albert Einstein.

x64core

gracias queta al parecer me voy a tener que pasar a visual c++ 2010 :P
no hay de otra :P
bueno yo no soy de c++ pero solo estaba creando una dll :P :xD

Queta

"Intenta no volverte un hombre de éxito, sino volverte un hombre de valor." Albert Einstein.

x64core

Gracias :)

y tengo una duda :P sé que sale un poco del tema pero es asi rapido :P
hay alguna diferencia entre visual c++ express edition a la profesional? ( bueno en realidad noce si existe la profesional? :P porque tambien solo e escuchado de la express :P
para programar no tendria nada de incomvenientes en la express?

LearningSpanishProgrammer

La diferencia es que la express edition es buena apenas para trabajos simples. Yo utilizado el Express  para la "C# Web Developer", y es muy limitado, no puede hacer una "Class Library".
Estoy aprendiendo español, y tu estas aprendiendo programación

Queta

"Intenta no volverte un hombre de éxito, sino volverte un hombre de valor." Albert Einstein.

x64core

gracias exacto eso queria saber ;D