cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
definitions of Arrays, Functions, String
definitions of Arrays, Functions, String and Matrix
Mar 6, 2009 at 5:56pm UTC
Anmol Sharma
(5)
Hey ALl. I have an exam tomorrow . I just want the definitions of the given with a nice example. Please HElp
Mar 6, 2009 at 6:02pm UTC
Bazzy
(6281)
Try the tutorials
http://www.cplusplus.com/doc/tutorial/arrays.html
http://www.cplusplus.com/doc/tutorial/functions.html
A string is a variable containing some text, C++ uses the
std::string
class for
char
strings
http://www.cplusplus.com/reference/string/string/
A matrix is a multidimensional container (eg a 2D array)
http://www.cplusplus.com/forum/articles/7459/
Topic archived. No new replies allowed.