Windows Forms
Microsoft ISV
Visual J#
Game Technologies
Smart Device
.NET Development
Visual C#
Architecture
Visual Studio
Windows Live
Visual Basic
VS Express Editions
Windows Vista
Visual C++
SQL Server
Software Development Network>> Visual C++>> string
string
Hot Topic
delete list of array^ gives compile error
hi i cant debug my code ?
64 bit applications and typelib files
Sorted
Circular references
cl : Command line error D8000 : UNKNOWN COMMAND-LINE ERROR
Error messages in the task list (similarly to VS 2003)
Replacing Once
Building VC++ proj files using MSBuild
Matlab R13 .m file to VC++ library
Visual C++
Embedding an edit control into a tab control
A few compiling questions.
VC2005, can't mix declarations and statements
Atlthunk.lib
App hogs CPU when mouse pointer moved over it
In my program I have #include <GL/glut.h> like this,but when compiling my program,it have error "can not open file GL/glut.h"
16 Bit app and only standard library during compile
Hided classes
How to detect the dll or exe from the address(memory) of its function?
MSBuild in x64 environment with vcproj
string
in VC++ .net 2003 i declarete String with this command String *var; and in VC++.net 2005
Answer this question
string
captJackSparrow
I believe in VC++ 2005 the new syntax is
String ^var
.
For more details, please see
http://msdn2.microsoft.com/library/ezh7k8d5(en-us,vs.80).aspx
I would also recommend these links regarding the new syntax:
http://msdn2.microsoft.com/library/b23b94s7(en-us,vs.80).aspx
http://msdn2.microsoft.com/library/xey702bw(en-us,vs.80).aspx
Thanks,
Ayman Shoukry
VC++ Team
string
Answer this question
string
captJackSparrow
For more details, please see http://msdn2.microsoft.com/library/ezh7k8d5(en-us,vs.80).aspx
I would also recommend these links regarding the new syntax:
http://msdn2.microsoft.com/library/b23b94s7(en-us,vs.80).aspx
http://msdn2.microsoft.com/library/xey702bw(en-us,vs.80).aspx
Thanks,
Ayman Shoukry
VC++ Team