Results 1 to 10 of 10
Thread: ++
Hybrid View
-
3rd May 2008 12:51 #1Registered User
Join Date: May:2008
Location: Bulgaria
Posts: 21
++
!
Borland C++ . , . , . , ( )!
#include <string.h>
#include <iostream.h>
#include <conio.h>
int main()
{
string str1("welcome");
string str2= "to the world of";
string str3;
str3= "C++ progamming ";
cout<< "str1: "<< str1<< endl;
cout<< "str2: "<< str2<< endl;
cout<< "str3: "<< str3<< endl;
return 0;
}
-
3rd May 2008 15:09 #2Registered User
Join Date: Jul:2006
Location:
Posts: 1,071
C++
:
. Code::Blocks IDE- (MinGW ) .Code:using namespace std;
(--, Warning <iostream.h>)
Last edited by mialy; 3rd May 2008 at 15:16.
-
3rd May 2008 15:17 #3
-
3rd May 2008 21:25 #4
-
4th May 2008 08:34 #5Registered User
Join Date: May:2008
Location: Bulgaria
Posts: 21
cstring.h , Borland ++ 45. Microsoft Visual C++ 6.0 Borland 3.1
. cstring.h Borland ++ 45 Visual- .
. Borland C++ Builder 6.0 , .
!
-
4th May 2008 12:39 #6
Visual Studio 6 :
:Code:#include <cstring> using namespace std;
Defines the macros traditionally defined in the Standard C library header <string.h>.Builder 2007.Code:#if <TRADITIONAL C HEADERS> #include <string.h> namespace std { ...
Visual Studio 2005 - 6 98-Last edited by ; 4th May 2008 at 12:54.
-
7th May 2008 19:31 #7
DevC++ 1999 ++ ... , , Standard Template Library ...
!
' ... ! - ... !
-
7th May 2008 21:01 #8
header- . , - .
Borland C++ 3.1 , .
Visual Studio C++ Express Edition Dev-Cpp
-
7th May 2008 21:03 #9Registered User
Join Date: May:2008
Location: Bulgaria
Posts: 21
!
, . . . : ???
-
7th May 2008 21:25 #10




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in