User profile: Aquilifer

User info
User name:Aquilifer
History
Joined:
Number of posts:9
Latest posts:

Toupper problem
The following code does not build // Short progeam to test use of toupper function #include "std...

STL Vectors in visual studio
Naraku, If I understand you correctly, you are saying that vector is a .NET type, but that string is...

STL Vectors in visual studio
Here is the code that works // ConsoleVector.cpp : Defines the entry point for the console applicat...

STL Vectors in visual studio
Despite my question I DO know enough to include the headers. Integers and single characters I can p...

STL Vectors in visual studio
Is there a way to include strings directly STL vectors in visual studio C++> I can get integers an...