// my first string #include <iostream> #include <string> using namespace std; int main () { string mystring; mystring = "This is the initial string content"; cout << mystring << endl; mystring = "This is a different string content"; cout << mystring << endl; return 0; } This is the initial string content This is a different string content
+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C
It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.
+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C
You should actually turn the question around: does the Turbo C++ graphics library support Windows XP? The answer is yes it does, provided you are using a version of Turbo C++ for Windows XP and above.
Graphics is platform-dependent, it is not part of the standard C-library. I guess you are using TurboC, it has a built-in help system, plus it has an example program called bgidemo.c
deese nuts
Of course.
C language doesn't say anything about graphics, it is platform-dependent.
It's an Integrated Developing Environment.
A function, defined in conio.h. Use the help.
return 0
key words are the specfic command of the program like variable name, syntax, name of loops.