WORLD OF COMPUTERS
Would you like to react to this message? Create an account in a few clicks or log in to continue.

WORLD OF COMPUTERS


 
HomeLatest imagesSearchRegisterLog in

 

 Chapter 1.4: Strings

Go down 
AuthorMessage
Crash




Posts : 15
Join date : 2010-08-21

Chapter 1.4: Strings Empty
PostSubject: Chapter 1.4: Strings   Chapter 1.4: Strings Icon_minitimeSat Aug 21, 2010 5:00 am

The strings will be explained in next tutorial.

Source code:
Quote :

#include <iostream>
#include <string>
using namespace std;

int main()
{
string example;
example = "This is the string content.";

cout << example;

system("pause");
}
Back to top Go down
 
Chapter 1.4: Strings
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
WORLD OF COMPUTERS :: Computer Programming :: C++-
Jump to: